Hierarchy

Properties

credentials?: boolean

Whether credentials should be included with every HTTP request.

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

The preferred spatial reference of the tile matrix set, if it is not explicitly defined using tileMatrixSet. If no tile matrix set can be found for the given reference, an error is thrown.

requestHeaders?: null | HttpRequestHeaders

An object literal that represents headers (as a key-value map) to send with each HTTP request. If set (and not empty), an XHR with the specified headers will be performed instead of creating an Image.

requestParameters?: null | HttpRequestParameters

Custom request parameters to send along with WMTS GetMap and GetFeatureInfo request. The object literal can contain simple key/value pairs (strings, numbers, booleans). Values must not be URL encoded.

Since

2021.0

tileMatrixSet?: string

The identifier of the tile matrix set. Will be computed automatically if not defined.

url?: string

/** root URI of the GetTile request interface. Use this when you wont to override the URI reported in the capabilities object.

Since

2021.0.04

useQuadTreeOnly?: boolean

Indicates that the WMTS tile set model creation must aim for quad-tree tile set structures only. The default behavior is to allow non-quad tree tile matrix sets.

Since

2023.0