zywlgis 0.5.90-beta.85 → 0.5.90-beta.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/release/ZYWLGIS.es.js +8 -8
package/package.json
CHANGED
package/release/ZYWLGIS.es.js
CHANGED
|
@@ -339468,7 +339468,7 @@ function KT(...n) {
|
|
|
339468
339468
|
return new cW(...n);
|
|
339469
339469
|
}
|
|
339470
339470
|
KT.localizePositions = cW.localizePositions;
|
|
339471
|
-
const lz1 = "0.5.90-beta.
|
|
339471
|
+
const lz1 = "0.5.90-beta.87", hW = {
|
|
339472
339472
|
version: lz1
|
|
339473
339473
|
};
|
|
339474
339474
|
var Ps = {
|
|
@@ -356759,7 +356759,7 @@ class fz1 extends te {
|
|
|
356759
356759
|
}
|
|
356760
356760
|
});
|
|
356761
356761
|
let v = this.data_?.visible ?? !1, E = this.data_?.frustum?.frustumColor ?? "#3A8F7B";
|
|
356762
|
-
E =
|
|
356762
|
+
E = Cesium.Color.fromCssColorString(E), this.frustumInstance_ = this.createFrustum(
|
|
356763
356763
|
A,
|
|
356764
356764
|
"Frustum",
|
|
356765
356765
|
o,
|
|
@@ -356768,7 +356768,7 @@ class fz1 extends te {
|
|
|
356768
356768
|
v
|
|
356769
356769
|
);
|
|
356770
356770
|
let p = this.data_?.frustum?.outlineColor ?? "#63D195";
|
|
356771
|
-
p =
|
|
356771
|
+
p = Cesium.Color.fromCssColorString(p), this.frustumOutlineInstance_ = this.createFrustum(
|
|
356772
356772
|
A,
|
|
356773
356773
|
"FrustumOutline",
|
|
356774
356774
|
o,
|
|
@@ -356819,7 +356819,7 @@ class fz1 extends te {
|
|
|
356819
356819
|
geometry: o,
|
|
356820
356820
|
attributes: {
|
|
356821
356821
|
color: Cesium.ColorGeometryInstanceAttribute.fromColor(
|
|
356822
|
-
|
|
356822
|
+
Cesium.Color.fromAlpha(i, r)
|
|
356823
356823
|
)
|
|
356824
356824
|
}
|
|
356825
356825
|
}), l = new Cesium.Primitive({
|
|
@@ -358517,14 +358517,14 @@ class HW {
|
|
|
358517
358517
|
maximumCone: Cesium.Math.toRadians(o),
|
|
358518
358518
|
fill: !0,
|
|
358519
358519
|
material: new Cesium.ColorMaterialProperty(
|
|
358520
|
-
new Cesium.CallbackProperty(() =>
|
|
358520
|
+
new Cesium.CallbackProperty(() => Cesium.Color.fromAlpha(h, 0.4), !1)
|
|
358521
358521
|
),
|
|
358522
358522
|
// 00d48f
|
|
358523
358523
|
outline: !0,
|
|
358524
358524
|
subdivisions: 128,
|
|
358525
358525
|
// stackPartitions: 64,
|
|
358526
358526
|
// slicePartitions: 64,
|
|
358527
|
-
outlineColor: new Cesium.CallbackProperty(() =>
|
|
358527
|
+
outlineColor: new Cesium.CallbackProperty(() => Cesium.Color.fromAlpha(h, 1), !1),
|
|
358528
358528
|
outlineWidth: 2
|
|
358529
358529
|
}
|
|
358530
358530
|
});
|
|
@@ -358602,13 +358602,13 @@ class HW {
|
|
|
358602
358602
|
);
|
|
358603
358603
|
};
|
|
358604
358604
|
}
|
|
358605
|
-
this.scan_ ? (this.scan_.show = A, this.scan_.wall.material =
|
|
358605
|
+
this.scan_ ? (this.scan_.show = A, this.scan_.wall.material = Cesium.Color.fromAlpha(h, 0.6)) : (this.scan_ = E.entities.add({
|
|
358606
358606
|
id: this.data_?.ID + "-&-ZYWL-&-RadarScan",
|
|
358607
358607
|
show: A,
|
|
358608
358608
|
position: v,
|
|
358609
358609
|
wall: {
|
|
358610
358610
|
positions: new Cesium.CallbackProperty(() => Cesium.Cartesian3.fromDegreesArrayHeights(k), !1),
|
|
358611
|
-
material:
|
|
358611
|
+
material: Cesium.Color.fromAlpha(h, 0.6),
|
|
358612
358612
|
minimumHeights: N
|
|
358613
358613
|
}
|
|
358614
358614
|
}), E.clock.onTick.addEventListener(this.scanAnimation_));
|