Question
I need to display a map of the U.S. with states shown in different colors according to underlying data. I'd also like to have this map contain some facility for subscribing to hover/click events on each state in javascript, presumably using an imagemap.
The data won't be changing in any kind of AJAX-y way, so ideally this component would generate a static image that would be cacheable.
Any suggestions?
Answer
Here's one ASP.NET map implementation (of many):
http://www.codeproject.com/KB/aspnet/sharpmap1.aspx
You can also go all-out and hook up to the Google Maps API via an ASP.NET control.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/728/" >Decent, simple, GIS/mapping component for ASP.NET?< /a>
0 comments:
Post a Comment