Tiles
Local identifier of a collection
List of available tilesets.
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/collections/{collectionId}/tiles HTTP/1.1
Host: api.os.uk
Accept: */*
{
"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
}
],
"tilesets": [
{
"id": "3857",
"title": "text",
"dataType": "map",
"crs": "https://example.com",
"tileMatrixSetURI": "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
}
]
}
]
}
Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)
Local identifier of a collection
Identifier for a supported TileMatrixSet
Description of the tileset
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/collections/{collectionId}/tiles/{tileMatrixSetId} HTTP/1.1
Host: api.os.uk
Accept: */*
{
"description": "text",
"tileMatrixSetLimits": [
{
"tileMatrix": "text",
"minTileRow": 1,
"maxTileRow": 1,
"minTileCol": 1,
"maxTileCol": 1
}
],
"layers": [
{
"description": "text",
"id": "text",
"dataType": "map",
"geometryType": "text",
"maxTileMatrix": "text",
"minTileMatrix": "text",
"propertiesSchema": {
"type": "object",
"properties": {
"ANY_ADDITIONAL_PROPERTY": {
"type": "array",
"enum": [
{}
]
}
}
}
}
],
"boundingBox": {
"lowerLeft": [
1
],
"upperRight": [
1
],
"crs": "https://example.com"
},
"id": "3857",
"title": "text",
"dataType": "map",
"crs": "https://example.com",
"tileMatrixSetURI": "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 selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.
15
Row index of the tile on the selected TileMatrix.
11179
Column index of the tile on the selected TileMatrix.
16558
Local identifier of a collection
Identifier for a supported TileMatrixSet
A vector tile returned as a response.
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/collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol} HTTP/1.1
Host: api.os.uk
Accept: */*
binary
Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.
15
Row index of the tile on the selected TileMatrix.
11179
Column index of the tile on the selected TileMatrix.
16558
Local identifier of a collection
A vector tile returned as a response.
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/collections/{collectionId}/tiles/{tileMatrix}/{tileRow}/{tileCol} HTTP/1.1
Host: api.os.uk
Accept: */*
binary
Last updated
Was this helpful?