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

Hi all,

first of all, sorry for my newbie question as I am new to OpenStreetMap and could not really find answers to my questions. I hope someone has the patience to answer these. Thanks in advance.

I have a commercial non-Web windows app (Windows Forms or WPF) and I would like this app to have a map window that would be based on downloading map tiles on the background and offer the user all expected features like moving, zooming the map etc. and displaying his own localized objects (stored locally) - very similar what the GMap.NET project does.

  1. Is it possible to make such an application to download all the map data from the OpenStreetMap servers or do we have to find a different (commercial) provider? Using Google Maps for example, one has to pay when the traffic of downloading all the map tiles gets high.

  2. Is there an API that is recommended for this purpose (ie. downloading map tiles for different map areas to build an interactive map? I know, that GMap.NET found a way, but is this a documented API, which is not subject to future changes which would, of course, break such an application?

Thank you very much.

Alex

asked 11 Sep '14, 07:40

Alex780526's gravatar image

Alex780526
21111
accept rate: 0%

Just to clarify: would your application be connected to the internet (i.e. could it request map tiles from an external server), or do you want to have all the map tiles stored locally?

(11 Sep '14, 12:14) Lightsider

The Wiki page tile usage policy could help to answer your question. The underlying data is free to download and use; the map tiles (ie the visualised data) are not. It's a question of server costs - users of your application would be creating an additional load for the OSM tile servers.

For your internal testing purposes, you can use the tiles generated by the OSM tile servers (for information on how to do this, see the slippy map page on the Wiki or the "using tiles" page on switch2osm - I'm afraid I'm not an expert in this). Once you deploy your application, however, it would be best to use a commercial third-party tile server (such as MapQuest Open, Geofabrik, Mapbox, etc - see lists here and here) - although note that they also have conditions you have to abide by. Alternatively, you can set up your own server to generate the map tiles and make them available to your application (the switch2osm web site has some guidance on how to set up your own server).

permanent link

answered 11 Sep '14, 12:13

Lightsider's gravatar image

Lightsider
1.5k52129
accept rate: 42%

edited 12 Sep '14, 13:32

3

You missed an important point : it is also possible to use third party OSM tiles providers like MapQuest Open, Geofabrik, Mapbox, etc. They have also restrictions and depends on the traffic. To be checked with them. List here http://wiki.openstreetmap.org/wiki/Commercial_OSM_Software_and_Services

(11 Sep '14, 15:18) Pieren
1

Good point; thank you! I have updated my answer.

(12 Sep '14, 13:32) Lightsider
1

Ok, guys, thank you both for the informative answers. Alex

(01 Oct '14, 14:46) Alex780526
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:

×91
×7
×6

question asked: 11 Sep '14, 07:40

question was seen: 7,449 times

last updated: 01 Oct '14, 14:46

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