MCPcopy 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

cleanMethod · 0.80

Calls 2

forEachMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected