修改飞线宽度bug
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user