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.

Changes

Changed in 2 of the 7 revisions of this API.88

    • deleted the query request parameter bgcolor

      request-parameter-removed

    • deleted the query request parameter collections

      request-parameter-removed

    • deleted the query request parameter crs

      request-parameter-removed

    • deleted the query request parameter datetime

      request-parameter-removed

    • deleted the query request parameter f

      request-parameter-removed

    • deleted the query request parameter subset

      request-parameter-removed

    • deleted the query request parameter subset-crs

      request-parameter-removed

    • deleted the query request parameter transparent

      request-parameter-removed

    • added the new optional query request parameter bgcolor

      new-optional-request-parameter

    • added the new optional query request parameter collections

      new-optional-request-parameter

    • added the new optional query request parameter crs

      new-optional-request-parameter

    • added the new optional query request parameter datetime

      new-optional-request-parameter

    • added the new optional query request parameter f

      new-optional-request-parameter

    • added the new optional query request parameter subset

      new-optional-request-parameter

    • added the new optional query request parameter subset-crs

      new-optional-request-parameter

    • added the new optional query request parameter transparent

      new-optional-request-parameter