surprise
2024-01-02 b2fdf4f25251229adbe9a6963cb35fb7fc868172
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);