Tile matrix sets
Responses
200
List of tile matrix sets (tiling schemes).
application/json
400
The request was not supported.
application/json
404
The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
application/json
405
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
application/json
406
A request header value was not supported.
application/json
500
A server error occurred.
application/json
504
Gateway Timeout.
application/json
get/tilematrixsets
GET /maps/vector/ngd/ota/v1/tilematrixsets HTTP/1.1
Host: api.os.uk
Accept: */*
{
"tileMatrixSets": [
{
"id": "text",
"title": "text",
"uri": "https://example.com",
"crs": "https://example.com",
"links": [
{
"href": "http://data.example.com/buildingpart/123",
"rel": "alternate",
"type": "application/geo+json",
"templated": true,
"varBase": "/ogcapi/vars/",
"hreflang": "en",
"title": "Building Part",
"length": 1
}
]
}
]
}Last updated
Was this helpful?