|
@@ -96,10 +96,11 @@ export default {
|
|
ellipse: {
|
|
ellipse: {
|
|
semiMinorAxis: makerList[i].radius,
|
|
semiMinorAxis: makerList[i].radius,
|
|
semiMajorAxis: makerList[i].radius,
|
|
semiMajorAxis: makerList[i].radius,
|
|
- material: Cesium.Color.AQUA.withAlpha(0.5),
|
|
|
|
|
|
+ height: 0.0,
|
|
|
|
+ material: Cesium.Color.DODGERBLUE.withAlpha(0.4),
|
|
outline: true,
|
|
outline: true,
|
|
- outlineColor: Cesium.Color.AQUA.withAlpha(0.5),
|
|
|
|
- outlineWidth: 12,
|
|
|
|
|
|
+ outlineColor: Cesium.Color.DEEPSKYBLUE.withAlpha(1),
|
|
|
|
+ outlineWidth: 1,
|
|
},
|
|
},
|
|
});
|
|
});
|
|
}
|
|
}
|