Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ _getMapInfo
Method
_getMapInfo
src/common/mapping/WebMapBase.js:650–653 ·
view source on GitHub ↗
(mapInfo)
Source
from the content-addressed store, hash-verified
648
}
649
650
_getMapInfo(mapInfo) {
651
const
type
= this._isWebMapV3(mapInfo) ?
'WebMap3'
:
'WebMap2'
;
652
this._createMap(
type
, mapInfo);
653
}
654
655
_createMap(
type
, mapInfo) {
656
const
commonOptions = {
Callers
2
_initWebMap
Method · 0.95
getMapInfo
Method · 0.95
Calls
2
_isWebMapV3
Method · 0.95
_createMap
Method · 0.95
Tested by
no test coverage detected