Hi!
I am in need to display a map in a silverlight / asp.net application, and moreover I need to do this "offline", that is, on an intranet with no external internet access.
Do you know any components which would allow me to display a navigable map and put overlay data over it? I tried the excellent Virtual Earth silverlight control from Microsoft, and it would be just great, unfortunately it requires an internet access...
The map does not have to be detailed, or very updated, a simple map of Italy with cities would be sufficient for my purposes.
My current solution uses javascript but it is too slow, and I wanted to switch to silverlight...
The component should be able to load a vector map (e.g. kml), place points and lines over it, and be able to notify about pan/zoom changes made by the user to fetch other data dynamically...
Any help appreciated! Thanks!