Vector Tiles
Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)
get/collections/{collectionId}/tiles/{tileMatrixSetId}
Path parameters
collectionIdstring required
local identifier of a collection
tileMatrixSetId'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad' required
Identifier for a supported TileMatrixSet
Query parameters
collectionsstring[]
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.
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": [
{
"created": "2017-08-17T08:05:32Z",
"updated": "2017-08-17T08:05:32Z",
"style": {
"links": [
{
"href": "http://data.example.com/buildings/123",
"rel": "alternate",
"type": "application/geo+json",
"hreflang": "en",
"title": "Trierer Strasse 70, 53115 Bonn"
}
]
},
"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"
}
]
},
"created": "2017-08-17T08:05:32Z",
"updated": "2017-08-17T08:05:32Z"
}