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