@kq_npm/client3d_webgl_vue 2.1.2-beta → 2.1.4-beta

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/index.js CHANGED
@@ -7065,7 +7065,6 @@ class ViewshedAnalysisViewModel {
7065
7065
 
7066
7066
 
7067
7067
  destroy() {
7068
- this.clear();
7069
7068
  this._viewshedAnalysis && this._viewshedAnalysis.destroy();
7070
7069
  this._viewshedAnalysis = null;
7071
7070
  } //设置偏移高度
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.1.2-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"^9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","xe-utils":"^3.5.4"}}
1
+ {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.1.4-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"@kq_npm/client_common_vue":"^2.2.7-beta","colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"^9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","xe-utils":"^3.5.4"}}
@@ -126,7 +126,6 @@ class ViewshedAnalysisViewModel {
126
126
 
127
127
 
128
128
  destroy() {
129
- this.clear();
130
129
  this._viewshedAnalysis && this._viewshedAnalysis.destroy();
131
130
  this._viewshedAnalysis = null;
132
131
  } //设置偏移高度