|
@@ -259,11 +259,13 @@ export default {
|
|
|
hierarchy: {
|
|
|
positions: Cesium.Cartesian3.fromDegreesArray(oneDArray),
|
|
|
},
|
|
|
- outline: false,
|
|
|
+ // outline: false,
|
|
|
material: Cesium.Color.fromCssColorString(that.xzqh_color),
|
|
|
height: 100,
|
|
|
extrudedHeight: 450,
|
|
|
-
|
|
|
+ outline : true,
|
|
|
+ // outlineColor : Cesium.Color.BLACK
|
|
|
+ outlineColor : Cesium.Color.fromCssColorString('#55A1E3')
|
|
|
}
|
|
|
});
|
|
|
|