|
@@ -83,14 +83,14 @@ export default {
|
|
|
const address = pickObj.id.properties.adcode.getValue();
|
|
|
const center = pickObj.id.properties.centroid.getValue();
|
|
|
|
|
|
- pickObj.id.polygon._material.color = Cesium.Color.fromCssColorString("RGBA(24, 100, 166, 1)");
|
|
|
+ pickObj.id.polygon._material.color = Cesium.Color.fromCssColorString("rgba(19, 119, 176, 0.6)");
|
|
|
|
|
|
viewer.entities.values.forEach((res) => {
|
|
|
|
|
|
if (res.properties.name._value != name) {
|
|
|
// console.log(res.properties.name._value, "其他的");
|
|
|
// console.log(res);
|
|
|
- res.polygon._material.color = Cesium.Color.fromCssColorString("RGBA(24, 100, 166, 0.7)")
|
|
|
+ res.polygon._material.color = Cesium.Color.fromCssColorString("rgba(10, 95, 152, 0.6)")
|
|
|
|
|
|
}
|
|
|
})
|
|
@@ -130,7 +130,7 @@ export default {
|
|
|
},
|
|
|
billboard: {
|
|
|
// 图像地址,URI或Canvas的属性
|
|
|
- image: "./static/images/overview/htq.png",
|
|
|
+ image: "./static/images/overview/htq-f.png",
|
|
|
height: 60,
|
|
|
// 宽度(以像素为单位)
|
|
|
width: 100,
|
|
@@ -155,7 +155,7 @@ export default {
|
|
|
positions: Cesium.Cartesian3.fromDegreesArray(oneDArray),
|
|
|
},
|
|
|
outline: false,
|
|
|
- material: Cesium.Color.fromCssColorString("RGBA(24, 100, 166, 0.7)"),
|
|
|
+ material: Cesium.Color.fromCssColorString("rgba(10, 95, 152, 0.6)"),
|
|
|
height: 100,
|
|
|
extrudedHeight: 450,
|
|
|
|