Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maps4HTML/MapML.js
/ getMapEl
Method
getMapEl
src/map-extent.js:139–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
getMapEl() {
140
return
Util.getClosest(this,
'mapml-viewer,map[is=web-map]'
);
141
}
142
getLayerEl() {
143
return
Util.getClosest(this,
'map-layer,layer-'
);
144
}
Callers
3
zoomTo
Method · 0.95
attributeChangedCallback
Method · 0.95
connectedCallback
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected