WMTS

API test authentication

Access and download data for a specific tile

get
Authorizations
keystringRequired
keystringRequired
OAuth2clientCredentialsRequired
Token URL:
Query parameters
layerstring · enumRequired

The tile set layer that will be requested.

Possible values:
tileMatrixSetstring · enumRequired

The identifier of the tile matrix set.

Possible values:
tileMatrixstringRequired

The identifier of the tile matrix within the specified tile matrix set.

tileRowintegerRequired

The row index of the tile.

tileColintegerRequired

The column index of the tile.

servicestring · enumRequired

The service that is being accessed.

Possible values:
requeststring · enumRequired

The type of request being made. If a GetCapabilities request is being made, the other parameters are not required other than authentication.

Possible values:
stylestring · enumRequired

Taken from the Identifier of the chosen Layer's Style property

Possible values:
versionstring · enumOptional

The version number of the service.

Possible values:
heightintegerOptional

The Height of the tile.

widthintegerOptional

The Width of the tile.

outputformatstring · enumOptional

The format of the returned tile.

Possible values:
Responses
200

Tile image retrieved successfully

image/png
get
/wmts

No content

Example Request

Last updated

Was this helpful?