WMTS options.

Since

2023.0

Hierarchy

Properties

dimensions?: object

Dimension parameters to send along with WMTS GetTile request. Typical dimensions areTIME and ELEVATION. The object literal can contain simple key/value pairs. Accepted values are strings, numbers, booleans. Values must not be URL encoded.

Since

2021.0

format?: string

The image format of the images to retrieve from the WMTS server. Default: "image/jpeg"

layer: string

the name of the WMTS layer

style?: string

The style to apply on the image when making a request, the default value is "default".

tileMatrices: number[] | string[]

The array of tile matrices identifiers

tileMatrixSet: string

The name of the tile matrix set

url: string

root URI of the GetTile request interface