@kq_npm/client3d_webgl_vue 4.5.44 → 4.5.45
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/clientPrint/index.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/sceneapp/index.js +1 -1
- package/sceneview/index.js +1 -1
- package/slopeaspectanalysis/index.js +1 -1
- package/webgl.es.js +1 -1
package/clientPrint/index.js
CHANGED
|
@@ -69552,7 +69552,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
69552
69552
|
}
|
|
69553
69553
|
// 销毁
|
|
69554
69554
|
destroy() {
|
|
69555
|
-
|
|
69555
|
+
this._globaOptions.viewer.scene.globe.enableLighting = this._showEnableLighting;
|
|
69556
69556
|
this._slopeAnalysis?.destroy?.();
|
|
69557
69557
|
this._slopeAnalysis = null;
|
|
69558
69558
|
this._aspectAnalysis?.destroy?.() || this._aspectAnalysis?.clear?.();
|
package/index.js
CHANGED
|
@@ -40911,7 +40911,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
40911
40911
|
}
|
|
40912
40912
|
// 销毁
|
|
40913
40913
|
destroy() {
|
|
40914
|
-
|
|
40914
|
+
this._globaOptions.viewer.scene.globe.enableLighting = this._showEnableLighting;
|
|
40915
40915
|
this._slopeAnalysis?.destroy?.();
|
|
40916
40916
|
this._slopeAnalysis = null;
|
|
40917
40917
|
this._aspectAnalysis?.destroy?.() || this._aspectAnalysis?.clear?.();
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"jsdelivr":"./webgl.es.js","name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client WebGL for Vue.js","version":"4.5.
|
|
1
|
+
{"jsdelivr":"./webgl.es.js","name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client WebGL for Vue.js","version":"4.5.45","homepage":"","keywords":["KQGIS","webGL","Vue"],"sdkNames":["@kq_npm/client_icons_vue"],"restrictedVersion":true,"validateSDK":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"zhupc_npm","license":"Apache-2.0","dependencies":{"html2canvas-pro":"1.5.10","save":"2.5.0","papaparse":"5.4.1"}}
|
package/sceneapp/index.js
CHANGED
|
@@ -69551,7 +69551,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
69551
69551
|
}
|
|
69552
69552
|
// 销毁
|
|
69553
69553
|
destroy() {
|
|
69554
|
-
|
|
69554
|
+
this._globaOptions.viewer.scene.globe.enableLighting = this._showEnableLighting;
|
|
69555
69555
|
this._slopeAnalysis?.destroy?.();
|
|
69556
69556
|
this._slopeAnalysis = null;
|
|
69557
69557
|
this._aspectAnalysis?.destroy?.() || this._aspectAnalysis?.clear?.();
|
package/sceneview/index.js
CHANGED
|
@@ -69551,7 +69551,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
69551
69551
|
}
|
|
69552
69552
|
// 销毁
|
|
69553
69553
|
destroy() {
|
|
69554
|
-
|
|
69554
|
+
this._globaOptions.viewer.scene.globe.enableLighting = this._showEnableLighting;
|
|
69555
69555
|
this._slopeAnalysis?.destroy?.();
|
|
69556
69556
|
this._slopeAnalysis = null;
|
|
69557
69557
|
this._aspectAnalysis?.destroy?.() || this._aspectAnalysis?.clear?.();
|
|
@@ -545,7 +545,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
545
545
|
}
|
|
546
546
|
// 销毁
|
|
547
547
|
destroy() {
|
|
548
|
-
|
|
548
|
+
this._globaOptions.viewer.scene.globe.enableLighting = this._showEnableLighting;
|
|
549
549
|
this._slopeAnalysis?.destroy?.();
|
|
550
550
|
this._slopeAnalysis = null;
|
|
551
551
|
this._aspectAnalysis?.destroy?.() || this._aspectAnalysis?.clear?.();
|
package/webgl.es.js
CHANGED
|
@@ -567786,7 +567786,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
567786
567786
|
}
|
|
567787
567787
|
// 销毁
|
|
567788
567788
|
destroy() {
|
|
567789
|
-
|
|
567789
|
+
this._globaOptions.viewer.scene.globe.enableLighting = this._showEnableLighting;
|
|
567790
567790
|
this._slopeAnalysis?.destroy?.();
|
|
567791
567791
|
this._slopeAnalysis = null;
|
|
567792
567792
|
this._aspectAnalysis?.destroy?.() || this._aspectAnalysis?.clear?.();
|