Tile matrix sets
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
List of tile matrix sets (tiling schemes).
The request was not supported.
The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
A request header value was not supported.
A server error occurred.
Gateway Timeout.
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
}
]
}
]
}
Identifier for a supported TileMatrixSet
tile matrix set
The request was not supported.
The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
A request header value was not supported.
A server error occurred.
Gateway Timeout.
GET /maps/vector/ngd/ota/v1/tilematrixsets/{tileMatrixSetId} HTTP/1.1
Host: api.os.uk
Accept: */*
{
"title": "text",
"id": "text",
"uri": "https://example.com",
"orderedAxes": [
"text"
],
"crs": "https://example.com",
"wellKnownScaleSet": "https://example.com",
"tileMatrices": [
{
"id": "text",
"scaleDenominator": 1,
"cellSize": 1,
"cornerOfOrigin": "topLeft",
"pointOfOrigin": [
1
],
"tileWidth": 1,
"tileHeight": 1,
"matrixHeight": 1,
"matrixWidth": 1
}
]
}