Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWmtsLayer

IWmtsLayer interface defines the properties a Wmts layer should have.

const wmtsLayer: IWmtsLayer = {
     id: "102"
     url: "https://...",
}

Hierarchy

  • IWmtsLayer

Index

Properties

Properties

id

id: string

Unique id for each WMTS layer. This property is used to identify a WMTS layer and apply operations to itself.

url

url: string

WMTS layer endpoint url.

visible

visible: boolean

If the WMTS layer is visible or not.

Generated using TypeDoc