|
@@ -266,7 +266,7 @@ export default {
|
|
.load(geojson, {
|
|
.load(geojson, {
|
|
clampToGround: true,
|
|
clampToGround: true,
|
|
stroke: Cesium.Color.fromCssColorString(yanse),
|
|
stroke: Cesium.Color.fromCssColorString(yanse),
|
|
- fill: Cesium.Color.WHITE.withAlpha(0.93), //注意:颜色必须大写,即不能为blue
|
|
|
|
|
|
+ fill: Cesium.Color.fromCssColorString("rgba(10, 95, 152, 0.4)"), //注意:颜色必须大写,即不能为blue
|
|
strokeWidth: 2,
|
|
strokeWidth: 2,
|
|
// 恒定高度
|
|
// 恒定高度
|
|
height: 1.1,
|
|
height: 1.1,
|