<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to plotting points on a map</title><link>https://communities.bentley.com/products/geospatial/desktop/f/bentley-map-forum/106120/how-to-plotting-points-on-a-map</link><description>Hi, 
 
 Am a new user of Bentley map and i need to produce a map plotted with data points representing water points in different colours. I just cant figure out where to start from? Any basic help will be much appreciated. 
 
 Thanks alot! 
 
 Diana</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/325089?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 11:12:10 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:564b5cfd-e7c4-4e34-83f6-d68911d0ec4b</guid><dc:creator>Diana Keesiga</dc:creator><description>This is very helpful. &lt;br /&gt;
&lt;br /&gt;
I need to learn how to develop a schema.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/325088?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 11:10:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:360443e3-efbc-4b93-9882-2feb72138e1d</guid><dc:creator>Diana Keesiga</dc:creator><description>Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/325087?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 11:09:19 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:65359ea9-34ed-46a8-84ba-01769fc437b8</guid><dc:creator>Diana Keesiga</dc:creator><description>Hello Derval,&lt;br /&gt;
&lt;br /&gt;
Version of Bentley: 08.11.09.91&lt;br /&gt;
The points are latitude, longitude and then elevation in meters eg 0.13496499999999997,	30.402215,	1184&lt;br /&gt;
&lt;br /&gt;
So am looking at plotting the various points on a map of the district where these were picked. I have the shape files which i too need to import but these are ESRI files.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Diana&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/324903?ContentTypeID=1</link><pubDate>Thu, 21 May 2015 18:16:24 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c5ec1d51-b2c7-45f1-8ac8-a8af02ada331</guid><dc:creator>Dan Weston</dc:creator><description>&lt;p&gt;Diana,&lt;/p&gt;
&lt;p&gt;Derval &amp;amp; Nelson suggest methods of getting the data into Bentley Map. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jan&amp;#39;s example is called Property-Based-Symbology, and is defined in the Geospatial Administrator. &amp;nbsp;In this case the colors are defined for an entire project based on the type of point (the properties or criteria), and any points or Features added to the Workspace will take on the corresponding&amp;nbsp;colored attributes.&amp;nbsp; Here is how it would look in the Schema for a polygon feature - Building:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/5924/GSA_5F00_PBS_5F00_ByColor.JPG"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-discussions-components-files/5924/GSA_5F00_PBS_5F00_ByColor.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And the results on the Map as they are placed by the Command Manager:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/5924/GSA_5F00_PBS_5F00_ByColor_5F00_CmdMgr.JPG"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-discussions-components-files/5924/GSA_5F00_PBS_5F00_ByColor_5F00_CmdMgr.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In your case (imported&amp;nbsp;using Derval&amp;#39;s or Nelson&amp;#39;s technique) the points would&amp;nbsp;need to be set to the corresponding Feature using the &amp;quot;Mapped Name&amp;quot; field in the Interoperability dialog.&amp;nbsp; This would&amp;nbsp;automatically color-code them&amp;nbsp;based on the Schema definition.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you do use the Import methods suggested, another option for color-coding&amp;nbsp;the points&amp;nbsp;is to use a Thematic display, defined in the Map Manager.&amp;nbsp; The Class (buildings)&amp;nbsp;or set of imported points&amp;nbsp;in your case, are color-coded by &amp;quot;Type&amp;quot;.&amp;nbsp; Right-click on the layer name in Map Manager and select the Symbology item:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/5924/Thematic_5F00_ClassesByColor.JPG"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-discussions-components-files/5924/Thematic_5F00_ClassesByColor.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope this shows you a little of how Bentley Map can represent your Water Points in different colors.&amp;nbsp; Please let us know if you have additional questions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/324875?ContentTypeID=1</link><pubDate>Thu, 21 May 2015 15:42:51 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b7e73c49-7a0e-4805-a52a-b0ceee1c6997</guid><dc:creator>Nelson Hobdell</dc:creator><description>Depending on the format of the input data, consider also &amp;#39;XYZTXT&amp;#39; within MicroStation, then promotion of the elements to Bentley Map features.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/324827?ContentTypeID=1</link><pubDate>Thu, 21 May 2015 12:14:23 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:bb98067f-2d91-40a7-a1dd-f91efb0af08b</guid><dc:creator>Dervalcanny</dc:creator><description>Hello,&lt;br /&gt;
Could you state what version on Bentley Map you are using (08.XX.XX.XXX)?&lt;br /&gt;
In what format are the data points? &lt;br /&gt;
Please be aware there is a large amount of information on this area found in the Bentley Map HELP under Import.&lt;br /&gt;
Information on Importing ASCII files and GIS data types can be found here.&lt;br /&gt;
Regards&lt;br /&gt;
Derval.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to plotting points on a map</title><link>https://communities.bentley.com/thread/319940?ContentTypeID=1</link><pubDate>Sat, 11 Apr 2015 10:20:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:df63750c-45be-421b-9ea2-110db4fefd14</guid><dc:creator>Jan Šlegr</dc:creator><description>Hi Diana,&lt;br /&gt;
&lt;br /&gt;
usually the workflow is to use Geospatial Administrator to define features and their properties, placement methods etc. and to export the schema to Bentley Map workspace.&lt;br /&gt;
&lt;br /&gt;
You did not provide too much information like what is the source of the points, based on what criteria or value the color should change etc, but it seems the points could be defined as point-cell feature, because it&amp;#39;s easy to control cell scale if printed using annotation scale and the cell color can be defined e.g. moving to a proper level or using point cell and active color.&lt;br /&gt;
&lt;br /&gt;
With regards,&lt;br /&gt;
&lt;br /&gt;
  Jan&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>