Select to view content in your preferred language

Project point on a map

736
1
07-22-2010 07:56 PM
xariaD
by
Occasional Contributor
I have a table with lat/lon of a point. How to display this point on a map.
Do I need to add another graphics layer to the map or I can add the points to feature layer?
I do not wish to save these points on the map. It's only for display.
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
You can use a GraphicsLayer since these points will only be used to display on the map. And then maybe apply a SimpleRenderer to your GraphicsLayer so that each point uses the same marker symbol. In code-behind, you can add the graphics with a MapPoint geometry based on the lat/lon values retrieved from your table.

Jennifer
0 Kudos