v1
latestOpenAPI 3.0.12026-07-14133252.9 KBTile Sets
Retrieve a list of available vector tilesets for the specified collection.
get/collections/{collectionId}/tiles
Path parameters
collectionId'ngd-base' | 'asu-bdy' | 'wtr-ctch' | 'trn-ntwk-railway' | 'wtr-tidalboundary' required
Local identifier of a collection
Response
List of available tilesets.
Example response
{
"links": [
{
"href": "http://data.example.com/buildingpart/123",
"rel": "alternate",
"type": "application/geo+json",
"varBase": "/ogcapi/vars/",
"hreflang": "en",
"title": "Building Part"
}
],
"tilesets": [
{
"id": "3857",
"links": [
{
"href": "http://data.example.com/buildingpart/123",
"rel": "alternate",
"type": "application/geo+json",
"varBase": "/ogcapi/vars/",
"hreflang": "en",
"title": "Building Part"
}
]
}
]
}