MCPcopy 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

_initWebMapMethod · 0.95
getMapInfoMethod · 0.95

Calls 2

_isWebMapV3Method · 0.95
_createMapMethod · 0.95

Tested by

no test coverage detected