Class: LayerTreeItemConfig

LayerTree.LayerTreeItemConfig(name, type, level, wmsCapaLayer, layerCfgopt)

Class representing a layer tree item config

Constructor

new LayerTreeItemConfig(name, type, level, wmsCapaLayer, layerCfgopt)

Create a layer tree item config instance

Parameters:
Name Type Attributes Description
name string

the QGIS layer name

type string

the layer tree item type

level number

the layer tree item level

wmsCapaLayer object

the WMS capabilities layer element

layerCfg LayerConfig <optional>

the lizmap layer config

Source:

Members

(nullable) layerConfig :LayerConfig

Lizmap layer config

Type:
  • LayerConfig
Source:

level :number

the layer tree item level

Type:
  • number
Source:

name :string

The layer name - QGIS layer name

Type:
  • string
Source:

type :string

The layer tree item type

Type:
  • string
Source:

(nullable) wmsAbstract :string

WMS layer abstract

Type:
  • string
Source:

wmsBoundingBoxes :Array.<LayerBoundingBoxConfig>

WMS layer Bounding Boxes

Type:
  • Array.<LayerBoundingBoxConfig>
Source:

(nullable) wmsGeographicBoundingBox :LayerGeographicBoundingBoxConfig

WMS layer Geographic Bounding Box

Type:
  • LayerGeographicBoundingBoxConfig
Source:

wmsMaxScaleDenominator :number

WMS layer maximum scale denominator If the maximum scale denominator is not defined: -1 is returned

Type:
  • number
Source:

wmsMinScaleDenominator :number

WMS layer minimum scale denominator If the minimum scale denominator is not defined: -1 is returned

Type:
  • number
Source:

(nullable) wmsName :string

WMS layer name

Type:
  • string
Source:

wmsTitle :string

WMS layer title

Type:
  • string
Source: