Tile matrix sets

Retrieve the list of available tiling schemes (tile matrix sets)

get
Responses
chevron-right
200

List of tile matrix sets (tiling schemes).

application/json
get
/tilematrixsets

Retrieve the definition of the specified tiling scheme (tile matrix set)

get
Path parameters
tileMatrixSetIdstring · enumRequired

Identifier for a supported TileMatrixSet

Possible values:
Responses
chevron-right
200

tile matrix set

application/json

A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in tileMatrixSet property) is only required for offline use, as an alternative to a link with a http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme relation type.

titlestringOptional

Title of this tile matrix set, normally used for display to a human

idstringOptional

Tile matrix set identifier. Implementation of 'identifier'

uristring · uriOptional

Reference to an official source for this tileMatrixSet

orderedAxesstring[] · min: 1Optional
crsall ofRequired
string · uriOptional

Reference to one coordinate reference system (CRS)

wellKnownScaleSetstring · uriOptional

Reference to a well-known scale set

get
/tilematrixsets/{tileMatrixSetId}

Last updated

Was this helpful?