IWmtsLayer interface defines the properties a Wmts layer should have.
const wmtsLayer: IWmtsLayer = { id: "102" url: "https://...", }
Unique id for each WMTS layer. This property is used to identify a WMTS layer and apply operations to itself.
WMTS layer endpoint url.
If the WMTS layer is visible or not.
Generated using TypeDoc
IWmtsLayer interface defines the properties a Wmts layer should have.
const wmtsLayer: IWmtsLayer = { id: "102" url: "https://...", }