static/SmartEarthSDK/Workers/TreeTool.js
@@ -9,7 +9,7 @@ this.sgworld = sgworld this.treeData = new Map() this.colorTool = sgworld.Core.gradientColor(); this.sgwfs = new window.SmartEarth.WFSTool(sgworld._Viewer,Cesium) this.sgwfs = new window.SmartEarth.WFSTool(sgworld._Viewer, Cesium) } /** @@ -1027,6 +1027,9 @@ } else { layer = this.getData(id); } if (!layer) { return } if (layer && layer.sourceType === "DynamicSatellite") { let obj = (layer.item || layer) obj.dtwxzsData.setVisibility(isShow);