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

Method getLayerEl

src/map-feature.js:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 8

minMethod · 0.95
maxMethod · 0.95
connectedCallbackMethod · 0.95
disconnectedCallbackMethod · 0.95
addFeatureMethod · 0.95
_getFallbackCSMethod · 0.95
getZoomToZoomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected