@kq_npm/client3d_webgl_vue 0.4.4-beta → 0.4.5-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 +4 -4
- package/package.json +1 -1
- package/skylineanalysis/index.js +4 -4
package/index.js
CHANGED
|
@@ -8763,8 +8763,6 @@ class SkylineAnalysisViewModel {
|
|
|
8763
8763
|
|
|
8764
8764
|
var data = this._skylineAnalysis.updateBuffer();
|
|
8765
8765
|
|
|
8766
|
-
console.log(data);
|
|
8767
|
-
console.log(this._skylineAnalysisChart);
|
|
8768
8766
|
var option = {
|
|
8769
8767
|
title: {
|
|
8770
8768
|
text: this._skylineAnalysisChartTitle
|
|
@@ -8969,9 +8967,11 @@ const SkylineAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8969
8967
|
if (scenceView) {
|
|
8970
8968
|
language.value = scenceView._language;
|
|
8971
8969
|
viewModel = new SkylineAnalysisViewModel(scenceView._viewer, formItem, resultEcahrtVis);
|
|
8972
|
-
viewModel._skylineAnalysisChart = external_echarts_namespaceObject.init(document.getElementById("resultEcahrt"));
|
|
8973
8970
|
viewModel._skylineAnalysisChartTitle = language.value["skylineAnalysisChartTitle"];
|
|
8974
|
-
|
|
8971
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.nextTick)(() => {
|
|
8972
|
+
viewModel._skylineAnalysisChart = external_echarts_namespaceObject.init(document.getElementById("resultEcahrt"));
|
|
8973
|
+
resultEcahrtVis.value = false;
|
|
8974
|
+
});
|
|
8975
8975
|
}
|
|
8976
8976
|
});
|
|
8977
8977
|
}); // 提取天际线
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.4.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.4.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","@turf/turf":"^6.5.0","css-vars-ponyfill":"^2.4.8","xe-utils":"^3.5.4"}}
|
package/skylineanalysis/index.js
CHANGED
|
@@ -216,8 +216,6 @@ class SkylineAnalysisViewModel {
|
|
|
216
216
|
|
|
217
217
|
var data = this._skylineAnalysis.updateBuffer();
|
|
218
218
|
|
|
219
|
-
console.log(data);
|
|
220
|
-
console.log(this._skylineAnalysisChart);
|
|
221
219
|
var option = {
|
|
222
220
|
title: {
|
|
223
221
|
text: this._skylineAnalysisChartTitle
|
|
@@ -422,9 +420,11 @@ const __default__ = {
|
|
|
422
420
|
if (scenceView) {
|
|
423
421
|
language.value = scenceView._language;
|
|
424
422
|
viewModel = new SkylineAnalysisViewModel(scenceView._viewer, formItem, resultEcahrtVis);
|
|
425
|
-
viewModel._skylineAnalysisChart = external_echarts_namespaceObject.init(document.getElementById("resultEcahrt"));
|
|
426
423
|
viewModel._skylineAnalysisChartTitle = language.value["skylineAnalysisChartTitle"];
|
|
427
|
-
|
|
424
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.nextTick)(() => {
|
|
425
|
+
viewModel._skylineAnalysisChart = external_echarts_namespaceObject.init(document.getElementById("resultEcahrt"));
|
|
426
|
+
resultEcahrtVis.value = false;
|
|
427
|
+
});
|
|
428
428
|
}
|
|
429
429
|
});
|
|
430
430
|
}); // 提取天际线
|