Data Sources
PitStopper combines services we run ourselves with third-party public APIs. Our self-hosted services come in pairs - if one server is down the other answers, with a public instance behind both - so the notes below only mention fallbacks where they differ from that pattern.
How Fresh Is the Data?
Everything we self-host is built from OpenStreetMap, which never stops changing. Each dataset refreshes on its own schedule:
| Data | Refreshed | Typical lag behind OSM |
|---|---|---|
| POI data (PostGIS) | Every other day - the two servers alternate | A day or two |
| Routing data (BRouter) | Weekly - one server Monday, the other Thursday | One to two weeks |
| Vector map tiles (OpenFreeMap) | Weekly - one server midweek, the other at the weekend | Around a week |
| Raster tiles (Streets, Topo, Cycling) | Rendered live upstream; our cache holds a tile up to 30 days | Usually fresh; up to a month in rarely-viewed areas |
| Server updates (OS security) | Installed daily; any needed restart happens at 00:01 UTC (server 1) or 12:31 UTC (server 2), just before that server's data refresh | - |
POI Data
Whole-route POI searches are answered by our PostGIS pair; the public instance below is the last resort.
Route Distance & Track Snapping
Track-edit snapping and On-the-go's Emergency POI road distances (Premium) use a real routing engine rather than straight lines.
Map Tiles
Vector tiles are the main map: one set covers every zoom, restyles for dark mode, and is what gets bundled for offline use. The raster proxy backs the classic Streets, Topo and Cycling layers.
Fuel Prices
Food Hygiene Ratings
Geocoding & Search
Photon answers search-as-you-type; Nominatim gives the better address detail. Each stands in for the other, and right-click address lookups alternate between them.
Knowledge & Photos
Acknowledgements
We are truly thankful for the communities involved in contributing data to both the OpenStreetMap and Wikipedia projects. Without the countless volunteers who map, edit, and maintain these open datasets, PitStopper and many other projects simply would not exist. Thank you.