|
@@ -345,7 +345,8 @@ export default {
|
|
}
|
|
}
|
|
if (height && entity.polygon) {
|
|
if (height && entity.polygon) {
|
|
entity.polygon.extrudedHeight = height;
|
|
entity.polygon.extrudedHeight = height;
|
|
- entity.polygon.material = Cesium.Color.WHITE;
|
|
|
|
|
|
+ entity.polygon.material =
|
|
|
|
+ Cesium.Color.fromCssColorString("#c1c1c1");
|
|
entity.polygon.outlineColor = Cesium.Color.BLACK;
|
|
entity.polygon.outlineColor = Cesium.Color.BLACK;
|
|
entity.polygon.outlineWidth = 1.0;
|
|
entity.polygon.outlineWidth = 1.0;
|
|
// if (!addlabel) {
|
|
// if (!addlabel) {
|