/ui/layers/legends/utils

The categorized theme legend module exports the categorizedTheme to the ui.layers.legend{} library object.

Dictionary entries:

  • layer_style_switch_caption
  • layer_style_switch_all
  • layer_style_cluster

Requires

Methods

(inner) catToggle(e, layer, cat)

The method toggles the disabled class on the event target element.

If toggled [on] the filterAdd method will be called and the style will be set to null.

If toggled [off] the filterRemove method will be called and the style will be restored from the cat._style.

Parameters:
NameTypeDescription
eEvent

The cat label click event.

layerlayer

The decorated mapp layer.

catobject

The cat object from the theme.

(inner) clusterLegend(layer)

Adds a cluster icon for the theme.

Parameters:
NameTypeDescription
layer

The layer the theme exists on.

(inner) createLegend(cat, theme, layer)

Create legend entry for category within a theme.

Parameters:
NameTypeDescription
catObject

The category object.

themeObject

The theme configuration object.

layerObject

The layer object.

(inner) distributedLegend(layer) → {HTMLElement}

This function hides the distribution count theme on load.

Parameters:
NameTypeDescription
layerlayer

The layer the theme exists on.

Returns:

The legend node

Type: 
HTMLElement

(inner) filterAdd(layer, cat)

Add the cat value to the current filter.

Parameters:
NameTypeDescription
layerlayer

The decorated mapp layer.

catobject

The cat object from the theme.

(inner) filterRemove(layer, cat)

Remove the cat value to the current filter.

Parameters:
NameTypeDescription
layerlayer

The decorated mapp layer.

catobject

The cat object from the theme.

(inner) themeParser(layer)

Sets nullish assignment of values and classList properties on the theme.

Parameters:
NameTypeDescription
layer

The layer the theme exists on.