Class: ExternalMapItemState

ExternalMapItemState(name)

Class representing an external map item state

Constructor

new ExternalMapItemState(name)

Instantiate an external map item state
Parameters:
Name Type Description
name string the external map item name
Source:

Extends

Classes

ExternalMapItemState

Members

checked :boolean

Map item is checked
Type:
  • boolean
Source:

checked :boolean

Set map item is checked
Type:
  • boolean
Source:

itemState :null

Lizmap layer item state
Type:
  • null
Source:

layerConfig :null

Lizmap layer config
Type:
  • null
Source:

level :number

Map item level
Type:
  • number
Source:

name :string

Map item name
Type:
  • string
Source:

opacity :number

Map item opacity
Type:
  • number
Source:

opacity :number

Set map item opacity
Type:
  • number
Source:

type :string

Map item type
Type:
  • string
Source:

visibility :boolean

Map item is visible It depends on the parent visibility
Type:
  • boolean
Source:

wmsBoundingBoxes :Array

WMS item Bounding Boxes
Type:
  • Array
Source:

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
Source:

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
Source:

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
Source:
Returns:
the calculated visibility
Type
boolean