gis-map-admin 1.8.0 → 1.8.1
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/lib/gismap.common.js +0 -14
- package/lib/gismap.umd.js +0 -14
- package/lib/gismap.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/gismap.common.js
CHANGED
|
@@ -204765,20 +204765,6 @@ class echartsLayer_EchartsglLayer {
|
|
|
204765
204765
|
this[item.layerName].visible = true;
|
|
204766
204766
|
}
|
|
204767
204767
|
});
|
|
204768
|
-
if (this.checkList.filter((item) => item.layerName == "coneBarrelLayer").length) {
|
|
204769
|
-
if (!this.coneBarrelInterval) {
|
|
204770
|
-
this.getConeBarrelData();
|
|
204771
|
-
this.coneBarrelInterval = setInterval(() => {
|
|
204772
|
-
this.getConeBarrelData();
|
|
204773
|
-
}, 10000);
|
|
204774
|
-
}
|
|
204775
|
-
} else {
|
|
204776
|
-
if (this.coneBarrelInterval) {
|
|
204777
|
-
clearInterval(this.coneBarrelInterval);
|
|
204778
|
-
this.coneBarrelInterval = null;
|
|
204779
|
-
}
|
|
204780
|
-
this.coneBarrelLayer.visible = false;
|
|
204781
|
-
}
|
|
204782
204768
|
}
|
|
204783
204769
|
},
|
|
204784
204770
|
destroyMap() {
|
package/lib/gismap.umd.js
CHANGED
|
@@ -204774,20 +204774,6 @@ class echartsLayer_EchartsglLayer {
|
|
|
204774
204774
|
this[item.layerName].visible = true;
|
|
204775
204775
|
}
|
|
204776
204776
|
});
|
|
204777
|
-
if (this.checkList.filter((item) => item.layerName == "coneBarrelLayer").length) {
|
|
204778
|
-
if (!this.coneBarrelInterval) {
|
|
204779
|
-
this.getConeBarrelData();
|
|
204780
|
-
this.coneBarrelInterval = setInterval(() => {
|
|
204781
|
-
this.getConeBarrelData();
|
|
204782
|
-
}, 10000);
|
|
204783
|
-
}
|
|
204784
|
-
} else {
|
|
204785
|
-
if (this.coneBarrelInterval) {
|
|
204786
|
-
clearInterval(this.coneBarrelInterval);
|
|
204787
|
-
this.coneBarrelInterval = null;
|
|
204788
|
-
}
|
|
204789
|
-
this.coneBarrelLayer.visible = false;
|
|
204790
|
-
}
|
|
204791
204777
|
}
|
|
204792
204778
|
},
|
|
204793
204779
|
destroyMap() {
|