MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / getLayerEl

Method getLayerEl

src/map-tile.js:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Calls

no outgoing calls

Tested by

no test coverage detected