Searched refs:groupSelectStyle (Results 1 – 1 of 1) sorted by relevance
83 this.groupSelectStyle = LayerSwitcher.getGroupSelectStyle(options.groupSelectStyle);98 element.classList.add(CSS_PREFIX + 'group-select-style-' + this.groupSelectStyle);218 groupSelectStyle: this.groupSelectStyle, property235 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) { argument350 LayerSwitcher.setVisible_(map, lastVisibleBaseLyr, true, groupSelectStyle);[all …]