@kq_npm/client3d_webgl_vue 0.1.6-beta → 0.1.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/excavatefillanalysis/index.js +2 -2
- package/flight/index.js +1 -1
- package/gpuspatialquery/index.js +2 -2
- package/index.js +7 -7
- package/package.json +1 -1
- package/screenshot/index.js +1 -1
- package/shadowanalysis/index.js +1 -1
|
@@ -151,8 +151,8 @@ class ExcavateFillAnalysisViewModel {
|
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
destroy() {
|
|
154
|
-
this.clear();
|
|
155
|
-
|
|
154
|
+
this.clear(); // this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
|
|
155
|
+
|
|
156
156
|
this._excavateFillAnalysis = null; //移除监听事件
|
|
157
157
|
|
|
158
158
|
this._removeEventListener && this._removeEventListener();
|
package/flight/index.js
CHANGED
package/gpuspatialquery/index.js
CHANGED
|
@@ -186,8 +186,8 @@ class GpuSpatialQueryViewModel {
|
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
destroy() {
|
|
189
|
-
this.clear();
|
|
190
|
-
|
|
189
|
+
this.clear(); // this._gpuSpatialQuery && this._gpuSpatialQuery.destroy();
|
|
190
|
+
|
|
191
191
|
this._gpuSpatialQuery = null; //移除监听事件
|
|
192
192
|
|
|
193
193
|
this._removeEventListener && this._removeEventListener();
|
package/index.js
CHANGED
|
@@ -3474,7 +3474,7 @@ const Flightvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3474
3474
|
function save() {
|
|
3475
3475
|
if (pathName.value === "") {
|
|
3476
3476
|
(0,external_element_plus_namespaceObject.ElMessage)({
|
|
3477
|
-
message:
|
|
3477
|
+
message: "请输入路径名称!",
|
|
3478
3478
|
type: "warning"
|
|
3479
3479
|
});
|
|
3480
3480
|
} else {
|
|
@@ -4106,8 +4106,8 @@ class GpuSpatialQueryViewModel {
|
|
|
4106
4106
|
|
|
4107
4107
|
|
|
4108
4108
|
destroy() {
|
|
4109
|
-
this.clear();
|
|
4110
|
-
|
|
4109
|
+
this.clear(); // this._gpuSpatialQuery && this._gpuSpatialQuery.destroy();
|
|
4110
|
+
|
|
4111
4111
|
this._gpuSpatialQuery = null; //移除监听事件
|
|
4112
4112
|
|
|
4113
4113
|
this._removeEventListener && this._removeEventListener();
|
|
@@ -6310,7 +6310,7 @@ class ShadowAnalysisViewModel {
|
|
|
6310
6310
|
|
|
6311
6311
|
|
|
6312
6312
|
setCurrentDate(newValue) {
|
|
6313
|
-
this._globaOptions.viewModel.currentDate = newValue;
|
|
6313
|
+
this._globaOptions.viewModel.currentDate = new Date(newValue);
|
|
6314
6314
|
if (this._shadowAnalysis) this._shadowAnalysis.currentDate = new Date(newValue);
|
|
6315
6315
|
} //设置时间
|
|
6316
6316
|
|
|
@@ -9079,8 +9079,8 @@ class ExcavateFillAnalysisViewModel {
|
|
|
9079
9079
|
|
|
9080
9080
|
|
|
9081
9081
|
destroy() {
|
|
9082
|
-
this.clear();
|
|
9083
|
-
|
|
9082
|
+
this.clear(); // this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
|
|
9083
|
+
|
|
9084
9084
|
this._excavateFillAnalysis = null; //移除监听事件
|
|
9085
9085
|
|
|
9086
9086
|
this._removeEventListener && this._removeEventListener();
|
|
@@ -18816,7 +18816,7 @@ class ScreenshotViewModel {
|
|
|
18816
18816
|
this._viewer = viewer;
|
|
18817
18817
|
this._viewer.enabledFXAA = true; //声明场景出图类
|
|
18818
18818
|
|
|
18819
|
-
this._cameraToImage = new Cesium.Kq3dCanvasToImage(viewer._container
|
|
18819
|
+
this._cameraToImage = new Cesium.Kq3dCanvasToImage(viewer._container, {
|
|
18820
18820
|
viewer: viewer,
|
|
18821
18821
|
canvas: viewer.scene.canvas
|
|
18822
18822
|
});
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.1.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.1.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","@turf/turf":"^6.5.0","css-vars-ponyfill":"^2.4.7","xe-utils":"^3.5.4"}}
|
package/screenshot/index.js
CHANGED
|
@@ -99,7 +99,7 @@ class ScreenshotViewModel {
|
|
|
99
99
|
this._viewer = viewer;
|
|
100
100
|
this._viewer.enabledFXAA = true; //声明场景出图类
|
|
101
101
|
|
|
102
|
-
this._cameraToImage = new Cesium.Kq3dCanvasToImage(viewer._container
|
|
102
|
+
this._cameraToImage = new Cesium.Kq3dCanvasToImage(viewer._container, {
|
|
103
103
|
viewer: viewer,
|
|
104
104
|
canvas: viewer.scene.canvas
|
|
105
105
|
});
|
package/shadowanalysis/index.js
CHANGED
|
@@ -153,7 +153,7 @@ class ShadowAnalysisViewModel {
|
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
setCurrentDate(newValue) {
|
|
156
|
-
this._globaOptions.viewModel.currentDate = newValue;
|
|
156
|
+
this._globaOptions.viewModel.currentDate = new Date(newValue);
|
|
157
157
|
if (this._shadowAnalysis) this._shadowAnalysis.currentDate = new Date(newValue);
|
|
158
158
|
} //设置时间
|
|
159
159
|
|