修改飞线宽度bug

This commit is contained in:
2025-07-17 17:40:48 +08:00
parent 3b5b026d43
commit 01b07a6fa2

View File

@ -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,