zywlgis 0.5.90-beta.85 → 0.5.90-beta.86

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zywlgis",
3
- "version": "0.5.90-beta.85",
3
+ "version": "0.5.90-beta.86",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "module": "release/ZYWLGIS.es.js",
@@ -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.85", hW = {
339471
+ const lz1 = "0.5.90-beta.86", 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 = new Cesium.Color.fromCssColorString(E), this.frustumInstance_ = this.createFrustum(
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 = new Cesium.Color.fromCssColorString(p), this.frustumOutlineInstance_ = this.createFrustum(
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
- new Cesium.Color.fromAlpha(i, r)
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(() => new Cesium.Color.fromAlpha(h, 0.4), !1)
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(() => new Cesium.Color.fromAlpha(h, 1), !1),
358527
+ outlineColor: new Cesium.CallbackProperty(() => Cesium.Color.fromAlpha(h, 1), !1),
358528
358528
  outlineWidth: 2
358529
358529
  }
358530
358530
  });
@@ -358608,7 +358608,7 @@ class HW {
358608
358608
  position: v,
358609
358609
  wall: {
358610
358610
  positions: new Cesium.CallbackProperty(() => Cesium.Cartesian3.fromDegreesArrayHeights(k), !1),
358611
- material: new Cesium.Color.fromAlpha(h, 0.6),
358611
+ material: Cesium.Color.fromAlpha(h, 0.6),
358612
358612
  minimumHeights: N
358613
358613
  }
358614
358614
  }), E.clock.onTick.addEventListener(this.scanAnimation_));