@kq_npm/client3d_webgl_vue 1.2.5-beta → 1.2.7-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
@@ -13151,6 +13151,7 @@ class IsolineAnalysisViewModel {
13151
13151
  this._options.viewer = scenceView._viewer;
13152
13152
  this._options.viewer.scene.globe.depthTestAgainstTerrain = true;
13153
13153
  this._options.colorImage = this.getImagePath(this._options.colorImage);
13154
+ this._options.label = true;
13154
13155
  this._surfaceColorImage = this._options.colorImage;
13155
13156
 
13156
13157
  if (options.firstCurve.color) {
@@ -119,6 +119,7 @@ class IsolineAnalysisViewModel {
119
119
  this._options.viewer = scenceView._viewer;
120
120
  this._options.viewer.scene.globe.depthTestAgainstTerrain = true;
121
121
  this._options.colorImage = this.getImagePath(this._options.colorImage);
122
+ this._options.label = true;
122
123
  this._surfaceColorImage = this._options.colorImage;
123
124
 
124
125
  if (options.firstCurve.color) {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"1.2.5-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":"1.2.7-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"}}