diff --git a/src/views/sponeScreen/gisMF/newfiberVectorLayer.js b/src/views/sponeScreen/gisMF/newfiberVectorLayer.js index 7b79661..6c31749 100644 --- a/src/views/sponeScreen/gisMF/newfiberVectorLayer.js +++ b/src/views/sponeScreen/gisMF/newfiberVectorLayer.js @@ -86,13 +86,14 @@ glowPower: 0.3, //一个数字属性,指定发光强度,占总线宽的百分比。 color: new Cesium.Color.fromCssColorString('rgba(163, 100, 214,1)'), }), - width: new Cesium.CallbackProperty(() => { - width += 0.3; - if (width > 20) { - width = 5; - } - return width; - }, false), + width: 20, + // width: new Cesium.CallbackProperty(() => { + // width += 0.3; + // if (width > 20) { + // width = 5; + // } + // return width; + // }, false), show: true, }, id: newfiberId,