赣州市洪水风险预警系统三维版本
guoshilong
2023-02-22 650c96db3d8bd4a3fdcde7a0b80112e45e352146
洪水淹没-修复点位渲染过小的问题(颜色问题未解决)
1 files modified
6 ■■■■■ changed files
widgets/FloodAnalysis/Widget.js 6 ●●●●● patch | view | raw | blame | history
widgets/FloodAnalysis/Widget.js
@@ -443,6 +443,12 @@
                // 清空使用
                pointEntities.push(temp)
            }
            if (this.map.entities.values.length>pointEntities.length){
                for (var i = 0; i < pointEntities.length; i++) {
                    this.pointEntities[i].point.pixelSize._value=30;
                    this.pointEntities[i].point.color._value=Cesium.Color.fromBytes(255, 0, 0);
                }
            }
            // 先清空 后画线
            if (this.drawingPolyline){