Object defines and provides information about layers in a WMTSLayer service.
Properties
Property
Type
Notes
layerIdentifier
string
Identifier for the specific layer used in the WMTS service. Required input by the user.
url
string
URL to the WMTS web service. Required input by the user.
customLayerParametersOptional
any
A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present.
customParametersOptional
any
A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence.