Source: planet

TypeVector (vector)
DataOpenStreetMap — worldwide
UpdatesWeekly (completed Monday mornings)
Billing1 unit per tile

TileJSON

https://api.mapriot.com/planet?apiKey=<key>

Returns a TileJSON describing the source — tile URL template, bounds, zoom range, and available layers.


Tile URL

https://api.mapriot.com/planet/{z}/{x}/{y}?apiKey=<key>

Mapbox Vector Tile (MVT/PBF), XYZ scheme (Web Mercator).


Usage in MapLibre GL JS

The planet source is already included in the outdoor style as mapriot. To use it directly in a custom style:

map.addSource('planet', {
  type: 'vector',
  url: 'https://api.mapriot.com/planet?apiKey=<key>',
});

If you build your own style, you will need to provide your own sprite (icons) and font (glyph) assets — see the outdoor style page for details.


OpenStreetMap

MapRiot vector tiles are built from OpenStreetMap data — a free, collaborative map database maintained by a global community of volunteers. We update our tiles weekly from OSM planet dumps.

OpenStreetMap data is licensed under the Open Database License (ODbL) by the OpenStreetMap Foundation. All maps displaying this data must credit OpenStreetMap contributors. See Copyright and sources for the required attribution format.


Notes

  • Covers the entire planet at zoom 0–14+
  • Tile schema takes inspiration from the OpenMapTiles schema (CC BY 4.0) but differs significantly — the data structures are not compatible