Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ stopCanvg
Method
stopCanvg
src/common/mapping/WebMapV2Base.js:570–573 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
568
}
569
570
stopCanvg() {
571
this.canvgsV.forEach(v => v.stop());
572
this.canvgsV = [];
573
}
574
575
getRangeStyleGroup(layerInfo, features) {
576
const
{ featureType, style, themeSetting } = layerInfo;
Callers
1
clean
Method · 0.80
Calls
2
forEach
Method · 0.80
stop
Method · 0.45
Tested by
no test coverage detected