Map Tiles
Retrieve a styled map tileset of the whole dataset for the specified tiling scheme (tile matrix set)
get/styles/{styleId}/map/tiles/{tileMatrixSetId}
Path parameters
styleId'default' required
An identifier representing a specific style.
tileMatrixSetId'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad' required
Identifier for a supported TileMatrixSet
Query parameters
collectionsAllCollections[]
The collections that should be included in the response. The parameter value is a comma-separated list of collection identifiers. If the parameters is missing, some or all collections will be included. The collection will be rendered in the order specified, with the last one showing on top, unless the priority is overridden by styling rules.
f'json' | 'html'
The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.
Response
Description of the tileset
Example response
{
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
],
"layers": [
{
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
]
}
],
"style": {
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
]
}
}