()
| 146 | return Util.getClosest(this, 'mapml-viewer,map[is=web-map]'); |
| 147 | } |
| 148 | getLayerEl() { |
| 149 | return Util.getClosest(this, 'map-layer,layer-'); |
| 150 | } |
| 151 | |
| 152 | attributeChangedCallback(name, oldValue, newValue) { |
| 153 | if (this.#hasConnected /* jshint ignore:line */) { |
no outgoing calls
no test coverage detected