添加边框
This commit is contained in:
@ -33,8 +33,7 @@ class DrawThreeRect extends Draw {
|
|||||||
},
|
},
|
||||||
polyline: {
|
polyline: {
|
||||||
positions: new Cesium.CallbackProperty((e) => {
|
positions: new Cesium.CallbackProperty((e) => {
|
||||||
// return that.positions.concat(that.positions[0])
|
return that.positions.concat(that.positions[0])
|
||||||
return that.positionsLine
|
|
||||||
}),
|
}),
|
||||||
width: 2,
|
width: 2,
|
||||||
material: Cesium.Color.fromCssColorString('#c1c505').withAlpha(0.5),
|
material: Cesium.Color.fromCssColorString('#c1c505').withAlpha(0.5),
|
||||||
|
Reference in New Issue
Block a user