c# - Surface offline maps -
i'm developing surface application, came across problem. need develop control next abilities:
- world map on background (should display continents).
- i need way find out on continent user touched(interactive background map).
- any controls can added on top of map control (for example video-player control different regions of map).
- map control should works in offline mode (without connection internet).
i can't find frameworks meet goals. so, know projects/code samples can me achieve goals
offline mapping done in many ways, 1 of them download / shapefile continents. (you can search that). later can use sharpmap display shapefile in wpf application. sharpmap .net framework based open source application enables reading multiple geospatial formats. option read geo-spatial data dotspatial.
Comments
Post a Comment