This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there a quick and free way to display raster map data offline?

1

I have a raster layer that I would like to use as a basemap and overlay vector OSM data (cities and the such). I would also like to have the capabilities to view it offline on a Windows desktop computer, such as that the marginalia stays on the current screen when I zoom and pan, coordinates are accessible, etc. Perhaps what I'm looking for is an offline version of Google Maps, but stripped down since I am not concerned with editability. Is there a free/widely available way to do this?

I am currently playing around with ArcGIS-exported PDFs, which preserve geographic coordinates, but do not retain marginalia within the Adobe Reader viewing frame when I zoom in.

I started looking at the Software link, but have had no luck thus far.

asked 24 Apr '13, 23:10

melynnduh's gravatar image

melynnduh
16112
accept rate: 0%

edited 24 Apr '13, 23:16


One Answer:

1

If you have your raster data in tiles and your OSM vector overlay in KML form then you can easily run an offline OpenLayers "website" (opening something like file:///my-usb-stick/index.html in your web browser). The Javascript/HTML needed for this is minimal, however bringing your data into a suitable form might require some work.

answered 25 Apr '13, 08:09

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .