@kq_npm/client3d_webgl_vue 4.5.16 → 4.5.17-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/adddata/index.js +4 -2
- package/aspectanalysis/index.js +3 -1
- package/boxclip/index.js +3 -1
- package/clientPrint/index.js +1796 -1740
- package/excavatefillanalysis/index.js +3 -1
- package/flight/index.js +3 -1
- package/floodanalysis/index.js +3 -1
- package/geologicalbodyanalysis/index.js +3 -1
- package/gpuspatialquery/index.js +3 -1
- package/heatmap3d/index.js +3 -1
- package/index.js +166 -134
- package/isolineanalysis/index.js +3 -1
- package/light/index.js +3 -1
- package/limitheightanalysis/index.js +3 -1
- package/measure/index.js +256 -233
- package/modelFlat/index.js +3 -1
- package/modelexcavate/index.js +3 -1
- package/modelfilter/index.js +3 -1
- package/modelprofileanalysis/index.js +3 -1
- package/modelselect/index.js +3 -1
- package/package.json +1 -1
- package/particleeffect/index.js +3 -1
- package/planeclip/index.js +3 -1
- package/roller/index.js +3 -1
- package/scaneffect/index.js +3 -1
- package/sceneadvancedtoimage/index.js +4 -2
- package/sceneapp/index.js +1053 -27
- package/sceneset/index.js +10 -8
- package/scenetohdimage/index.js +3 -1
- package/sceneview/index.js +1796 -1740
- package/screenshot/index.js +3 -1
- package/shadowanalysis/index.js +3 -1
- package/sightlineanalysis/index.js +3 -1
- package/skylineanalysis/index.js +3 -1
- package/slopeanalysis/index.js +3 -1
- package/slopeaspectanalysis/index.js +3 -1
- package/terrainoperation/index.js +3 -1
- package/terrainprofileanalysis/index.js +3 -1
- package/videofusion/index.js +3 -1
- package/videoproject/index.js +3 -1
- package/viewshedanalysis/index.js +3 -1
- package/weathereffect/index.js +3 -1
- package/wireframesketch/index.js +3 -1
package/roller/index.js
CHANGED
|
@@ -501,7 +501,9 @@ const __default__ = {
|
|
|
501
501
|
});
|
|
502
502
|
watchCreateHeaderTemp();
|
|
503
503
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
504
|
-
|
|
504
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
505
|
+
watchCreateHeaderTemp();
|
|
506
|
+
});
|
|
505
507
|
});
|
|
506
508
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
507
509
|
if (scenceView) {
|
package/scaneffect/index.js
CHANGED
|
@@ -820,7 +820,9 @@ const __default__ = {
|
|
|
820
820
|
});
|
|
821
821
|
watchCreateHeaderTemp();
|
|
822
822
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
823
|
-
|
|
823
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
824
|
+
watchCreateHeaderTemp();
|
|
825
|
+
});
|
|
824
826
|
});
|
|
825
827
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
826
828
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
@@ -300,7 +300,7 @@ class SceneAdvancedToImageViewModel {
|
|
|
300
300
|
let lat = Cesium.Math.toDegrees(cartographic.latitude);
|
|
301
301
|
let lng = Cesium.Math.toDegrees(cartographic.longitude);
|
|
302
302
|
let pos = Cesium.Cartesian3.fromDegrees(lng, lat, this._options.height);
|
|
303
|
-
this._satellitePyramidPrimitive = this._viewer.scene.primitives.add(new
|
|
303
|
+
this._satellitePyramidPrimitive = this._viewer.scene.primitives.add(new Cesium.Kq3dSatellitePyramidPrimitive(this._viewer, {
|
|
304
304
|
position: pos,
|
|
305
305
|
angle1: this._options.leftRightAngle,
|
|
306
306
|
angle2: this._options.frontAndRearAngle,
|
|
@@ -644,7 +644,9 @@ const __default__ = {
|
|
|
644
644
|
});
|
|
645
645
|
watchCreateHeaderTemp();
|
|
646
646
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
647
|
-
|
|
647
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
648
|
+
watchCreateHeaderTemp();
|
|
649
|
+
});
|
|
648
650
|
});
|
|
649
651
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
650
652
|
gis_utils_.utils.getWebMap(null, scenceView => {
|