Home
last modified time | relevance | path

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

/plugin/openlayersmap/ol/
Dol-layerswitcher.js5 }(this, (function (Control,ol_Observable,LayerGroup) { 'use strict'; argument
8 LayerGroup = 'default' in LayerGroup ? LayerGroup['default'] : LayerGroup;
271 if (grp instanceof LayerGroup) {
282 return (l instanceof LayerGroup &&
316 return (l instanceof LayerGroup &&
396 if (lyr instanceof LayerGroup &&
417 if (lyr instanceof LayerGroup && !lyr.get('combine')) {
518 if (lyr instanceof LayerGroup) {
Dol.js.map1LayerGroup extends BaseLayer {\n /**\n * @param {Options} [options] Layer options.\n */\n co…