SYSTEM Cited by 1 source
OpenStreetMap¶
What it is¶
OpenStreetMap (OSM) is a collaborative, wiki-style project building a free, editable map of the world (openstreetmap.org). OSM provides both the geographic dataset and a set of public tile endpoints, serving as the canonical open-source alternative to commercial basemap providers (Google Maps, Mapbox, Bing).
Seen in¶
- — Zalando picks OpenStreetMap explicitly as its basemap layer under a Leaflet front-end, with its custom PostGIS/ pg_tileserv tile stack stacked on top for the thematic data (NUTS boundaries, population hexagons). Characterised in the article as "the wiki-style free alternative to commercial map providers". First wiki canonical page.
- sources/2026-04-23-lyft-smarter-pickup-experience-for-gated-communities — Lyft's gate-area shape generator uses OSM as one of its upstream data sources (alongside driver feedback) to build the gated-community polygons that the rider app cross- references with GPS to switch into "gates mode" pickup. OSM here is infrastructure data source, not basemap tile source — distinct role from the Zalando instance.
Related¶
- systems/leaflet — the client library consuming OSM's tile endpoints.
- systems/postgis — the overlay-data substrate typically layered above an OSM basemap.
- systems/lyft-gate-area-generator — downstream consumer of OSM data for gate-area polygon generation.
- companies/lyft.