Map Tiles
Retrieve the list of styled map tilesets for the whole dataset
get/styles/{styleId}/map/tiles
Path parameters
styleId'default' required
An identifier representing a specific style.
Query parameters
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
List of available tilesets.
Example response
{
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
],
"tilesets": [
{
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
]
}
]
}