Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
connectedCallback
Method · 0.95
zoomTo
Method · 0.95
_createOrGetTileLayer
Method · 0.95
_calculateExtent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected