v1

latestOpenAPI 3.0.12026-07-14133252.9 KB
Vector Tiles

Retrieve a vector tile from a collection.

get/collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}

Path parameters

tileMatrixstring required

Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.

tileRowinteger required

Row index of the tile on the selected TileMatrix.

tileColinteger required

Column index of the tile on the selected TileMatrix.

collectionId'ngd-base' | 'asu-bdy' | 'wtr-ctch' | 'trn-ntwk-railway' | 'wtr-tidalboundary' required

Local identifier of a collection

tileMatrixSetId'3857' | '27700' required

Identifier for a supported TileMatrixSet

Response

A vector tile returned as a response.