v1

latestOpenAPI 3.0.0OGC License2026-07-17527107.6 KB
Map Tiles

Retrieve a default map tile of the whole dataset

get/map/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. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.

tileRowinteger required

Row index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.

tileColinteger required

Column index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.

tileMatrixSetId'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad' required

Identifier for a supported TileMatrixSet

Response

A map tile image returned as a response.