@kq_npm/client3d_webgl_vue 4.5.23-beta → 4.5.25-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/aspectanalysis/index.js +5 -5
- package/boxclip/index.js +14 -14
- package/clientPrint/index.js +493 -400
- package/excavatefillanalysis/index.js +3 -3
- package/floodanalysis/index.js +9 -9
- package/geologicalbodyanalysis/index.js +4 -4
- package/gpuspatialquery/index.js +8 -8
- package/heatmap3d/index.js +8 -8
- package/index.js +494 -401
- package/isolineanalysis/index.js +40 -40
- package/light/index.js +112 -64
- package/limitheightanalysis/index.js +4 -4
- package/modelfilter/index.js +10 -10
- package/package.json +1 -1
- package/particleeffect/index.js +18 -18
- package/planeclip/index.js +2 -2
- package/scaneffect/index.js +12 -12
- package/sceneadvancedtoimage/index.js +13 -13
- package/sceneapp/index.js +493 -400
- package/sceneset/index.js +110 -81
- package/sceneset/style/sceneset.css +1 -1
- package/scenetohdimage/index.js +10 -10
- package/sceneview/index.js +493 -400
- package/screenshot/index.js +2 -2
- package/shadowanalysis/index.js +4 -4
- package/sightlineanalysis/index.js +1 -1
- package/slopeanalysis/index.js +11 -11
- package/slopeaspectanalysis/index.js +15 -15
- package/style.css +1 -1
- package/terrainoperation/index.js +1 -1
- package/terrainprofileanalysis/index.js +1 -1
- package/videofusion/index.js +17 -17
- package/videoproject/index.js +15 -15
- package/viewshedanalysis/index.js +6 -6
- package/weathereffect/index.js +13 -13
package/aspectanalysis/index.js
CHANGED
|
@@ -272,7 +272,7 @@ class AspectAnalysisViewModel {
|
|
|
272
272
|
start() {
|
|
273
273
|
// 判断是否添加了地形
|
|
274
274
|
if (this._globaOptions.viewer.terrainProvider.availability) {
|
|
275
|
-
if (this._globaOptions.viewer.terrainProvider && this._globaOptions.viewer.terrainProvider
|
|
275
|
+
if (this._globaOptions.viewer.terrainProvider && !this._globaOptions.viewer.terrainProvider._heightmapStructure) {
|
|
276
276
|
if (this._globaOptions._drawManager) {
|
|
277
277
|
this.clear();
|
|
278
278
|
this._globaOptions._drawManager.startDraw("polygon", {
|
|
@@ -557,7 +557,7 @@ const __default__ = {
|
|
|
557
557
|
step: 1,
|
|
558
558
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
559
559
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
560
|
-
|
|
560
|
+
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
|
|
561
561
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
562
562
|
_: 1 /* STABLE */
|
|
563
563
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -570,7 +570,7 @@ const __default__ = {
|
|
|
570
570
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
571
571
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
572
572
|
"controls-position": "right",
|
|
573
|
-
|
|
573
|
+
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
|
|
574
574
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
575
575
|
_: 1 /* STABLE */
|
|
576
576
|
})]),
|
|
@@ -597,7 +597,7 @@ const __default__ = {
|
|
|
597
597
|
step: 1,
|
|
598
598
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
599
599
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
600
|
-
|
|
600
|
+
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
|
|
601
601
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
602
602
|
_: 1 /* STABLE */
|
|
603
603
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -610,7 +610,7 @@ const __default__ = {
|
|
|
610
610
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
611
611
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
612
612
|
"controls-position": "right",
|
|
613
|
-
|
|
613
|
+
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
|
|
614
614
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
615
615
|
_: 1 /* STABLE */
|
|
616
616
|
})]),
|
package/boxclip/index.js
CHANGED
|
@@ -822,7 +822,7 @@ const __default__ = {
|
|
|
822
822
|
step: 1,
|
|
823
823
|
min: -40.0,
|
|
824
824
|
max: 40,
|
|
825
|
-
|
|
825
|
+
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('xDistance'))
|
|
826
826
|
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
827
827
|
_: 1 /* STABLE */
|
|
828
828
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -835,7 +835,7 @@ const __default__ = {
|
|
|
835
835
|
max: 40,
|
|
836
836
|
step: 1,
|
|
837
837
|
"controls-position": "right",
|
|
838
|
-
|
|
838
|
+
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('xDistance'))
|
|
839
839
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
840
840
|
_: 1 /* STABLE */
|
|
841
841
|
})]),
|
|
@@ -862,7 +862,7 @@ const __default__ = {
|
|
|
862
862
|
step: 1,
|
|
863
863
|
min: -40.0,
|
|
864
864
|
max: 40,
|
|
865
|
-
|
|
865
|
+
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('yDistance'))
|
|
866
866
|
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
867
867
|
_: 1 /* STABLE */
|
|
868
868
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -875,7 +875,7 @@ const __default__ = {
|
|
|
875
875
|
max: 40,
|
|
876
876
|
step: 1,
|
|
877
877
|
"controls-position": "right",
|
|
878
|
-
|
|
878
|
+
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('yDistance'))
|
|
879
879
|
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
880
880
|
_: 1 /* STABLE */
|
|
881
881
|
})]),
|
|
@@ -902,7 +902,7 @@ const __default__ = {
|
|
|
902
902
|
step: 1,
|
|
903
903
|
min: -40.0,
|
|
904
904
|
max: 40,
|
|
905
|
-
|
|
905
|
+
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('zDistance'))
|
|
906
906
|
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
907
907
|
_: 1 /* STABLE */
|
|
908
908
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -915,7 +915,7 @@ const __default__ = {
|
|
|
915
915
|
max: 40,
|
|
916
916
|
step: 1,
|
|
917
917
|
"controls-position": "right",
|
|
918
|
-
|
|
918
|
+
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('zDistance'))
|
|
919
919
|
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
920
920
|
_: 1 /* STABLE */
|
|
921
921
|
})]),
|
|
@@ -942,7 +942,7 @@ const __default__ = {
|
|
|
942
942
|
step: 0.1,
|
|
943
943
|
min: 0,
|
|
944
944
|
max: 50,
|
|
945
|
-
|
|
945
|
+
onChange: _cache[23] || (_cache[23] = $event => paramsChanged('clipLength'))
|
|
946
946
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
947
947
|
_: 1 /* STABLE */
|
|
948
948
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -955,7 +955,7 @@ const __default__ = {
|
|
|
955
955
|
max: 50,
|
|
956
956
|
step: 0.1,
|
|
957
957
|
"controls-position": "right",
|
|
958
|
-
|
|
958
|
+
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('clipLength'))
|
|
959
959
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
960
960
|
_: 1 /* STABLE */
|
|
961
961
|
})]),
|
|
@@ -982,7 +982,7 @@ const __default__ = {
|
|
|
982
982
|
step: 0.1,
|
|
983
983
|
min: 0,
|
|
984
984
|
max: 50,
|
|
985
|
-
|
|
985
|
+
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('clipWidth'))
|
|
986
986
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
987
987
|
_: 1 /* STABLE */
|
|
988
988
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -995,7 +995,7 @@ const __default__ = {
|
|
|
995
995
|
min: 0,
|
|
996
996
|
max: 50,
|
|
997
997
|
"controls-position": "right",
|
|
998
|
-
|
|
998
|
+
onChange: _cache[29] || (_cache[29] = $event => paramsChanged('clipWidth'))
|
|
999
999
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1000
1000
|
_: 1 /* STABLE */
|
|
1001
1001
|
})]),
|
|
@@ -1022,7 +1022,7 @@ const __default__ = {
|
|
|
1022
1022
|
step: 0.1,
|
|
1023
1023
|
min: 0,
|
|
1024
1024
|
max: 10,
|
|
1025
|
-
|
|
1025
|
+
onChange: _cache[31] || (_cache[31] = $event => paramsChanged('clipHeight'))
|
|
1026
1026
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1027
1027
|
_: 1 /* STABLE */
|
|
1028
1028
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1035,7 +1035,7 @@ const __default__ = {
|
|
|
1035
1035
|
min: 0,
|
|
1036
1036
|
max: 10,
|
|
1037
1037
|
"controls-position": "right",
|
|
1038
|
-
|
|
1038
|
+
onChange: _cache[33] || (_cache[33] = $event => paramsChanged('clipHeight'))
|
|
1039
1039
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1040
1040
|
_: 1 /* STABLE */
|
|
1041
1041
|
})]),
|
|
@@ -1066,7 +1066,7 @@ const __default__ = {
|
|
|
1066
1066
|
step: 1,
|
|
1067
1067
|
min: 0,
|
|
1068
1068
|
max: 360,
|
|
1069
|
-
|
|
1069
|
+
onChange: _cache[35] || (_cache[35] = $event => paramsChanged('angle'))
|
|
1070
1070
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1071
1071
|
_: 1 /* STABLE */
|
|
1072
1072
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1079,7 +1079,7 @@ const __default__ = {
|
|
|
1079
1079
|
max: 360,
|
|
1080
1080
|
step: 1,
|
|
1081
1081
|
"controls-position": "right",
|
|
1082
|
-
|
|
1082
|
+
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('angle'))
|
|
1083
1083
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1084
1084
|
_: 1 /* STABLE */
|
|
1085
1085
|
})]),
|