修改飞线宽度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, parent: celiangEntity,
polyline: { polyline: {
positions: [start, end], positions: [start, end],
width: 2, width: that.options.width,
// material:Cesium.Color.RED // material:Cesium.Color.RED
material: new Cesium.FlowLineMaterialProperty({ material: new Cesium.FlowLineMaterialProperty({
color: that.options.color, color: that.options.color,