From 01b07a6fa2041e24005f50e17de6095021157017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A7=E8=83=86?= <1101282782@qq.com> Date: Thu, 17 Jul 2025 17:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A3=9E=E7=BA=BF=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Obj/Base/FlowLine/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Obj/Base/FlowLine/index.js b/src/Obj/Base/FlowLine/index.js index c631284..9e15936 100644 --- a/src/Obj/Base/FlowLine/index.js +++ b/src/Obj/Base/FlowLine/index.js @@ -141,7 +141,7 @@ class FlowLine extends Base { parent: celiangEntity, polyline: { positions: [start, end], - width: 2, + width: that.options.width, // material:Cesium.Color.RED material: new Cesium.FlowLineMaterialProperty({ color: that.options.color,