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

Method getLayerEl

src/map-extent.js:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

connectedCallbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected