zywlgis 0.5.18 → 0.5.19
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/dist/ZYWLGIS.es.js +16 -16
- package/dist/ZYWLGIS.umd.js +2 -2
- package/package.json +1 -1
package/dist/ZYWLGIS.es.js
CHANGED
|
@@ -220121,7 +220121,7 @@ class hve {
|
|
|
220121
220121
|
});
|
|
220122
220122
|
F(this, "mouseClick", (t) => {
|
|
220123
220123
|
var s, o, a, c;
|
|
220124
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
220124
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
220125
220125
|
return;
|
|
220126
220126
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
220127
220127
|
if (window.isPointOfInterestOpen && !this.PointOfInterestCoordinate_) {
|
|
@@ -253164,7 +253164,7 @@ class nce {
|
|
|
253164
253164
|
);
|
|
253165
253165
|
});
|
|
253166
253166
|
F(this, "mouseClick", (t) => {
|
|
253167
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
253167
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
253168
253168
|
return;
|
|
253169
253169
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
253170
253170
|
if (this.isClampTo3DTILE_) {
|
|
@@ -253465,7 +253465,7 @@ class ice {
|
|
|
253465
253465
|
);
|
|
253466
253466
|
});
|
|
253467
253467
|
F(this, "mouseClick", (t) => {
|
|
253468
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
253468
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
253469
253469
|
return;
|
|
253470
253470
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
253471
253471
|
if (this.isClampTo3DTILE_) {
|
|
@@ -254202,7 +254202,7 @@ class hHt {
|
|
|
254202
254202
|
);
|
|
254203
254203
|
});
|
|
254204
254204
|
F(this, "mouseClick", (t) => {
|
|
254205
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
254205
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
254206
254206
|
return;
|
|
254207
254207
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
254208
254208
|
if (this.isClampTo3DTILE_) {
|
|
@@ -254907,7 +254907,7 @@ class uHt {
|
|
|
254907
254907
|
);
|
|
254908
254908
|
});
|
|
254909
254909
|
F(this, "mouseClick", (t) => {
|
|
254910
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
254910
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
254911
254911
|
return;
|
|
254912
254912
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
254913
254913
|
if (this.isClampTo3DTILE_) {
|
|
@@ -255593,7 +255593,7 @@ class AHt {
|
|
|
255593
255593
|
);
|
|
255594
255594
|
});
|
|
255595
255595
|
F(this, "mouseClick", (t) => {
|
|
255596
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
255596
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
255597
255597
|
return;
|
|
255598
255598
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
255599
255599
|
if (this.isClampTo3DTILE_) {
|
|
@@ -255912,7 +255912,7 @@ class rce {
|
|
|
255912
255912
|
});
|
|
255913
255913
|
F(this, "mouseClick", (t) => {
|
|
255914
255914
|
var i;
|
|
255915
|
-
if (!this.isEditable_ || !t)
|
|
255915
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.coordinate))
|
|
255916
255916
|
return;
|
|
255917
255917
|
let n = xe.cloneDeep(t.coordinate);
|
|
255918
255918
|
if (n) {
|
|
@@ -256240,7 +256240,7 @@ class WG {
|
|
|
256240
256240
|
});
|
|
256241
256241
|
F(this, "mouseClick", (t, n) => {
|
|
256242
256242
|
var s, o;
|
|
256243
|
-
if (!this.isEditable_ || !t)
|
|
256243
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.coordinate))
|
|
256244
256244
|
return;
|
|
256245
256245
|
if (window.isPointOfInterestOpen && !this.PointOfInterestCoordinate_) {
|
|
256246
256246
|
this.PointOfInterestCoordinate_ = {
|
|
@@ -256920,7 +256920,7 @@ class sce {
|
|
|
256920
256920
|
});
|
|
256921
256921
|
F(this, "mouseClick", (t, n) => {
|
|
256922
256922
|
var s;
|
|
256923
|
-
if (!this.isEditable_ || !t)
|
|
256923
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.coordinate))
|
|
256924
256924
|
return;
|
|
256925
256925
|
if (this.isContainTakeOffBillboard_ && !this.TakeOffBillboardCoordinate_) {
|
|
256926
256926
|
this.TakeOffBillboardCoordinate_ = {
|
|
@@ -257573,7 +257573,7 @@ class oce {
|
|
|
257573
257573
|
});
|
|
257574
257574
|
F(this, "mouseClick", (t, n) => {
|
|
257575
257575
|
var s;
|
|
257576
|
-
if (!this.isEditable_ || !t)
|
|
257576
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.coordinate))
|
|
257577
257577
|
return;
|
|
257578
257578
|
let i = ((s = this.data_) == null ? void 0 : s.coordinates) ?? [], r = xe.cloneDeep(t.coordinate);
|
|
257579
257579
|
if (r) {
|
|
@@ -257983,7 +257983,7 @@ class dHt {
|
|
|
257983
257983
|
});
|
|
257984
257984
|
F(this, "mouseClick", (t) => {
|
|
257985
257985
|
var i;
|
|
257986
|
-
if (!this.isEditable_ || !t)
|
|
257986
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.coordinate))
|
|
257987
257987
|
return;
|
|
257988
257988
|
let n = xe.cloneDeep(t.coordinate);
|
|
257989
257989
|
if (n) {
|
|
@@ -258427,7 +258427,7 @@ class pHt {
|
|
|
258427
258427
|
});
|
|
258428
258428
|
F(this, "mouseClick", (t) => {
|
|
258429
258429
|
var o;
|
|
258430
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
258430
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
258431
258431
|
return;
|
|
258432
258432
|
let n = W.getMapEngineInstance(this.containerID_);
|
|
258433
258433
|
if (this.isContainTakeOffBillboard_ && !this.TakeOffBillboardCoordinate_) {
|
|
@@ -259553,7 +259553,7 @@ class mHt {
|
|
|
259553
259553
|
});
|
|
259554
259554
|
F(this, "mouseClick", (t) => {
|
|
259555
259555
|
var o;
|
|
259556
|
-
if (!this.isEditable_ || !t)
|
|
259556
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
259557
259557
|
return;
|
|
259558
259558
|
let n = W.getMapEngineInstance(this.containerID_), i = W.getClampToGroundPosition(
|
|
259559
259559
|
n,
|
|
@@ -261216,7 +261216,7 @@ class _Ht {
|
|
|
261216
261216
|
});
|
|
261217
261217
|
F(this, "mouseClick", (t) => {
|
|
261218
261218
|
var s, o, a, c, l, h, u;
|
|
261219
|
-
if (W.removeMenu(this.containerID_), !this.isEditable_ || !t)
|
|
261219
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
261220
261220
|
return;
|
|
261221
261221
|
let n = W.getMapEngineInstance(this.containerID_), i = W.getClampToGroundPosition(
|
|
261222
261222
|
n,
|
|
@@ -262131,7 +262131,7 @@ class CHt {
|
|
|
262131
262131
|
});
|
|
262132
262132
|
F(this, "mouseClick", (t) => {
|
|
262133
262133
|
var s, o, a, c, l, h;
|
|
262134
|
-
if (!this.isEditable_ || !t)
|
|
262134
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
262135
262135
|
return;
|
|
262136
262136
|
let n = W.getMapEngineInstance(this.containerID_), i;
|
|
262137
262137
|
if (this.polygonPlane_) {
|
|
@@ -263038,7 +263038,7 @@ class EHt {
|
|
|
263038
263038
|
});
|
|
263039
263039
|
F(this, "mouseClick", (t) => {
|
|
263040
263040
|
var s;
|
|
263041
|
-
if (!this.isEditable_ || !t)
|
|
263041
|
+
if (W.removeMenu(this.containerID_), !this.isEditable_ || !(t != null && t.position))
|
|
263042
263042
|
return;
|
|
263043
263043
|
let n = W.getMapEngineInstance(this.containerID_), i = W.getClampToGroundPosition(
|
|
263044
263044
|
n,
|