Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maps4HTML/MapML.js
/ getMapEl
Method
getMapEl
src/map-link.js:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
});
168
}
169
getMapEl() {
170
return
Util.getClosest(this,
'mapml-viewer,map[is=web-map]'
);
171
}
172
getLayerEl() {
173
return
Util.getClosest(this,
'map-layer,layer-'
);
174
}
Callers
4
zoomTo
Method · 0.95
_registerMediaQuery
Method · 0.95
_createTemplatedLink
Method · 0.95
isVisible
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected