Tiling Schemes
Retrieve the list of available tiling schemes (tile matrix sets)
get/tileMatrixSets
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 tile matrix sets (tiling schemes).
Example response
{
"tileMatrixSets": [
{
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
]
}
]
}