Tiles
Authorizations
keystringRequired
keystringRequired
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tileMatrixstringRequiredExample:
Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.
15tileRowintegerRequiredExample:
Row index of the tile on the selected TileMatrix.
11179tileColintegerRequiredExample:
Column index of the tile on the selected TileMatrix.
16558collectionIdstring · enumRequiredPossible values:
Local identifier of a collection
Responses
200
A vector tile returned as a response.
application/octet-stream
string · binaryOptional
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/collections/{collectionId}/tiles/{tileMatrix}/{tileRow}/{tileCol}
GET /maps/vector/ngd/ota/v1/collections/{collectionId}/tiles/{tileMatrix}/{tileRow}/{tileCol} HTTP/1.1
Host: api.os.uk
key: YOUR_API_KEY
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryLast updated
Was this helpful?