Tiles API
Tiles API reference
Tiles
Embeddable HTML viewer
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Server Tiles
http://localhost:3650/admin/tiles/.
- text/html
- 404
The item does not exist
curl http://localhost:3650/api/tiles/maptiler-satellite/
OK
XYZ tiles
The individual tiles. Can be used with various libraries to display the tiles (e.g. Leaflet, OpenLayers, ...). It's usually better (if possible) to use the TileJSON rather than using the tile URL directly.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Server Tiles
http://localhost:3650/admin/tiles/. - Type: integerzrequired
Zoom level. Specifies the tile's zoom level. See Tiles à la Google Maps
- Type: integerxrequired
Column. Specifies the tile's column. See Tiles à la Google Maps
- Type: integeryrequired
Row. Specifies the tile's row. See Tiles à la Google Maps
- *
- 204
Tile not present -- presumed empty (empty response)
- 400
Out of bounds
- 404
The item does not exist
curl http://localhost:3650/api/tiles/maptiler-satellite/1/1/1
OK
TileJSON
TileJSON describing the metadata of the tiles as well as link to the XYZ tiles. Can be used with various libraries to display the tiles (e.g. Leaflet, OpenLayers, ...).
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Server Tiles
http://localhost:3650/admin/tiles/.
- application/json
- 404
The item does not exist
curl http://localhost:3650/api/tiles/maptiler-satellite/tiles.json
{}OK
OGC API - Tiles
Tileset landing page of the tiles. Can be used in software supporting the OGC API - Tiles v1.0 specification.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Server Tiles
http://localhost:3650/admin/tiles/.
- application/json
- 404
The item does not exist
curl http://localhost:3650/api/tiles/maptiler-satellite/tiles
stringOK
OGC API TileMatrixSets
Description of the tileset tile matrix sets according to the OGC Web API. This resource is linked from the OGC API - Tiles endpoint.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Server Tiles
http://localhost:3650/admin/tiles/.
- application/json
- 404
The item does not exist
curl http://localhost:3650/api/tiles/maptiler-satellite/tileMatrixSet
stringOK
WMTS Capabilities
WMTS Capabilities XML document describing the metadata of the tiles as well as link to the XYZ tiles. Can be used with various GIS software (e.g. QGIS) to display the tiles.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Server Tiles
http://localhost:3650/admin/tiles/.
- text/xml
- 404
The item does not exist
curl http://localhost:3650/api/tiles/maptiler-satellite/WMTSCapabilities.xml
stringOK