NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi OSM users,

My need is to replace Google Maps in an application to an offline maps system. OSM sounds very interesting. The application does not need any detail maps. 500.000 (overview) and 50.000 (detail). Just sample values.

The idea is to download map data with less information for a large area. Let say Scandinavia.

As a complete newbie I need to know if this is possible or if I should look in another direction.

Thanks very much in advanced for any information.

Best regards Stephan Cassel

asked 23 Nov '12, 11:46

SCassel's gravatar image

SCassel
31114
accept rate: 0%

edited 23 Nov '12, 11:49


For offline use, you´ll need to prerender all the tiles in your desired area. Note that the higher the zoom, the more space you will need to save the tiles. See switch2osm website for an explanation of what tiles are and how to build a dynamic tile server. Then you can just render all the tiles you need, and save them for offline use. Alternatively, you can ask a third-party osm provider like mapbox to render your tiles, or use a tool like tillemill.

Once you have your tiles, display them using Leaflet, OpenLayers, or some native code in your app.

permanent link

answered 23 Nov '12, 12:22

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

1

Thanks Vincent for valuable information Br Stephan

(23 Nov '12, 12:55) SCassel
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×535
×181
×106
×3

question asked: 23 Nov '12, 11:46

question was seen: 6,525 times

last updated: 23 Nov '12, 13:25

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum