()
| 186 | return Util.getClosest(this, 'mapml-viewer,map[is=web-map]'); |
| 187 | } |
| 188 | getLayerEl() { |
| 189 | return Util.getClosest(this, 'map-layer,layer-'); |
| 190 | } |
| 191 | attributeChangedCallback(name, oldValue, newValue) { |
| 192 | if (this.#hasConnected /* jshint ignore:line */) { |
| 193 | switch (name) { |
no outgoing calls
no test coverage detected