修改台站的颜色
This commit is contained in:
parent
cedc6ca7a1
commit
38e2a1868a
|
|
@ -23,9 +23,9 @@ const animConfig: any = {
|
||||||
// 台站告警数组
|
// 台站告警数组
|
||||||
const alertEntityArray: any = [];
|
const alertEntityArray: any = [];
|
||||||
const alertEntityArrayClor: any = {
|
const alertEntityArrayClor: any = {
|
||||||
excellent: Cesium.Color.GREEN.withAlpha(0.7),
|
excellent: Cesium.Color.fromCssColorString('rgba(15, 148, 28, 0.5)'),
|
||||||
good: Cesium.Color.YELLOW.withAlpha(0.7),
|
good: Cesium.Color.fromCssColorString('rgba(187, 138, 18, 0.5)'),
|
||||||
bad: Cesium.Color.RED.withAlpha(0.8),
|
bad: Cesium.Color.fromCssColorString('rgba(165, 58, 35, 0.5)'),
|
||||||
};
|
};
|
||||||
// 海洋告警信息
|
// 海洋告警信息
|
||||||
const animalerthyConfig: any = {
|
const animalerthyConfig: any = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user