in my asp.net application i need to display on a map (google map but i also have a shapefile of the roads ) the locations of about a thousand car accidents. This is my very first approach with this world and i'm getting confused. I can see a long list of framework and libraries ( OpenLayers, SharpMap, GoogleMaps Api, etc... ) but i dont' know which is the best for my pourpose.

Could you please help me to find the way?

Thanks.

link|improve this question

0% accept rate
feedback

2 Answers

If you're just trying to add markers to the map it's really easy, have a look at the Marker examples on this page. (View the source.)

link|improve this answer
feedback

Try the answers to these questions:

Google Maps - Easy way in ASP.Net?

Best .NET Wrapper for Google Maps or Yahoo Maps?

ScottGu suggests this how-to article.

And here's a Code Project how-to.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.