Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ _createMap
Method
_createMap
src/common/mapping/WebMapV2Base.js:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
_createMap() {
54
throw
new
Error(
'_createMap is not implemented'
);
55
}
56
57
// 重构子类 webmap layer 添加逻辑,只重写具体添加某个layer的方法,基类实现 initxxxx
58
_initBaseLayer() {
Callers
1
initWebMap
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected