Home
last modified time | relevance | path

Searched refs:groupSelectStyle (Results 1 – 1 of 1) sorted by relevance

/plugin/openlayersmap/ol/
Dol-layerswitcher.js83 this.groupSelectStyle = LayerSwitcher.getGroupSelectStyle(options.groupSelectStyle);
98 element.classList.add(CSS_PREFIX + 'group-select-style-' + this.groupSelectStyle);
218 groupSelectStyle: this.groupSelectStyle, property
235 options.groupSelectStyle = LayerSwitcher.getGroupSelectStyle(options.groupSelectStyle);
236 LayerSwitcher.ensureTopVisibleBaseLayerShown(map, options.groupSelectStyle);
245 if (options.groupSelectStyle === 'children' ||
246 options.groupSelectStyle === 'none') {
251 else if (options.groupSelectStyle === 'group') {
342 static ensureTopVisibleBaseLayerShown(map, groupSelectStyle) { argument
350 LayerSwitcher.setVisible_(map, lastVisibleBaseLyr, true, groupSelectStyle);
[all …]