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

Method getMapEl

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

Source from the content-addressed store, hash-verified

143 return calculatePosition(this);
144 }
145 getMapEl() {
146 return Util.getClosest(this, 'mapml-viewer,map[is=web-map]');
147 }
148 getLayerEl() {
149 return Util.getClosest(this, 'map-layer,layer-');
150 }

Callers 8

maxMethod · 0.95
connectedCallbackMethod · 0.95
_memoizeExtentMethod · 0.95
getZoomToZoomMethod · 0.95
mapml2geojsonMethod · 0.95
blurMethod · 0.95
zoomToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected