Reputation: 275
I need to mark an object on a 2d map using c#. The first thing I need to resolve is converting the latitude and longitude of that object into xy location on the map. Does anyone knows how to do that and what's the logic behind the algorithm? How can we make sure a point on the 2d world map is corresponding to a real longitude and Latitude?
Thanks
Upvotes: 1
Views: 4031
Reputation: 21918
I am not sure exactly what you are after. We implemented a project using C# and ArcGis Generated Layered Map, but ages ago in school
This might help
A very good, open Source Project at CodePlex:
Upvotes: 2