Heron

Table Of Contents

Previous topic

Heron.widgets.ActiveLayersPanel

Next topic

Heron.widgets.BaseLayerCombo

Heron.widgets.ActiveThemesPanel

Extends
xtype
hr_activethemespanel
class Heron.widgets.ActiveThemesPanel(config)

Displays a stack of selected layers from the map. The main purpose is to enable to change layer stacking (display) order, supported by standard drag-and-drop, plus manipulating individual layer opacity.

Example config with a per layer opacity-slider.

{
            xtype: 'hr_activethemespanel',
            height: 240,
            flex: 3
    }

Config Options

Configuration properties in addition to those listed for Ext.tree.TreePanel.

qtip_down

default value is “Move down”.

qtip_remove

default value is “Remove layer from list”.

qtip_tools

default value is “Remove layer from layer list”.

qtip_up

default value is “Move up”.

title

default value is “Active Themes”.