@kq_npm/client3d_webgl_vue 4.5.15 → 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.
Files changed (43) hide show
  1. package/adddata/index.js +4 -2
  2. package/aspectanalysis/index.js +3 -1
  3. package/boxclip/index.js +3 -1
  4. package/clientPrint/index.js +1796 -1740
  5. package/excavatefillanalysis/index.js +3 -1
  6. package/flight/index.js +3 -1
  7. package/floodanalysis/index.js +3 -1
  8. package/geologicalbodyanalysis/index.js +3 -1
  9. package/gpuspatialquery/index.js +3 -1
  10. package/heatmap3d/index.js +3 -1
  11. package/index.js +166 -134
  12. package/isolineanalysis/index.js +3 -1
  13. package/light/index.js +3 -1
  14. package/limitheightanalysis/index.js +3 -1
  15. package/measure/index.js +256 -233
  16. package/modelFlat/index.js +3 -1
  17. package/modelexcavate/index.js +3 -1
  18. package/modelfilter/index.js +3 -1
  19. package/modelprofileanalysis/index.js +3 -1
  20. package/modelselect/index.js +3 -1
  21. package/package.json +1 -1
  22. package/particleeffect/index.js +3 -1
  23. package/planeclip/index.js +3 -1
  24. package/roller/index.js +3 -1
  25. package/scaneffect/index.js +3 -1
  26. package/sceneadvancedtoimage/index.js +4 -2
  27. package/sceneapp/index.js +1053 -27
  28. package/sceneset/index.js +10 -8
  29. package/scenetohdimage/index.js +3 -1
  30. package/sceneview/index.js +1796 -1740
  31. package/screenshot/index.js +3 -1
  32. package/shadowanalysis/index.js +3 -1
  33. package/sightlineanalysis/index.js +3 -1
  34. package/skylineanalysis/index.js +3 -1
  35. package/slopeanalysis/index.js +3 -1
  36. package/slopeaspectanalysis/index.js +3 -1
  37. package/terrainoperation/index.js +3 -1
  38. package/terrainprofileanalysis/index.js +3 -1
  39. package/videofusion/index.js +3 -1
  40. package/videoproject/index.js +3 -1
  41. package/viewshedanalysis/index.js +3 -1
  42. package/weathereffect/index.js +3 -1
  43. 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
- watchCreateHeaderTemp();
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) {
@@ -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
- watchCreateHeaderTemp();
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 SatellitePyramidPrimitive(this._viewer, {
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
- watchCreateHeaderTemp();
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 => {