Tile data server

From OpenStreetMap Wiki
Jump to: navigation, search

This page is about downloading OSM data, in portions large enough to annoy the API, but small enough that you don't want to setup the entire planet.osm processing infrastructure yourself.

Contents

Situation

Downloading OSM data is done via the API. The format is defined as:

GET /api/0.6/map?bbox=W,S,E,N

However, there are several problems with that:

XAPI offers a similar service and is hosted on several different servers with varying speeds.

planet.osm is available, but there are several problems with that too:

Suggestion

What if a server were available that supported

GET /api/0.6/tiledata/z/x/y

then a renderer could simply download the data for a tile it's interested in

What else might benefit

Downloading data to mobile devices, and keeping track of the downloaded areas

When routing, start by downloading your local tile, and just keep downloading more tiles when your route wanders off the edge of the area

Implementations

  1. Trapi - up and running. Used by tiles@home clients
  2. OJW's tile data server
  3. tiledata2

Discussion

Personal tools
Namespaces
Variants
Actions
site
Toolbox