Constructor
new ExternalMapItemState(name)
Instantiate an external map item state
Parameters:
Name | Type | Description |
---|---|---|
name |
string | the external map item name |
- Source:
Extends
Classes
Members
checked :boolean
Map item is checked
Type:
- boolean
checked :boolean
Set map item is checked
Type:
- boolean
itemState :null
Lizmap layer item state
Type:
- null
layerConfig :null
Lizmap layer config
Type:
- null
level :number
Map item level
Type:
- number
- Source:
name :string
Map item name
Type:
- string
- Source:
opacity :number
Map item opacity
Type:
- number
opacity :number
Set map item opacity
Type:
- number
type :string
Map item type
Type:
- string
- Source:
visibility :boolean
Map item is visible
It depends on the parent visibility
Type:
- boolean
wmsBoundingBoxes :Array
WMS item Bounding Boxes
Type:
- Array
wmsGeographicBoundingBox :null
WMS item Geographic Bounding Box
Type:
- null
- Source:
wmsMaxScaleDenominator :number
WMS Maximum scale denominator
If the maximum scale denominator is not defined: -1 is returned
If the WMS layer is a group, the maximum scale denominator is the largest of the layers in the group
Type:
- number
wmsMinScaleDenominator :number
WMS Minimum scale denominator
If the minimum scale denominator is not defined: -1 is returned
If the WMS layer is a group, the minimum scale denominator is -1 if only one layer
minimum scale denominator is not defined else the smallest layer minimum scale denominator
in the group
Type:
- number
wmsName :null
WMS item name
Type:
- null
- Source:
wmsTitle :string
WMS item title
Type:
- string
- Source:
wmsTitle :string
Set WMS item title
Type:
- string
- Source:
Methods
calculateVisibility() → {boolean}
Calculate and save visibility
Returns:
the calculated visibility
- Type
- boolean