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

Method getMapEl

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

Source from the content-addressed store, hash-verified

183 });
184 }
185 getMapEl() {
186 return Util.getClosest(this, 'mapml-viewer,map[is=web-map]');
187 }
188 getLayerEl() {
189 return Util.getClosest(this, 'map-layer,layer-');
190 }

Callers 4

connectedCallbackMethod · 0.95
zoomToMethod · 0.95
_createOrGetTileLayerMethod · 0.95
_calculateExtentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected