Tiles

Retrieve a list of available vector tilesets for the specified collection.

get
Path parameters
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
Responses
200

List of available tilesets.

application/json
get
/collections/{collectionId}/tiles

Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)

get
Path parameters
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
tileMatrixSetIdstring · enumRequired

Identifier for a supported TileMatrixSet

Possible values:
Responses
200

Description of the tileset

application/json
get
/collections/{collectionId}/tiles/{tileMatrixSetId}

Retrieve a vector tile from a collection.

get
Authorizations
keystringRequired
keystringRequired
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tileMatrixstringRequired

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

Example: 15
tileRowintegerRequired

Row index of the tile on the selected TileMatrix.

Example: 11179
tileColintegerRequired

Column index of the tile on the selected TileMatrix.

Example: 16558
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
tileMatrixSetIdstring · enumRequired

Identifier for a supported TileMatrixSet

Possible values:
Responses
200

A vector tile returned as a response.

application/octet-stream
Responsestring · binary
get
/collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}

Retrieve a vector tile from a collection for Web Mercator Quad EPSG: 3857 tile matrix set.

get
Authorizations
keystringRequired
keystringRequired
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tileMatrixstringRequired

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

Example: 15
tileRowintegerRequired

Row index of the tile on the selected TileMatrix.

Example: 11179
tileColintegerRequired

Column index of the tile on the selected TileMatrix.

Example: 16558
collectionIdstring · enumRequired

Local identifier of a collection

Possible values:
Responses
200

A vector tile returned as a response.

application/octet-stream
Responsestring · binary
get
/collections/{collectionId}/tiles/{tileMatrix}/{tileRow}/{tileCol}

Last updated

Was this helpful?