Vector Tiles
Retrieve the vector tileset metadata for the whole dataset and the specified tiling scheme (tile matrix set)
get/tiles/{tileMatrixSetId}
Path parameters
tileMatrixSetId'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad' required
Identifier for a supported TileMatrixSet
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"
}
]
}
}Changes
Changed in 3 of the 7 revisions of this API.13
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ○
added the new optional
queryrequest parametercollectionsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterfnew-optional-request-parameter
- ○