()
| 140 | return Util.getClosest(this, 'mapml-viewer,map[is=web-map]'); |
| 141 | } |
| 142 | getLayerEl() { |
| 143 | return Util.getClosest(this, 'map-layer,layer-'); |
| 144 | } |
| 145 | attributeChangedCallback(name, oldValue, newValue) { |
| 146 | if (this.#hasConnected /* jshint ignore:line */) { |
| 147 | switch (name) { |