@kq_npm/client3d_webgl_vue 2.4.7-beta → 2.4.9-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/compass/index.js +8 -1
- package/excavatefillanalysis/index.js +14 -10
- package/fixedzoomin/index.js +8 -1
- package/fixedzoomout/index.js +8 -1
- package/floodanalysis/index.js +62 -40
- package/gpuspatialquery/index.js +46 -55
- package/index.js +386 -327
- package/package.json +1 -1
- package/profileanalysis/index.js +49 -54
- package/resetview/index.js +8 -1
- package/scenceview/index.js +8 -4
- package/shadowanalysis/index.js +77 -75
- package/skylineanalysis/index.js +35 -26
- package/statusbar/index.js +11 -8
- package/terrainoperation/index.js +16 -10
- package/viewshedanalysis/index.js +33 -40
package/index.js
CHANGED
|
@@ -90,7 +90,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".coord{background:rgba(42,42,42,.8);bo
|
|
|
90
90
|
|
|
91
91
|
/***/ }),
|
|
92
92
|
|
|
93
|
-
/***/
|
|
93
|
+
/***/ 339:
|
|
94
94
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
95
95
|
|
|
96
96
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(705);
|
|
@@ -2893,7 +2893,7 @@ const __default__ = {
|
|
|
2893
2893
|
},
|
|
2894
2894
|
|
|
2895
2895
|
/**
|
|
2896
|
-
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
2896
|
+
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
2897
2897
|
* {top:'16px',left:'16px'}, {top:16,left:16}
|
|
2898
2898
|
*/
|
|
2899
2899
|
toolButtonsPosition: [String, Object],
|
|
@@ -2950,7 +2950,7 @@ const __default__ = {
|
|
|
2950
2950
|
|
|
2951
2951
|
|
|
2952
2952
|
let _lang = proxy.$i18n.locale;
|
|
2953
|
-
let _language = proxy.$i18n.messages[_lang][
|
|
2953
|
+
let _language = proxy.$i18n.messages[_lang]["webgl"];
|
|
2954
2954
|
language.value = _language; //初始化逻辑类
|
|
2955
2955
|
|
|
2956
2956
|
viewModel = new ScenceViewViewModel(props, _language);
|
|
@@ -2982,20 +2982,24 @@ const __default__ = {
|
|
|
2982
2982
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(toolButtonsStyle))
|
|
2983
2983
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dFixedZoomout), {
|
|
2984
2984
|
mapTarget: __props.target,
|
|
2985
|
+
showShadow: true,
|
|
2985
2986
|
class: "zoomButton"
|
|
2986
2987
|
}, null, 8
|
|
2987
2988
|
/* PROPS */
|
|
2988
2989
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dFixedZoomin), {
|
|
2989
2990
|
mapTarget: __props.target,
|
|
2991
|
+
showShadow: true,
|
|
2990
2992
|
class: "zoomButton"
|
|
2991
2993
|
}, null, 8
|
|
2992
2994
|
/* PROPS */
|
|
2993
2995
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dResetView), {
|
|
2994
|
-
mapTarget: __props.target
|
|
2996
|
+
mapTarget: __props.target,
|
|
2997
|
+
showShadow: true
|
|
2995
2998
|
}, null, 8
|
|
2996
2999
|
/* PROPS */
|
|
2997
3000
|
, ["mapTarget"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(client3d_webgl_vue_namespaceObject.Kq3dCompass), {
|
|
2998
|
-
mapTarget: __props.target
|
|
3001
|
+
mapTarget: __props.target,
|
|
3002
|
+
showShadow: true
|
|
2999
3003
|
}, null, 8
|
|
3000
3004
|
/* PROPS */
|
|
3001
3005
|
, ["mapTarget"])])], 6
|
|
@@ -3121,6 +3125,10 @@ const FixedZoomoutvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3121
3125
|
buttonSize: {
|
|
3122
3126
|
type: String,
|
|
3123
3127
|
default: "32px"
|
|
3128
|
+
},
|
|
3129
|
+
showShadow: {
|
|
3130
|
+
type: Boolean,
|
|
3131
|
+
default: false
|
|
3124
3132
|
}
|
|
3125
3133
|
},
|
|
3126
3134
|
|
|
@@ -3150,6 +3158,9 @@ const FixedZoomoutvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3150
3158
|
|
|
3151
3159
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3152
3160
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoomIn,
|
|
3161
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3162
|
+
'kq-light-shadow': __props.showShadow
|
|
3163
|
+
}]),
|
|
3153
3164
|
ref_key: "btn",
|
|
3154
3165
|
ref: btn,
|
|
3155
3166
|
onClick: btnClick,
|
|
@@ -3170,7 +3181,7 @@ const FixedZoomoutvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3170
3181
|
|
|
3171
3182
|
}, 8
|
|
3172
3183
|
/* PROPS */
|
|
3173
|
-
, ["title", "style"]);
|
|
3184
|
+
, ["title", "class", "style"]);
|
|
3174
3185
|
};
|
|
3175
3186
|
}
|
|
3176
3187
|
|
|
@@ -3285,6 +3296,10 @@ const FixedZoominvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3285
3296
|
buttonSize: {
|
|
3286
3297
|
type: String,
|
|
3287
3298
|
default: "32px"
|
|
3299
|
+
},
|
|
3300
|
+
showShadow: {
|
|
3301
|
+
type: Boolean,
|
|
3302
|
+
default: false
|
|
3288
3303
|
}
|
|
3289
3304
|
},
|
|
3290
3305
|
|
|
@@ -3314,6 +3329,9 @@ const FixedZoominvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3314
3329
|
|
|
3315
3330
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3316
3331
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).zoomOut,
|
|
3332
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3333
|
+
'kq-light-shadow': __props.showShadow
|
|
3334
|
+
}]),
|
|
3317
3335
|
ref_key: "btn",
|
|
3318
3336
|
ref: btn,
|
|
3319
3337
|
onClick: btnClick,
|
|
@@ -3334,7 +3352,7 @@ const FixedZoominvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3334
3352
|
|
|
3335
3353
|
}, 8
|
|
3336
3354
|
/* PROPS */
|
|
3337
|
-
, ["title", "style"]);
|
|
3355
|
+
, ["title", "class", "style"]);
|
|
3338
3356
|
};
|
|
3339
3357
|
}
|
|
3340
3358
|
|
|
@@ -3399,6 +3417,10 @@ const ResetViewvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3399
3417
|
buttonSize: {
|
|
3400
3418
|
type: String,
|
|
3401
3419
|
default: "32px"
|
|
3420
|
+
},
|
|
3421
|
+
showShadow: {
|
|
3422
|
+
type: Boolean,
|
|
3423
|
+
default: false
|
|
3402
3424
|
}
|
|
3403
3425
|
},
|
|
3404
3426
|
|
|
@@ -3429,6 +3451,9 @@ const ResetViewvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3429
3451
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3430
3452
|
ref_key: "btn",
|
|
3431
3453
|
ref: btn,
|
|
3454
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3455
|
+
'kq-light-shadow': __props.showShadow
|
|
3456
|
+
}]),
|
|
3432
3457
|
onClick: btnClick,
|
|
3433
3458
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).resetView,
|
|
3434
3459
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)('width:' + __props.buttonSize)
|
|
@@ -3448,7 +3473,7 @@ const ResetViewvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3448
3473
|
|
|
3449
3474
|
}, 8
|
|
3450
3475
|
/* PROPS */
|
|
3451
|
-
, ["title", "style"]);
|
|
3476
|
+
, ["class", "title", "style"]);
|
|
3452
3477
|
};
|
|
3453
3478
|
}
|
|
3454
3479
|
|
|
@@ -3558,6 +3583,10 @@ const Compassvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3558
3583
|
buttonSize: {
|
|
3559
3584
|
type: String,
|
|
3560
3585
|
default: "32px"
|
|
3586
|
+
},
|
|
3587
|
+
showShadow: {
|
|
3588
|
+
type: Boolean,
|
|
3589
|
+
default: false
|
|
3561
3590
|
}
|
|
3562
3591
|
},
|
|
3563
3592
|
|
|
@@ -3592,6 +3621,9 @@ const Compassvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3592
3621
|
|
|
3593
3622
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)(_component_kq_button, {
|
|
3594
3623
|
onClick: btnClick,
|
|
3624
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)([{
|
|
3625
|
+
'kq-light-shadow': __props.showShadow
|
|
3626
|
+
}]),
|
|
3595
3627
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).resetOrientation,
|
|
3596
3628
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeStyle)('clip-path: circle(50%);width:' + __props.buttonSize)
|
|
3597
3629
|
}, {
|
|
@@ -3611,7 +3643,7 @@ const Compassvue_type_script_setup_true_lang_js_default_ = {
|
|
|
3611
3643
|
|
|
3612
3644
|
}, 8
|
|
3613
3645
|
/* PROPS */
|
|
3614
|
-
, ["title", "style"]);
|
|
3646
|
+
, ["class", "title", "style"]);
|
|
3615
3647
|
};
|
|
3616
3648
|
}
|
|
3617
3649
|
|
|
@@ -5774,38 +5806,6 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5774
5806
|
}
|
|
5775
5807
|
|
|
5776
5808
|
},
|
|
5777
|
-
minScale: {
|
|
5778
|
-
type: Number,
|
|
5779
|
-
default: 0.1
|
|
5780
|
-
},
|
|
5781
|
-
maxScale: {
|
|
5782
|
-
type: Number,
|
|
5783
|
-
default: 10
|
|
5784
|
-
},
|
|
5785
|
-
minXRotate: {
|
|
5786
|
-
type: Number,
|
|
5787
|
-
default: 0
|
|
5788
|
-
},
|
|
5789
|
-
maxXRotate: {
|
|
5790
|
-
type: Number,
|
|
5791
|
-
default: 120
|
|
5792
|
-
},
|
|
5793
|
-
minYRotate: {
|
|
5794
|
-
type: Number,
|
|
5795
|
-
default: 0
|
|
5796
|
-
},
|
|
5797
|
-
maxYRotate: {
|
|
5798
|
-
type: Number,
|
|
5799
|
-
default: 90
|
|
5800
|
-
},
|
|
5801
|
-
minZRotate: {
|
|
5802
|
-
type: Number,
|
|
5803
|
-
default: 0
|
|
5804
|
-
},
|
|
5805
|
-
maxZRotate: {
|
|
5806
|
-
type: Number,
|
|
5807
|
-
default: 90
|
|
5808
|
-
},
|
|
5809
5809
|
// 设置参数
|
|
5810
5810
|
settingParams: {
|
|
5811
5811
|
type: Object
|
|
@@ -5821,29 +5821,50 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5821
5821
|
|
|
5822
5822
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
5823
5823
|
volumeType: props.volumeType || 0,
|
|
5824
|
+
// 查询体类型
|
|
5824
5825
|
positionMode: props.positionMode || 0,
|
|
5826
|
+
// 空间关系
|
|
5825
5827
|
scale: props.settingParams && props.settingParams.scale || 1,
|
|
5828
|
+
// 查询体缩放
|
|
5829
|
+
minScale: props.settingParams && props.settingParams.minScale || 0.1,
|
|
5830
|
+
// 查询体缩放最小值
|
|
5831
|
+
maxScale: props.settingParams && props.settingParams.maxScale || 10,
|
|
5832
|
+
// 查询体缩放最大值
|
|
5826
5833
|
xRotate: props.settingParams && props.settingParams.xRotate || 0,
|
|
5834
|
+
// 绕X轴旋转
|
|
5835
|
+
minXRotate: props.settingParams && props.settingParams.minXRotate || 0,
|
|
5836
|
+
// 绕X轴旋转最小值
|
|
5837
|
+
maxXRotate: props.settingParams && props.settingParams.maxXRotate || 120,
|
|
5838
|
+
// 绕X轴旋转最大值
|
|
5827
5839
|
yRotate: props.settingParams && props.settingParams.yRotate || 0,
|
|
5828
|
-
|
|
5840
|
+
// 绕Y轴旋转
|
|
5841
|
+
minYRotate: props.settingParams && props.settingParams.minYRotate || 0,
|
|
5842
|
+
// 绕Y轴旋转最小值
|
|
5843
|
+
maxYRotate: props.settingParams && props.settingParams.maxYRotate || 90,
|
|
5844
|
+
// 绕Y轴旋转最大值
|
|
5845
|
+
zRotate: props.settingParams && props.settingParams.zRotate || 0,
|
|
5846
|
+
// 绕Z轴旋转
|
|
5847
|
+
minZRotate: props.settingParams && props.settingParams.minZRotate || 0,
|
|
5848
|
+
// 绕Z轴旋转最小值
|
|
5849
|
+
maxZRotate: props.settingParams && props.settingParams.maxZRotate || 90 // 绕Z轴旋转最大值
|
|
5850
|
+
|
|
5829
5851
|
});
|
|
5830
5852
|
let viewModel = null;
|
|
5831
5853
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
5832
5854
|
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
5833
5855
|
if (scenceView) {
|
|
5834
5856
|
language.value = scenceView._language;
|
|
5835
|
-
|
|
5857
|
+
viewModel = new GPUSpatialQueryViewModel(scenceView, {
|
|
5836
5858
|
volumeType: formItem.volumeType,
|
|
5837
5859
|
positionMode: formItem.positionMode,
|
|
5838
5860
|
scale: formItem.scale,
|
|
5839
5861
|
xAngle: formItem.xRotate,
|
|
5840
5862
|
yAngle: formItem.yRotate,
|
|
5841
5863
|
zAngle: formItem.zRotate
|
|
5842
|
-
};
|
|
5843
|
-
viewModel = new GPUSpatialQueryViewModel(scenceView, options);
|
|
5864
|
+
});
|
|
5844
5865
|
}
|
|
5845
5866
|
});
|
|
5846
|
-
});
|
|
5867
|
+
}); // 参数切换
|
|
5847
5868
|
|
|
5848
5869
|
function paramsChanged(key) {
|
|
5849
5870
|
switch (key) {
|
|
@@ -5874,11 +5895,13 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
5874
5895
|
default:
|
|
5875
5896
|
break;
|
|
5876
5897
|
}
|
|
5877
|
-
}
|
|
5898
|
+
} // 查询
|
|
5899
|
+
|
|
5878
5900
|
|
|
5879
5901
|
function query() {
|
|
5880
5902
|
viewModel && viewModel.start();
|
|
5881
|
-
}
|
|
5903
|
+
} // 重置
|
|
5904
|
+
|
|
5882
5905
|
|
|
5883
5906
|
function reset() {
|
|
5884
5907
|
viewModel && viewModel.clear();
|
|
@@ -6051,8 +6074,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6051
6074
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale,
|
|
6052
6075
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale = $event),
|
|
6053
6076
|
step: 0.1,
|
|
6054
|
-
min:
|
|
6055
|
-
max:
|
|
6077
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minScale,
|
|
6078
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxScale,
|
|
6056
6079
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
|
|
6057
6080
|
}, null, 8
|
|
6058
6081
|
/* PROPS */
|
|
@@ -6066,8 +6089,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6066
6089
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
6067
6090
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale,
|
|
6068
6091
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).scale = $event),
|
|
6069
|
-
min:
|
|
6070
|
-
max:
|
|
6092
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minScale,
|
|
6093
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxScale,
|
|
6071
6094
|
step: 0.1,
|
|
6072
6095
|
"controls-position": "right",
|
|
6073
6096
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
|
|
@@ -6107,8 +6130,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6107
6130
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate,
|
|
6108
6131
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate = $event),
|
|
6109
6132
|
step: 1,
|
|
6110
|
-
min:
|
|
6111
|
-
max:
|
|
6133
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minXRotate,
|
|
6134
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxXRotate,
|
|
6112
6135
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('xRotate'))
|
|
6113
6136
|
}, null, 8
|
|
6114
6137
|
/* PROPS */
|
|
@@ -6122,8 +6145,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6122
6145
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
6123
6146
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate,
|
|
6124
6147
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).xRotate = $event),
|
|
6125
|
-
min:
|
|
6126
|
-
max:
|
|
6148
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minXRotate,
|
|
6149
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxXRotate,
|
|
6127
6150
|
step: 1,
|
|
6128
6151
|
"controls-position": "right",
|
|
6129
6152
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xRotate'))
|
|
@@ -6163,8 +6186,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6163
6186
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate,
|
|
6164
6187
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate = $event),
|
|
6165
6188
|
step: 1,
|
|
6166
|
-
min:
|
|
6167
|
-
max:
|
|
6189
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minXRotate,
|
|
6190
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxXRotate,
|
|
6168
6191
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('yRotate'))
|
|
6169
6192
|
}, null, 8
|
|
6170
6193
|
/* PROPS */
|
|
@@ -6178,8 +6201,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6178
6201
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
6179
6202
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate,
|
|
6180
6203
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).yRotate = $event),
|
|
6181
|
-
min:
|
|
6182
|
-
max:
|
|
6204
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minXRotate,
|
|
6205
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxXRotate,
|
|
6183
6206
|
step: 1,
|
|
6184
6207
|
"controls-position": "right",
|
|
6185
6208
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yRotate'))
|
|
@@ -6219,8 +6242,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6219
6242
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate,
|
|
6220
6243
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate = $event),
|
|
6221
6244
|
step: 1,
|
|
6222
|
-
min:
|
|
6223
|
-
max:
|
|
6245
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minZRotate,
|
|
6246
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxZRotate,
|
|
6224
6247
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('zRotate'))
|
|
6225
6248
|
}, null, 8
|
|
6226
6249
|
/* PROPS */
|
|
@@ -6234,8 +6257,8 @@ const GPUSpatialQueryvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6234
6257
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
6235
6258
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate,
|
|
6236
6259
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).zRotate = $event),
|
|
6237
|
-
min:
|
|
6238
|
-
max:
|
|
6260
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minZRotate,
|
|
6261
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxZRotate,
|
|
6239
6262
|
step: 1,
|
|
6240
6263
|
"controls-position": "right",
|
|
6241
6264
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zRotate'))
|
|
@@ -7332,30 +7355,6 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7332
7355
|
};
|
|
7333
7356
|
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ViewshedAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
7334
7357
|
props: {
|
|
7335
|
-
minOffsetHeight: {
|
|
7336
|
-
type: Number,
|
|
7337
|
-
default: 0
|
|
7338
|
-
},
|
|
7339
|
-
maxOffsetHeight: {
|
|
7340
|
-
type: Number,
|
|
7341
|
-
default: 100
|
|
7342
|
-
},
|
|
7343
|
-
minFovV: {
|
|
7344
|
-
type: Number,
|
|
7345
|
-
default: 0
|
|
7346
|
-
},
|
|
7347
|
-
maxFovV: {
|
|
7348
|
-
type: Number,
|
|
7349
|
-
default: 90
|
|
7350
|
-
},
|
|
7351
|
-
minFovH: {
|
|
7352
|
-
type: Number,
|
|
7353
|
-
default: 0
|
|
7354
|
-
},
|
|
7355
|
-
maxFovH: {
|
|
7356
|
-
type: Number,
|
|
7357
|
-
default: 180
|
|
7358
|
-
},
|
|
7359
7358
|
// 设置参数
|
|
7360
7359
|
settingParams: {
|
|
7361
7360
|
type: Object
|
|
@@ -7375,10 +7374,27 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7375
7374
|
|
|
7376
7375
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
7377
7376
|
offsetHeight: props.settingParams && props.settingParams.offsetHeight || 1.8,
|
|
7377
|
+
// 视点高
|
|
7378
|
+
minOffsetHeight: props.settingParams && props.settingParams.minOffsetHeight || 0,
|
|
7379
|
+
// 视点高范围最小值
|
|
7380
|
+
maxOffsetHeight: props.settingParams && props.settingParams.maxOffsetHeight || 100,
|
|
7381
|
+
// 视点高范围最大值
|
|
7378
7382
|
fovV: props.settingParams && props.settingParams.fovV || 60,
|
|
7383
|
+
// 垂直张角
|
|
7384
|
+
minFovV: props.settingParams && props.settingParams.minFovV || 0,
|
|
7385
|
+
// 垂直张角范围最小值
|
|
7386
|
+
maxFovV: props.settingParams && props.settingParams.maxFovV || 90,
|
|
7387
|
+
// 垂直张角范围最大值
|
|
7379
7388
|
fovH: props.settingParams && props.settingParams.fovH || 120,
|
|
7389
|
+
// 水平张角范围
|
|
7390
|
+
minFovH: props.settingParams && props.settingParams.minFovH || 0,
|
|
7391
|
+
// 水平张角范围最小值
|
|
7392
|
+
maxFovH: props.settingParams && props.settingParams.maxFovH || 180,
|
|
7393
|
+
// 水平张角范围最大值
|
|
7380
7394
|
visibleColor: props.settingParams && props.settingParams.visibleColor || "#409EFF",
|
|
7395
|
+
// 可见颜色
|
|
7381
7396
|
invisibleColor: props.settingParams && props.settingParams.invisibleColor || "#F56C6C",
|
|
7397
|
+
// 不可见颜色
|
|
7382
7398
|
lineColor: props.settingParams && props.settingParams.lineColor || "#E6A23C"
|
|
7383
7399
|
});
|
|
7384
7400
|
let viewModel = null;
|
|
@@ -7388,14 +7404,14 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7388
7404
|
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
7389
7405
|
if (scenceView) {
|
|
7390
7406
|
language.value = scenceView._language;
|
|
7391
|
-
|
|
7407
|
+
viewModel = new ViewshedAnalysisViewModel(scenceView, {
|
|
7392
7408
|
offsetHeight: formItem.offsetHeight,
|
|
7393
7409
|
fovV: formItem.fovV,
|
|
7394
7410
|
fovH: formItem.fovH,
|
|
7395
7411
|
visibleColor: formItem.visibleColor,
|
|
7396
|
-
invisibleColor: formItem.invisibleColor
|
|
7397
|
-
|
|
7398
|
-
|
|
7412
|
+
invisibleColor: formItem.invisibleColor,
|
|
7413
|
+
lineColor: "#E6A23C"
|
|
7414
|
+
});
|
|
7399
7415
|
}
|
|
7400
7416
|
});
|
|
7401
7417
|
});
|
|
@@ -7507,8 +7523,8 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7507
7523
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight,
|
|
7508
7524
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight = $event),
|
|
7509
7525
|
step: 1,
|
|
7510
|
-
min:
|
|
7511
|
-
max:
|
|
7526
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minOffsetHeight,
|
|
7527
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxOffsetHeight,
|
|
7512
7528
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
7513
7529
|
}, null, 8
|
|
7514
7530
|
/* PROPS */
|
|
@@ -7522,8 +7538,8 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7522
7538
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
7523
7539
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight,
|
|
7524
7540
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).offsetHeight = $event),
|
|
7525
|
-
min:
|
|
7526
|
-
max:
|
|
7541
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minOffsetHeight,
|
|
7542
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxOffsetHeight,
|
|
7527
7543
|
step: 1,
|
|
7528
7544
|
"controls-position": "right",
|
|
7529
7545
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
@@ -7563,8 +7579,8 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7563
7579
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV,
|
|
7564
7580
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV = $event),
|
|
7565
7581
|
step: 1,
|
|
7566
|
-
min:
|
|
7567
|
-
max:
|
|
7582
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFovV,
|
|
7583
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFovV,
|
|
7568
7584
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('fovV'))
|
|
7569
7585
|
}, null, 8
|
|
7570
7586
|
/* PROPS */
|
|
@@ -7578,8 +7594,8 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7578
7594
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
7579
7595
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV,
|
|
7580
7596
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovV = $event),
|
|
7581
|
-
min:
|
|
7582
|
-
max:
|
|
7597
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFovV,
|
|
7598
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFovV,
|
|
7583
7599
|
step: 1,
|
|
7584
7600
|
"controls-position": "right",
|
|
7585
7601
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('fovV'))
|
|
@@ -7619,8 +7635,8 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7619
7635
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH,
|
|
7620
7636
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH = $event),
|
|
7621
7637
|
step: 1,
|
|
7622
|
-
min:
|
|
7623
|
-
max:
|
|
7638
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFovH,
|
|
7639
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFovH,
|
|
7624
7640
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('fovH'))
|
|
7625
7641
|
}, null, 8
|
|
7626
7642
|
/* PROPS */
|
|
@@ -7634,8 +7650,8 @@ const ViewshedAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7634
7650
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
7635
7651
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH,
|
|
7636
7652
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).fovH = $event),
|
|
7637
|
-
min:
|
|
7638
|
-
max:
|
|
7653
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFovH,
|
|
7654
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFovH,
|
|
7639
7655
|
step: 1,
|
|
7640
7656
|
"controls-position": "right",
|
|
7641
7657
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('fovH'))
|
|
@@ -8026,54 +8042,6 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8026
8042
|
};
|
|
8027
8043
|
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ShadowAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
8028
8044
|
props: {
|
|
8029
|
-
minExtrudeHeight: {
|
|
8030
|
-
type: Number,
|
|
8031
|
-
default: 0
|
|
8032
|
-
},
|
|
8033
|
-
maxExtrudeHeight: {
|
|
8034
|
-
type: Number,
|
|
8035
|
-
default: 500
|
|
8036
|
-
},
|
|
8037
|
-
minBaseHeight: {
|
|
8038
|
-
type: Number,
|
|
8039
|
-
default: 0
|
|
8040
|
-
},
|
|
8041
|
-
maxBaseHeight: {
|
|
8042
|
-
type: Number,
|
|
8043
|
-
default: 100
|
|
8044
|
-
},
|
|
8045
|
-
minWidth: {
|
|
8046
|
-
type: Number,
|
|
8047
|
-
default: 0
|
|
8048
|
-
},
|
|
8049
|
-
maxWidth: {
|
|
8050
|
-
type: Number,
|
|
8051
|
-
default: 100
|
|
8052
|
-
},
|
|
8053
|
-
minSpacing: {
|
|
8054
|
-
type: Number,
|
|
8055
|
-
default: 0
|
|
8056
|
-
},
|
|
8057
|
-
maxSpacing: {
|
|
8058
|
-
type: Number,
|
|
8059
|
-
default: 100
|
|
8060
|
-
},
|
|
8061
|
-
minFilterValue: {
|
|
8062
|
-
type: Number,
|
|
8063
|
-
default: 0
|
|
8064
|
-
},
|
|
8065
|
-
maxFilterValue: {
|
|
8066
|
-
type: Number,
|
|
8067
|
-
default: 1
|
|
8068
|
-
},
|
|
8069
|
-
minAlphaScale: {
|
|
8070
|
-
type: Number,
|
|
8071
|
-
default: 0
|
|
8072
|
-
},
|
|
8073
|
-
maxAlphaScale: {
|
|
8074
|
-
type: Number,
|
|
8075
|
-
default: 10
|
|
8076
|
-
},
|
|
8077
8045
|
// 设置参数
|
|
8078
8046
|
settingParams: {
|
|
8079
8047
|
type: Object
|
|
@@ -8126,19 +8094,47 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8126
8094
|
// 显示体素
|
|
8127
8095
|
baseHeight: props.settingParams && props.settingParams.baseHeight || 0,
|
|
8128
8096
|
// 基地高度
|
|
8097
|
+
minBaseHeight: props.settingParams && props.settingParams.minBaseHeight || 0,
|
|
8098
|
+
// 基地高度范围最小值
|
|
8099
|
+
maxBaseHeight: props.settingParams && props.settingParams.maxBaseHeight || 100,
|
|
8100
|
+
// 基地高度范围最大值
|
|
8129
8101
|
extrudeHeight: props.settingParams && props.settingParams.extrudeHeight || 150,
|
|
8130
8102
|
// 拉伸高度
|
|
8103
|
+
minExtrudeHeight: props.settingParams && props.settingParams.minExtrudeHeight || 0,
|
|
8104
|
+
// 拉伸高度范围最小值
|
|
8105
|
+
maxExtrudeHeight: props.settingParams && props.settingParams.maxExtrudeHeight || 500,
|
|
8106
|
+
// 拉伸高度范围最大值
|
|
8131
8107
|
width: props.settingParams && props.settingParams.width || 6,
|
|
8132
8108
|
// 体素大小
|
|
8109
|
+
minWidth: props.settingParams && props.settingParams.minWidth || 0,
|
|
8110
|
+
// 体素大小范围最小值
|
|
8111
|
+
maxWidth: props.settingParams && props.settingParams.maxWidth || 100,
|
|
8112
|
+
// 体素大小范围最大值
|
|
8133
8113
|
spacing: props.settingParams && props.settingParams.spacing || 0.8,
|
|
8134
8114
|
// 体素间距
|
|
8115
|
+
minSpacing: props.settingParams && props.settingParams.minSpacing || 0,
|
|
8116
|
+
// 体素间距范围最小值
|
|
8117
|
+
maxSpacing: props.settingParams && props.settingParams.maxSpacing || 100,
|
|
8118
|
+
// 体素间距范围最大值
|
|
8135
8119
|
currentDate: props.settingParams && props.settingParams.currentDate || "2020-04-23",
|
|
8136
8120
|
// 日期
|
|
8137
8121
|
startTime: props.settingParams && props.settingParams.startTime || 12,
|
|
8122
|
+
// 开始日期
|
|
8138
8123
|
endTime: props.settingParams && props.settingParams.endTime || 18,
|
|
8124
|
+
// 结束日期
|
|
8139
8125
|
timeSpacing: props.settingParams && props.settingParams.timeSpacing || 30,
|
|
8140
8126
|
filterValue: props.settingParams && props.settingParams.filterValue || 0,
|
|
8141
|
-
|
|
8127
|
+
// 阴影率过滤
|
|
8128
|
+
minFilterValue: props.settingParams && props.settingParams.minFilterValue || 0,
|
|
8129
|
+
// 阴影率过滤范围最小值
|
|
8130
|
+
maxFilterValue: props.settingParams && props.settingParams.maxFilterValue || 0,
|
|
8131
|
+
// 阴影率过滤范围最大值
|
|
8132
|
+
alphaScale: props.settingParams && props.settingParams.alphaScale || 1,
|
|
8133
|
+
// 透明缩放
|
|
8134
|
+
minAlphaScale: props.settingParams && props.settingParams.alphaScale || 1,
|
|
8135
|
+
// 透明缩放范围最小值
|
|
8136
|
+
maxAlphaScale: props.settingParams && props.settingParams.alphaScale || 1 // 透明缩放范围最大值
|
|
8137
|
+
|
|
8142
8138
|
});
|
|
8143
8139
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
8144
8140
|
time.value = [formItem.startTime, formItem.endTime];
|
|
@@ -8147,7 +8143,29 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8147
8143
|
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
8148
8144
|
if (scenceView) {
|
|
8149
8145
|
language.value = scenceView._language;
|
|
8150
|
-
viewModel = new ShadowAnalysisViewModel(scenceView,
|
|
8146
|
+
viewModel = new ShadowAnalysisViewModel(scenceView, {
|
|
8147
|
+
showVoxel: formItem.showBuilding,
|
|
8148
|
+
// 显示体素
|
|
8149
|
+
baseHeight: formItem.baseHeight,
|
|
8150
|
+
// 基地高度
|
|
8151
|
+
extrudeHeight: formItem.extrudeHeight,
|
|
8152
|
+
// 拉伸高度
|
|
8153
|
+
width: formItem.width,
|
|
8154
|
+
// 体素大小
|
|
8155
|
+
spacing: formItem.spacing,
|
|
8156
|
+
// 体素间距
|
|
8157
|
+
currentDate: formItem.currentDate,
|
|
8158
|
+
// 日期
|
|
8159
|
+
startTime: formItem.startTime,
|
|
8160
|
+
// 开始日期
|
|
8161
|
+
endTime: formItem.endTime,
|
|
8162
|
+
// 结束日期
|
|
8163
|
+
timeSpacing: formItem.timeSpacing,
|
|
8164
|
+
filterValue: formItem.filterValue,
|
|
8165
|
+
// 阴影率过滤
|
|
8166
|
+
alphaScale: formItem.alphaScale // 透明缩放
|
|
8167
|
+
|
|
8168
|
+
});
|
|
8151
8169
|
}
|
|
8152
8170
|
});
|
|
8153
8171
|
}); // 获取当前日期
|
|
@@ -8341,7 +8359,7 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8341
8359
|
_: 1
|
|
8342
8360
|
/* STABLE */
|
|
8343
8361
|
|
|
8344
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n <kq-col :span=\"6\">\r\n <span class=\"kq3d-shadow-analysis-span\">{{ language.analysisYear }}</span>\r\n </kq-col>\r\n <kq-col :span=\"18\">\r\n <kq-date-picker v-model=\"year\" align=\"right\" type=\"year\" format=\"YYYY年\"></kq-date-picker>\r\n <kq-row :gutter=\"20\">\r\n <kq-col :span=\"20\">\r\n <kq-slider\r\n v-model=\"month\"\r\n :step=\"1\"\r\n :min=\"1\"\r\n :max=\"12\"\r\n range\r\n :show-tooltip=\"false\"\r\n @change=\"changeMonth\"\r\n :marks=\"monthMarks\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"4\" class=\"kq3d-shadow-analysis-timeline\">\r\n <kq-icon @click=\"playOrPauseMonth\">\r\n <IconVideoPlay v-if=\"!playMonth\" />\r\n <IconVideoPause v-else />\r\n </kq-icon>\r\n </kq-col>\r\n </kq-row>\r\n </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
8362
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n <kq-col :span=\"6\">\r\n <span class=\"kq3d-shadow-analysis-span\">{{ language.analysisYear }}</span>\r\n </kq-col>\r\n <kq-col :span=\"18\">\r\n <kq-date-picker v-model=\"year\" align=\"right\" type=\"year\" format=\"YYYY年\"></kq-date-picker>\r\n <kq-row :gutter=\"20\">\r\n <kq-col :span=\"20\">\r\n <kq-slider\r\n v-model=\"month\"\r\n :step=\"1\"\r\n :min=\"formItem.1\"\r\n :max=\"formItem.12\"\r\n range\r\n :show-tooltip=\"false\"\r\n @change=\"changeMonth\"\r\n :marks=\"monthMarks\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"4\" class=\"kq3d-shadow-analysis-timeline\">\r\n <kq-icon @click=\"playOrPauseMonth\">\r\n <IconVideoPlay v-if=\"!playMonth\" />\r\n <IconVideoPause v-else />\r\n </kq-icon>\r\n </kq-col>\r\n </kq-row>\r\n </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
8345
8363
|
class: "kq3d-shadow-analysis-tip"
|
|
8346
8364
|
}, {
|
|
8347
8365
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).shadowTips), 1
|
|
@@ -8379,8 +8397,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8379
8397
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('extrudeHeight')),
|
|
8380
8398
|
onClick: _cache[7] || (_cache[7] = $event => paramsChanged('extrudeHeight')),
|
|
8381
8399
|
step: 10,
|
|
8382
|
-
min:
|
|
8383
|
-
max:
|
|
8400
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minExtrudeHeight,
|
|
8401
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxExtrudeHeight
|
|
8384
8402
|
}, null, 8
|
|
8385
8403
|
/* PROPS */
|
|
8386
8404
|
, ["modelValue", "min", "max"])]),
|
|
@@ -8393,8 +8411,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8393
8411
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8394
8412
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).extrudeHeight,
|
|
8395
8413
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).extrudeHeight = $event),
|
|
8396
|
-
min:
|
|
8397
|
-
max:
|
|
8414
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minExtrudeHeight,
|
|
8415
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxExtrudeHeight,
|
|
8398
8416
|
step: 10,
|
|
8399
8417
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('extrudeHeight')),
|
|
8400
8418
|
"controls-position": "right"
|
|
@@ -8436,8 +8454,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8436
8454
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('baseHeight')),
|
|
8437
8455
|
onClick: _cache[12] || (_cache[12] = $event => paramsChanged('baseHeight')),
|
|
8438
8456
|
step: 10,
|
|
8439
|
-
min:
|
|
8440
|
-
max:
|
|
8457
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minBaseHeight,
|
|
8458
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxBaseHeight
|
|
8441
8459
|
}, null, 8
|
|
8442
8460
|
/* PROPS */
|
|
8443
8461
|
, ["modelValue", "min", "max"])]),
|
|
@@ -8451,8 +8469,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8451
8469
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).baseHeight,
|
|
8452
8470
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).baseHeight = $event),
|
|
8453
8471
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('baseHeight')),
|
|
8454
|
-
min:
|
|
8455
|
-
max:
|
|
8472
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minBaseHeight,
|
|
8473
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxBaseHeight,
|
|
8456
8474
|
step: 10,
|
|
8457
8475
|
"controls-position": "right"
|
|
8458
8476
|
}, null, 8
|
|
@@ -8493,8 +8511,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8493
8511
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('width')),
|
|
8494
8512
|
onClick: _cache[17] || (_cache[17] = $event => paramsChanged('width')),
|
|
8495
8513
|
step: 1,
|
|
8496
|
-
min:
|
|
8497
|
-
max:
|
|
8514
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minWidth,
|
|
8515
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxWidth
|
|
8498
8516
|
}, null, 8
|
|
8499
8517
|
/* PROPS */
|
|
8500
8518
|
, ["modelValue", "min", "max"])]),
|
|
@@ -8508,8 +8526,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8508
8526
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).width,
|
|
8509
8527
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).width = $event),
|
|
8510
8528
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('width')),
|
|
8511
|
-
min:
|
|
8512
|
-
max:
|
|
8529
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minWidth,
|
|
8530
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxWidth,
|
|
8513
8531
|
step: 1,
|
|
8514
8532
|
"controls-position": "right"
|
|
8515
8533
|
}, null, 8
|
|
@@ -8550,8 +8568,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8550
8568
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('spacing')),
|
|
8551
8569
|
onClick: _cache[22] || (_cache[22] = $event => paramsChanged('spacing')),
|
|
8552
8570
|
step: 0.1,
|
|
8553
|
-
min:
|
|
8554
|
-
max:
|
|
8571
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minSpacing,
|
|
8572
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxSpacing
|
|
8555
8573
|
}, null, 8
|
|
8556
8574
|
/* PROPS */
|
|
8557
8575
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -8565,8 +8583,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8565
8583
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).spacing,
|
|
8566
8584
|
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).spacing = $event),
|
|
8567
8585
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('spacing')),
|
|
8568
|
-
min:
|
|
8569
|
-
max:
|
|
8586
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minSpacing,
|
|
8587
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxSpacing,
|
|
8570
8588
|
step: 0.1,
|
|
8571
8589
|
"controls-position": "right"
|
|
8572
8590
|
}, null, 8
|
|
@@ -8606,8 +8624,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8606
8624
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue = $event),
|
|
8607
8625
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('filterValue')),
|
|
8608
8626
|
step: 0.01,
|
|
8609
|
-
min:
|
|
8610
|
-
max:
|
|
8627
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFilterValue,
|
|
8628
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFilterValue
|
|
8611
8629
|
}, null, 8
|
|
8612
8630
|
/* PROPS */
|
|
8613
8631
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -8620,8 +8638,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8620
8638
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8621
8639
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue,
|
|
8622
8640
|
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).filterValue = $event),
|
|
8623
|
-
min:
|
|
8624
|
-
max:
|
|
8641
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFilterValue,
|
|
8642
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFilterValue,
|
|
8625
8643
|
step: 0.01,
|
|
8626
8644
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
8627
8645
|
"controls-position": "right"
|
|
@@ -8662,8 +8680,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8662
8680
|
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale = $event),
|
|
8663
8681
|
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('alphaScale')),
|
|
8664
8682
|
step: 0.1,
|
|
8665
|
-
min:
|
|
8666
|
-
max:
|
|
8683
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minAlphaScale,
|
|
8684
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxAlphaScale
|
|
8667
8685
|
}, null, 8
|
|
8668
8686
|
/* PROPS */
|
|
8669
8687
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -8676,8 +8694,8 @@ const ShadowAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
8676
8694
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
8677
8695
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale,
|
|
8678
8696
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).alphaScale = $event),
|
|
8679
|
-
min:
|
|
8680
|
-
max:
|
|
8697
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minAlphaScale,
|
|
8698
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxAlphaScale,
|
|
8681
8699
|
step: 0.1,
|
|
8682
8700
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
8683
8701
|
"controls-position": "right"
|
|
@@ -8812,6 +8830,7 @@ class ProfileAnalysisViewModel {
|
|
|
8812
8830
|
//剖面分析三维对象
|
|
8813
8831
|
//显示结果的DOM元素
|
|
8814
8832
|
//显示结果的DOM元素显隐
|
|
8833
|
+
//全局参数对象
|
|
8815
8834
|
constructor(viewer, viewModel, chart) {
|
|
8816
8835
|
_defineProperty(this, "_profileAnalysis", null);
|
|
8817
8836
|
|
|
@@ -8820,7 +8839,6 @@ class ProfileAnalysisViewModel {
|
|
|
8820
8839
|
_defineProperty(this, "_ProfileAnalysisChartVis", null);
|
|
8821
8840
|
|
|
8822
8841
|
_defineProperty(this, "_globaOptions", {
|
|
8823
|
-
//全局参数对象
|
|
8824
8842
|
width: 360,
|
|
8825
8843
|
height: 360
|
|
8826
8844
|
});
|
|
@@ -9077,38 +9095,6 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9077
9095
|
};
|
|
9078
9096
|
/* harmony default export */ var ProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(ProfileAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
9079
9097
|
props: {
|
|
9080
|
-
minPerspectiveAngle: {
|
|
9081
|
-
type: Number,
|
|
9082
|
-
default: 0
|
|
9083
|
-
},
|
|
9084
|
-
maxPerspectiveAngle: {
|
|
9085
|
-
type: Number,
|
|
9086
|
-
default: 90
|
|
9087
|
-
},
|
|
9088
|
-
minTargetAreaWidth: {
|
|
9089
|
-
type: Number,
|
|
9090
|
-
default: 0
|
|
9091
|
-
},
|
|
9092
|
-
maxTargetAreaWidth: {
|
|
9093
|
-
type: Number,
|
|
9094
|
-
default: 500
|
|
9095
|
-
},
|
|
9096
|
-
minTargetAreaHeight: {
|
|
9097
|
-
type: Number,
|
|
9098
|
-
default: 0
|
|
9099
|
-
},
|
|
9100
|
-
maxTargetAreaHeight: {
|
|
9101
|
-
type: Number,
|
|
9102
|
-
default: 500
|
|
9103
|
-
},
|
|
9104
|
-
minCameraHeight: {
|
|
9105
|
-
type: Number,
|
|
9106
|
-
default: 0
|
|
9107
|
-
},
|
|
9108
|
-
maxCameraHeight: {
|
|
9109
|
-
type: Number,
|
|
9110
|
-
default: 500
|
|
9111
|
-
},
|
|
9112
9098
|
// 设置参数
|
|
9113
9099
|
settingParams: {
|
|
9114
9100
|
type: Object
|
|
@@ -9128,14 +9114,30 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9128
9114
|
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(true); // 获取组件传参
|
|
9129
9115
|
|
|
9130
9116
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
9131
|
-
perspectiveAngle: props.settingParams && props.settingParams.
|
|
9117
|
+
perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
|
|
9132
9118
|
// 透视角度
|
|
9133
|
-
|
|
9119
|
+
minPerspectiveAngle: props.settingParams && props.settingParams.minPerspectiveAngle || 0,
|
|
9120
|
+
// 透视角度范围最小值
|
|
9121
|
+
maxPerspectiveAngle: props.settingParams && props.settingParams.maxPerspectiveAngle || 90,
|
|
9122
|
+
// 透视角度范围最大值
|
|
9123
|
+
targetAreaWidth: props.settingParams && props.settingParams.targetAreaWidth || 1,
|
|
9134
9124
|
// 目标区域宽度
|
|
9135
|
-
|
|
9125
|
+
minTargetAreaWidth: props.settingParams && props.settingParams.minTargetAreaWidth || 0,
|
|
9126
|
+
// 目标区域宽度范围最小值
|
|
9127
|
+
maxTargetAreaWidth: props.settingParams && props.settingParams.maxTargetAreaWidth || 500,
|
|
9128
|
+
// 目标区域宽度范围最大值
|
|
9129
|
+
targetAreaHeight: props.settingParams && props.settingParams.targetAreaHeight || 200,
|
|
9136
9130
|
// 目标区域高度
|
|
9137
|
-
|
|
9131
|
+
minTargetAreaHeight: props.settingParams && props.settingParams.minTargetAreaHeight || 0,
|
|
9132
|
+
// 目标区域高度范围最小值
|
|
9133
|
+
maxTargetAreaHeight: props.settingParams && props.settingParams.maxTargetAreaHeight || 500,
|
|
9134
|
+
// 目标区域高度范围最大值
|
|
9135
|
+
cameraHeight: props.settingParams && props.settingParams.cameraHeight || 0,
|
|
9138
9136
|
// 相机高度
|
|
9137
|
+
minCameraHeight: props.settingParams && props.settingParams.minCameraHeight || 0,
|
|
9138
|
+
// 相机高度范围最小值
|
|
9139
|
+
maxCameraHeight: props.settingParams && props.settingParams.maxCameraHeight || 500,
|
|
9140
|
+
// 相机高度范围最大值
|
|
9139
9141
|
enablePerspective: props.settingParams && props.settingParams.isLabel !== undefined || true // 是否透视
|
|
9140
9142
|
|
|
9141
9143
|
});
|
|
@@ -9143,7 +9145,18 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9143
9145
|
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
9144
9146
|
if (scenceView) {
|
|
9145
9147
|
language.value = scenceView._language;
|
|
9146
|
-
viewModel = new ProfileAnalysisViewModel(scenceView._viewer,
|
|
9148
|
+
viewModel = new ProfileAnalysisViewModel(scenceView._viewer, {
|
|
9149
|
+
perspectiveAngle: formItem.perspectiveAngle,
|
|
9150
|
+
// 透视角度
|
|
9151
|
+
targetAreaWidth: formItem.targetAreaWidth,
|
|
9152
|
+
// 目标区域宽度
|
|
9153
|
+
targetAreaHeight: formItem.targetAreaHeight,
|
|
9154
|
+
// 目标区域高度
|
|
9155
|
+
cameraHeight: formItem.cameraHeight,
|
|
9156
|
+
// 相机高度
|
|
9157
|
+
enablePerspective: formItem.enablePerspective // 是否透视
|
|
9158
|
+
|
|
9159
|
+
}, document.getElementById("resultCahrt"));
|
|
9147
9160
|
viewModel._ProfileAnalysisChartVis = resultCahrtVis;
|
|
9148
9161
|
resultCahrtVis.value = false;
|
|
9149
9162
|
}
|
|
@@ -9254,8 +9267,8 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9254
9267
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle,
|
|
9255
9268
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle = $event),
|
|
9256
9269
|
step: 1,
|
|
9257
|
-
min:
|
|
9258
|
-
max:
|
|
9270
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minPerspectiveAngle,
|
|
9271
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxPerspectiveAngle,
|
|
9259
9272
|
onInput: onChangePerspectiveAngle
|
|
9260
9273
|
}, null, 8
|
|
9261
9274
|
/* PROPS */
|
|
@@ -9269,8 +9282,8 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9269
9282
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9270
9283
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle,
|
|
9271
9284
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).perspectiveAngle = $event),
|
|
9272
|
-
min:
|
|
9273
|
-
max:
|
|
9285
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minPerspectiveAngle,
|
|
9286
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxPerspectiveAngle,
|
|
9274
9287
|
step: 1,
|
|
9275
9288
|
"controls-position": "right"
|
|
9276
9289
|
}, null, 8
|
|
@@ -9309,8 +9322,8 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9309
9322
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth,
|
|
9310
9323
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth = $event),
|
|
9311
9324
|
step: 1,
|
|
9312
|
-
min:
|
|
9313
|
-
max:
|
|
9325
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minTargetAreaWidth,
|
|
9326
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxTargetAreaWidth,
|
|
9314
9327
|
onInput: onChangeTargetAreaWidth
|
|
9315
9328
|
}, null, 8
|
|
9316
9329
|
/* PROPS */
|
|
@@ -9324,9 +9337,9 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9324
9337
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9325
9338
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth,
|
|
9326
9339
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaWidth = $event),
|
|
9327
|
-
min:
|
|
9340
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minTargetAreaWidth,
|
|
9328
9341
|
step: 1,
|
|
9329
|
-
max:
|
|
9342
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxTargetAreaWidth,
|
|
9330
9343
|
"controls-position": "right"
|
|
9331
9344
|
}, null, 8
|
|
9332
9345
|
/* PROPS */
|
|
@@ -9364,8 +9377,8 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9364
9377
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight,
|
|
9365
9378
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight = $event),
|
|
9366
9379
|
step: 1,
|
|
9367
|
-
min:
|
|
9368
|
-
max:
|
|
9380
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minTargetAreaHeight,
|
|
9381
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxTargetAreaHeight,
|
|
9369
9382
|
onInput: onChangeTargetAreaHeight
|
|
9370
9383
|
}, null, 8
|
|
9371
9384
|
/* PROPS */
|
|
@@ -9379,9 +9392,9 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9379
9392
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9380
9393
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight,
|
|
9381
9394
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).targetAreaHeight = $event),
|
|
9382
|
-
min:
|
|
9395
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minTargetAreaHeight,
|
|
9383
9396
|
step: 1,
|
|
9384
|
-
max:
|
|
9397
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxTargetAreaHeight,
|
|
9385
9398
|
"controls-position": "right"
|
|
9386
9399
|
}, null, 8
|
|
9387
9400
|
/* PROPS */
|
|
@@ -9419,8 +9432,8 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9419
9432
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight,
|
|
9420
9433
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight = $event),
|
|
9421
9434
|
step: 1,
|
|
9422
|
-
min:
|
|
9423
|
-
max:
|
|
9435
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minCameraHeight,
|
|
9436
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxCameraHeight,
|
|
9424
9437
|
onInput: onChangeCameraHeight
|
|
9425
9438
|
}, null, 8
|
|
9426
9439
|
/* PROPS */
|
|
@@ -9434,9 +9447,9 @@ const ProfileAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9434
9447
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
9435
9448
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight,
|
|
9436
9449
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).cameraHeight = $event),
|
|
9437
|
-
min:
|
|
9450
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minCameraHeight,
|
|
9438
9451
|
step: 1,
|
|
9439
|
-
max:
|
|
9452
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxCameraHeight,
|
|
9440
9453
|
"controls-position": "right"
|
|
9441
9454
|
}, null, 8
|
|
9442
9455
|
/* PROPS */
|
|
@@ -9575,17 +9588,7 @@ class SkylineAnalysisViewModel {
|
|
|
9575
9588
|
|
|
9576
9589
|
viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
9577
9590
|
|
|
9578
|
-
viewer.scene.postProcessStages._fxaa.enabled = true; //
|
|
9579
|
-
|
|
9580
|
-
option = {
|
|
9581
|
-
skylineColor: option.skylineColor || "#E6A23C",
|
|
9582
|
-
skylineRadius: option.skylineRadius || 1000,
|
|
9583
|
-
limitHeightBodyColor: option.limitHeightBodyColor || "#67C23A",
|
|
9584
|
-
limitHeightBodyAlpha: option.limitHeightBodyAlpha || 0.7,
|
|
9585
|
-
limitHeightBodyOutlineColor: option.limitHeightBodyOutlineColor || "#67C23A",
|
|
9586
|
-
limitHeightBodyOutlineColorAlpha: option.limitHeightBodyOutlineColorAlpha || 0,
|
|
9587
|
-
skylineWidth: option.skylineWidth || 2
|
|
9588
|
-
}; // 创建分析参数对象
|
|
9591
|
+
viewer.scene.postProcessStages._fxaa.enabled = true; // 创建分析参数对象
|
|
9589
9592
|
|
|
9590
9593
|
this._options = {
|
|
9591
9594
|
viewer: viewer,
|
|
@@ -9593,7 +9596,7 @@ class SkylineAnalysisViewModel {
|
|
|
9593
9596
|
//天际线颜色
|
|
9594
9597
|
faceColor: window.Cesium.Color.fromCssColorString(option.limitHeightBodyColor).withAlpha(option.limitHeightBodyAlpha),
|
|
9595
9598
|
//限高体颜色
|
|
9596
|
-
faceOutlineColor: window.Cesium.Color.fromCssColorString(
|
|
9599
|
+
faceOutlineColor: window.Cesium.Color.fromCssColorString("#E6A23C").withAlpha(0),
|
|
9597
9600
|
//限高体轮廓颜色
|
|
9598
9601
|
lineWidth: option.skylineWidth,
|
|
9599
9602
|
//天际线线宽
|
|
@@ -9870,16 +9873,35 @@ const SkylineAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
9870
9873
|
|
|
9871
9874
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
9872
9875
|
skylineColor: props.settingParams && props.settingParams.skylineColor || "#E6A23C",
|
|
9876
|
+
// 天际线颜色
|
|
9873
9877
|
skylineRadius: props.settingParams && props.settingParams.skylineRadius || 1000,
|
|
9878
|
+
// 天际线半径
|
|
9879
|
+
minSkylineRadius: props.settingParams && props.settingParams.minSkylineRadius || 0,
|
|
9880
|
+
// 天际线半径范围最小值
|
|
9881
|
+
maxSkylineRadius: props.settingParams && props.settingParams.maxSkylineRadius || 5000,
|
|
9882
|
+
// 天际线半径范围最大值
|
|
9874
9883
|
limitHeightBodyColor: props.settingParams && props.settingParams.limitHeightBodyColor || "#67C23A",
|
|
9884
|
+
// 限高体颜色
|
|
9875
9885
|
limitHeightBodyAlpha: props.settingParams && props.settingParams.limitHeightBodyAlpha || 0.7,
|
|
9876
|
-
|
|
9886
|
+
// 限高体透明度
|
|
9887
|
+
minLimitHeightBodyAlpha: props.settingParams && props.settingParams.minLimitHeightBodyAlpha || 0,
|
|
9888
|
+
// 限高体透明度范围最小值
|
|
9889
|
+
maxLimitHeightBodyAlpha: props.settingParams && props.settingParams.maxLimitHeightBodyAlpha || 1,
|
|
9890
|
+
// 限高体透明度范围最大值
|
|
9891
|
+
skylineWidth: 2 // 天际线宽度
|
|
9892
|
+
|
|
9877
9893
|
});
|
|
9878
9894
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
9879
9895
|
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
9880
9896
|
if (scenceView) {
|
|
9881
9897
|
language.value = scenceView._language;
|
|
9882
|
-
viewModel = new SkylineAnalysisViewModel(scenceView._viewer,
|
|
9898
|
+
viewModel = new SkylineAnalysisViewModel(scenceView._viewer, {
|
|
9899
|
+
skylineColor: formItem.skylineColor || "#E6A23C",
|
|
9900
|
+
skylineRadius: formItem.skylineRadius || 1000,
|
|
9901
|
+
limitHeightBodyColor: formItem.limitHeightBodyColor || "#67C23A",
|
|
9902
|
+
limitHeightBodyAlpha: formItem.limitHeightBodyAlpha || 0.7,
|
|
9903
|
+
skylineWidth: formItem.skylineWidth || 2
|
|
9904
|
+
}, resultEcahrtVis);
|
|
9883
9905
|
viewModel._skylineAnalysisChartTitle = language.value["skylineAnalysisChartTitle"];
|
|
9884
9906
|
}
|
|
9885
9907
|
});
|
|
@@ -10013,12 +10035,12 @@ const SkylineAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10013
10035
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).skylineRadius,
|
|
10014
10036
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).skylineRadius = $event),
|
|
10015
10037
|
step: 100,
|
|
10016
|
-
min: 0,
|
|
10017
|
-
max:
|
|
10038
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minSkylineRadius,
|
|
10039
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxSkylineRadius,
|
|
10018
10040
|
onInput: onChangeSkylineRadius
|
|
10019
10041
|
}, null, 8
|
|
10020
10042
|
/* PROPS */
|
|
10021
|
-
, ["modelValue"])]),
|
|
10043
|
+
, ["modelValue", "min", "max"])]),
|
|
10022
10044
|
_: 1
|
|
10023
10045
|
/* STABLE */
|
|
10024
10046
|
|
|
@@ -10028,13 +10050,13 @@ const SkylineAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10028
10050
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
10029
10051
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).skylineRadius,
|
|
10030
10052
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).skylineRadius = $event),
|
|
10031
|
-
min: 0,
|
|
10053
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minSkylineRadius,
|
|
10032
10054
|
step: 100,
|
|
10033
|
-
max:
|
|
10055
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxSkylineRadius,
|
|
10034
10056
|
"controls-position": "right"
|
|
10035
10057
|
}, null, 8
|
|
10036
10058
|
/* PROPS */
|
|
10037
|
-
, ["modelValue"])]),
|
|
10059
|
+
, ["modelValue", "min", "max"])]),
|
|
10038
10060
|
_: 1
|
|
10039
10061
|
/* STABLE */
|
|
10040
10062
|
|
|
@@ -10088,12 +10110,12 @@ const SkylineAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10088
10110
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).limitHeightBodyAlpha,
|
|
10089
10111
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).limitHeightBodyAlpha = $event),
|
|
10090
10112
|
step: 0.1,
|
|
10091
|
-
min: 0,
|
|
10092
|
-
max:
|
|
10113
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minLimitHeightBodyAlpha,
|
|
10114
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
10093
10115
|
onInput: onChangeLimitHeightBodyAlpha
|
|
10094
10116
|
}, null, 8
|
|
10095
10117
|
/* PROPS */
|
|
10096
|
-
, ["modelValue", "step"])]),
|
|
10118
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
10097
10119
|
_: 1
|
|
10098
10120
|
/* STABLE */
|
|
10099
10121
|
|
|
@@ -10103,13 +10125,13 @@ const SkylineAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10103
10125
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
10104
10126
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).limitHeightBodyAlpha,
|
|
10105
10127
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).limitHeightBodyAlpha = $event),
|
|
10106
|
-
min: 0,
|
|
10128
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minLimitHeightBodyAlpha,
|
|
10107
10129
|
step: 0.1,
|
|
10108
|
-
max:
|
|
10130
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
10109
10131
|
"controls-position": "right"
|
|
10110
10132
|
}, null, 8
|
|
10111
10133
|
/* PROPS */
|
|
10112
|
-
, ["modelValue", "step"])]),
|
|
10134
|
+
, ["modelValue", "min", "step", "max"])]),
|
|
10113
10135
|
_: 1
|
|
10114
10136
|
/* STABLE */
|
|
10115
10137
|
|
|
@@ -10493,6 +10515,7 @@ const TerrainOperationvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10493
10515
|
settingParams: {
|
|
10494
10516
|
type: Object
|
|
10495
10517
|
},
|
|
10518
|
+
// 地形开挖和地形修改显示设置。0:同时显示;1:显示地形开挖;2:显示地形修改
|
|
10496
10519
|
operationMode: {
|
|
10497
10520
|
type: Number,
|
|
10498
10521
|
default: 0
|
|
@@ -10511,7 +10534,13 @@ const TerrainOperationvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10511
10534
|
|
|
10512
10535
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
10513
10536
|
terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
|
|
10514
|
-
|
|
10537
|
+
// 地形操作类型。0:地形开挖;1:地形修改
|
|
10538
|
+
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 500,
|
|
10539
|
+
// 地形开挖深度
|
|
10540
|
+
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth || 0,
|
|
10541
|
+
// 地形开挖深度范围最小值
|
|
10542
|
+
maxExcavationDepth: props.settingParams && props.settingParams.maxExcavationDepth || 5000 // 地形开挖深度范围最大值
|
|
10543
|
+
|
|
10515
10544
|
});
|
|
10516
10545
|
let viewModel = null;
|
|
10517
10546
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
@@ -10524,11 +10553,10 @@ const TerrainOperationvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10524
10553
|
}
|
|
10525
10554
|
|
|
10526
10555
|
language.value = scenceView._language;
|
|
10527
|
-
|
|
10556
|
+
viewModel = new TerrainOperationViewModel(scenceView, {
|
|
10528
10557
|
terrainStyle: formItem.terrainStyle,
|
|
10529
10558
|
excavationDepth: formItem.excavationDepth
|
|
10530
|
-
};
|
|
10531
|
-
viewModel = new TerrainOperationViewModel(scenceView, options);
|
|
10559
|
+
});
|
|
10532
10560
|
}
|
|
10533
10561
|
});
|
|
10534
10562
|
}); // 改变样式
|
|
@@ -10632,13 +10660,13 @@ const TerrainOperationvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10632
10660
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).excavationDepth,
|
|
10633
10661
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).excavationDepth = $event),
|
|
10634
10662
|
step: 100,
|
|
10635
|
-
min:
|
|
10636
|
-
max:
|
|
10663
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minExcavationDepth,
|
|
10664
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxExcavationDepth,
|
|
10637
10665
|
onChange: _cache[3] || (_cache[3] = $event => changeHeight()),
|
|
10638
10666
|
onClick: _cache[4] || (_cache[4] = $event => changeHeight())
|
|
10639
10667
|
}, null, 8
|
|
10640
10668
|
/* PROPS */
|
|
10641
|
-
, ["modelValue"])]),
|
|
10669
|
+
, ["modelValue", "min", "max"])]),
|
|
10642
10670
|
_: 1
|
|
10643
10671
|
/* STABLE */
|
|
10644
10672
|
|
|
@@ -10653,14 +10681,14 @@ const TerrainOperationvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10653
10681
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
10654
10682
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).excavationDepth,
|
|
10655
10683
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).excavationDepth = $event),
|
|
10656
|
-
min:
|
|
10684
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minExcavationDepth,
|
|
10657
10685
|
step: 100,
|
|
10658
|
-
max:
|
|
10686
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxExcavationDepth,
|
|
10659
10687
|
"controls-position": "right",
|
|
10660
10688
|
onInput: _cache[6] || (_cache[6] = $event => changeHeight())
|
|
10661
10689
|
}, null, 8
|
|
10662
10690
|
/* PROPS */
|
|
10663
|
-
, ["modelValue"])]),
|
|
10691
|
+
, ["modelValue", "min", "max"])]),
|
|
10664
10692
|
_: 1
|
|
10665
10693
|
/* STABLE */
|
|
10666
10694
|
|
|
@@ -10869,7 +10897,6 @@ const ExcavateFillAnalysisvue_type_script_setup_true_lang_js_hoisted_6 = {
|
|
|
10869
10897
|
|
|
10870
10898
|
|
|
10871
10899
|
|
|
10872
|
-
|
|
10873
10900
|
const ExcavateFillAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
10874
10901
|
name: "Kq3dExcavateFillAnalysis"
|
|
10875
10902
|
};
|
|
@@ -10899,8 +10926,15 @@ const ExcavateFillAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
10899
10926
|
|
|
10900
10927
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
10901
10928
|
altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 2920,
|
|
10929
|
+
// 基准高度
|
|
10930
|
+
minAltitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 0,
|
|
10931
|
+
// 基准高度区间最小值
|
|
10932
|
+
maxAltitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 5000,
|
|
10933
|
+
// 基准高度区间最大值
|
|
10902
10934
|
excavateColor: props.settingParams && props.settingParams.excavateColor || "#67C23A",
|
|
10903
|
-
|
|
10935
|
+
// 挖方颜色
|
|
10936
|
+
fillColor: props.settingParams && props.settingParams.fillColor || "#E6A23C" // // 填方颜色
|
|
10937
|
+
|
|
10904
10938
|
});
|
|
10905
10939
|
let viewModel = null;
|
|
10906
10940
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
@@ -11047,12 +11081,12 @@ const ExcavateFillAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11047
11081
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).altitudeHeight,
|
|
11048
11082
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).altitudeHeight = $event),
|
|
11049
11083
|
step: 100,
|
|
11050
|
-
min: 0,
|
|
11051
|
-
max:
|
|
11084
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minAltitudeHeight,
|
|
11085
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxAltitudeHeight,
|
|
11052
11086
|
onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
11053
11087
|
}, null, 8
|
|
11054
11088
|
/* PROPS */
|
|
11055
|
-
, ["modelValue"])]),
|
|
11089
|
+
, ["modelValue", "min", "max"])]),
|
|
11056
11090
|
_: 1
|
|
11057
11091
|
/* STABLE */
|
|
11058
11092
|
|
|
@@ -11065,14 +11099,14 @@ const ExcavateFillAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11065
11099
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
11066
11100
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).altitudeHeight,
|
|
11067
11101
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).altitudeHeight = $event),
|
|
11068
|
-
min: 0,
|
|
11102
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minAltitudeHeight,
|
|
11069
11103
|
step: 100,
|
|
11070
|
-
max:
|
|
11104
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxAltitudeHeight,
|
|
11071
11105
|
"controls-position": "right",
|
|
11072
11106
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
11073
11107
|
}, null, 8
|
|
11074
11108
|
/* PROPS */
|
|
11075
|
-
, ["modelValue"])]),
|
|
11109
|
+
, ["modelValue", "min", "max"])]),
|
|
11076
11110
|
_: 1
|
|
11077
11111
|
/* STABLE */
|
|
11078
11112
|
|
|
@@ -11474,8 +11508,6 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11474
11508
|
};
|
|
11475
11509
|
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(FloodAnalysisvue_type_script_setup_true_lang_js_default_, {
|
|
11476
11510
|
props: {
|
|
11477
|
-
// 每个地图相关组件的必须参数 非必传 指定组件绑定的map对象的div的id
|
|
11478
|
-
mapTarget: String,
|
|
11479
11511
|
// 是否显示淹没模式下拉选择框
|
|
11480
11512
|
isShowMode: {
|
|
11481
11513
|
type: Boolean,
|
|
@@ -11492,7 +11524,8 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11492
11524
|
}) {
|
|
11493
11525
|
const props = __props;
|
|
11494
11526
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)({});
|
|
11495
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)("");
|
|
11527
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(""); // 淹没色调图片
|
|
11528
|
+
|
|
11496
11529
|
const colorImages = [{
|
|
11497
11530
|
value: "0",
|
|
11498
11531
|
src: const_image_namespaceObject.RED_TO_PURPLE_URL
|
|
@@ -11506,23 +11539,44 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11506
11539
|
|
|
11507
11540
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.reactive)({
|
|
11508
11541
|
floodMode: props.settingParams && props.settingParams.floodMode || 0,
|
|
11542
|
+
// 淹没模式:0:地形淹没 1:模型淹没
|
|
11509
11543
|
floodDirection: props.settingParams && props.settingParams.floodDirection || 1,
|
|
11510
|
-
|
|
11511
|
-
|
|
11544
|
+
// 淹没方向,0:单向 1:双向
|
|
11545
|
+
floodSpeed: props.settingParams && props.settingParams.floodSpeed || 2,
|
|
11546
|
+
// 淹没速度
|
|
11547
|
+
minFloodSpeed: props.settingParams && props.settingParams.minFloodSpeed || 0,
|
|
11548
|
+
// 淹没速度最小值
|
|
11549
|
+
maxFloodSpeed: props.settingParams && props.settingParams.maxFloodSpeed || 100,
|
|
11550
|
+
// 淹没速度最大值
|
|
11512
11551
|
floodAlpha: props.settingParams && props.settingParams.floodAlpha || 0.85,
|
|
11552
|
+
// 淹没透明度
|
|
11553
|
+
minFloodAlpha: props.settingParams && props.settingParams.minFloodAlpha || 0,
|
|
11554
|
+
// 淹没透明度范围最小值
|
|
11555
|
+
maxFloodAlpha: props.settingParams && props.settingParams.maxFloodAlpha || 1,
|
|
11556
|
+
// 淹没透明度范围最大值
|
|
11513
11557
|
floodHeightStep: props.settingParams && props.settingParams.floodHeightStep || 100,
|
|
11558
|
+
// 淹没高度的控件间隔
|
|
11514
11559
|
floodMinHeight: props.settingParams && props.settingParams.floodMinHeight || 1200,
|
|
11515
|
-
|
|
11560
|
+
// 淹没高度最小值
|
|
11561
|
+
minFloodMinHeight: props.settingParams && props.settingParams.minFloodMinHeight || 0,
|
|
11562
|
+
// 淹没最小高度范围的最小值
|
|
11563
|
+
maxFloodMinHeight: props.settingParams && props.settingParams.maxFloodMinHeight || 10000,
|
|
11564
|
+
// 淹没最小高度范围的最大值
|
|
11516
11565
|
floodMaxHeight: props.settingParams && props.settingParams.floodMaxHeight || 5000,
|
|
11517
|
-
|
|
11518
|
-
|
|
11566
|
+
// 淹没高度最大值
|
|
11567
|
+
minFloodMaxHeight: props.settingParams && props.settingParams.minFloodMaxHeight || 0,
|
|
11568
|
+
// 淹没最大高度范围的最小值
|
|
11569
|
+
maxFloodMaxHeight: props.settingParams && props.settingParams.maxFloodMaxHeight || 10000,
|
|
11570
|
+
// 淹没最大高度范围的最大值
|
|
11571
|
+
floodColorImage: props.settingParams && props.settingParams.floodColorImage || "0" // 淹没纹理色带值
|
|
11572
|
+
|
|
11519
11573
|
});
|
|
11520
11574
|
let viewModel = null;
|
|
11521
11575
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
11522
|
-
gis_utils_namespaceObject.utils.getWebMap(
|
|
11576
|
+
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
11523
11577
|
if (scenceView) {
|
|
11524
11578
|
language.value = scenceView._language;
|
|
11525
|
-
|
|
11579
|
+
viewModel = new FloodAnalysisViewModel(scenceView, {
|
|
11526
11580
|
mode: formItem.floodMode,
|
|
11527
11581
|
moveMode: formItem.floodDirection,
|
|
11528
11582
|
speed: formItem.floodSpeed,
|
|
@@ -11530,14 +11584,13 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11530
11584
|
minHeight: formItem.floodMinHeight,
|
|
11531
11585
|
maxHeight: formItem.floodMaxHeight,
|
|
11532
11586
|
colorImage: formItem.floodColorImage
|
|
11533
|
-
};
|
|
11534
|
-
viewModel = new FloodAnalysisViewModel(scenceView, options);
|
|
11587
|
+
});
|
|
11535
11588
|
}
|
|
11536
11589
|
});
|
|
11537
11590
|
}); //获取图片路径
|
|
11538
11591
|
|
|
11539
11592
|
function getImagePath(value) {
|
|
11540
|
-
var imagePath =
|
|
11593
|
+
var imagePath = "";
|
|
11541
11594
|
var image = colorImages.find(item => item.value === value);
|
|
11542
11595
|
|
|
11543
11596
|
if (image) {
|
|
@@ -11545,19 +11598,22 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11545
11598
|
}
|
|
11546
11599
|
|
|
11547
11600
|
return imagePath;
|
|
11548
|
-
}
|
|
11601
|
+
} // 开始分析
|
|
11549
11602
|
|
|
11550
11603
|
|
|
11551
11604
|
function startAnalysis() {
|
|
11552
11605
|
viewModel && viewModel.start();
|
|
11553
|
-
}
|
|
11606
|
+
} // 清除结果
|
|
11554
11607
|
|
|
11555
11608
|
|
|
11556
11609
|
function clearResult() {
|
|
11557
11610
|
viewModel && viewModel.clear();
|
|
11558
|
-
}
|
|
11611
|
+
} // 参数切换
|
|
11612
|
+
|
|
11559
11613
|
|
|
11560
11614
|
function paramsChanged(key) {
|
|
11615
|
+
if (!viewModel) return;
|
|
11616
|
+
|
|
11561
11617
|
switch (key) {
|
|
11562
11618
|
case "mode":
|
|
11563
11619
|
viewModel.setMoveMode(formItem.floodMode);
|
|
@@ -11737,12 +11793,12 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11737
11793
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodSpeed,
|
|
11738
11794
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodSpeed = $event),
|
|
11739
11795
|
step: 1,
|
|
11740
|
-
min: 0,
|
|
11741
|
-
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).
|
|
11796
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodSpeed,
|
|
11797
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodSpeed,
|
|
11742
11798
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('speed'))
|
|
11743
11799
|
}, null, 8
|
|
11744
11800
|
/* PROPS */
|
|
11745
|
-
, ["modelValue", "max"])]),
|
|
11801
|
+
, ["modelValue", "min", "max"])]),
|
|
11746
11802
|
_: 1
|
|
11747
11803
|
/* STABLE */
|
|
11748
11804
|
|
|
@@ -11752,14 +11808,14 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11752
11808
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
11753
11809
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodSpeed,
|
|
11754
11810
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodSpeed = $event),
|
|
11755
|
-
min: 0,
|
|
11756
|
-
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).
|
|
11811
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodSpeed,
|
|
11812
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodSpeed,
|
|
11757
11813
|
step: 1,
|
|
11758
11814
|
"controls-position": "right",
|
|
11759
11815
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('speed'))
|
|
11760
11816
|
}, null, 8
|
|
11761
11817
|
/* PROPS */
|
|
11762
|
-
, ["modelValue", "max"])]),
|
|
11818
|
+
, ["modelValue", "min", "max"])]),
|
|
11763
11819
|
_: 1
|
|
11764
11820
|
/* STABLE */
|
|
11765
11821
|
|
|
@@ -11793,12 +11849,12 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11793
11849
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodAlpha,
|
|
11794
11850
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodAlpha = $event),
|
|
11795
11851
|
step: 0.01,
|
|
11796
|
-
min: 0,
|
|
11797
|
-
max:
|
|
11852
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodAlpha,
|
|
11853
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodAlpha,
|
|
11798
11854
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('alpha'))
|
|
11799
11855
|
}, null, 8
|
|
11800
11856
|
/* PROPS */
|
|
11801
|
-
, ["modelValue", "step"])]),
|
|
11857
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
11802
11858
|
_: 1
|
|
11803
11859
|
/* STABLE */
|
|
11804
11860
|
|
|
@@ -11808,14 +11864,14 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11808
11864
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
11809
11865
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodAlpha,
|
|
11810
11866
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodAlpha = $event),
|
|
11811
|
-
min: 0,
|
|
11812
|
-
max:
|
|
11867
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodAlpha,
|
|
11868
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodAlpha,
|
|
11813
11869
|
step: 0.01,
|
|
11814
11870
|
"controls-position": "right",
|
|
11815
11871
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('alpha'))
|
|
11816
11872
|
}, null, 8
|
|
11817
11873
|
/* PROPS */
|
|
11818
|
-
, ["modelValue", "step"])]),
|
|
11874
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
11819
11875
|
_: 1
|
|
11820
11876
|
/* STABLE */
|
|
11821
11877
|
|
|
@@ -11849,12 +11905,12 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11849
11905
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMinHeight,
|
|
11850
11906
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMinHeight = $event),
|
|
11851
11907
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodHeightStep,
|
|
11852
|
-
min: 0,
|
|
11853
|
-
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).
|
|
11908
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodMinHeight,
|
|
11909
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodMinHeight,
|
|
11854
11910
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('minHeight'))
|
|
11855
11911
|
}, null, 8
|
|
11856
11912
|
/* PROPS */
|
|
11857
|
-
, ["modelValue", "step", "max"])]),
|
|
11913
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
11858
11914
|
_: 1
|
|
11859
11915
|
/* STABLE */
|
|
11860
11916
|
|
|
@@ -11864,14 +11920,14 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11864
11920
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
11865
11921
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMinHeight,
|
|
11866
11922
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMinHeight = $event),
|
|
11867
|
-
min: 0,
|
|
11868
|
-
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).
|
|
11923
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodMinHeight,
|
|
11924
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodMinHeight,
|
|
11869
11925
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodHeightStep,
|
|
11870
11926
|
"controls-position": "right",
|
|
11871
11927
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('minHeight'))
|
|
11872
11928
|
}, null, 8
|
|
11873
11929
|
/* PROPS */
|
|
11874
|
-
, ["modelValue", "max", "step"])]),
|
|
11930
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
11875
11931
|
_: 1
|
|
11876
11932
|
/* STABLE */
|
|
11877
11933
|
|
|
@@ -11905,12 +11961,12 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11905
11961
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMaxHeight,
|
|
11906
11962
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMaxHeight = $event),
|
|
11907
11963
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodHeightStep,
|
|
11908
|
-
min: 0,
|
|
11909
|
-
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).
|
|
11964
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodMaxHeight,
|
|
11965
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodMaxHeight,
|
|
11910
11966
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('maxHeight'))
|
|
11911
11967
|
}, null, 8
|
|
11912
11968
|
/* PROPS */
|
|
11913
|
-
, ["modelValue", "step", "max"])]),
|
|
11969
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
11914
11970
|
_: 1
|
|
11915
11971
|
/* STABLE */
|
|
11916
11972
|
|
|
@@ -11920,14 +11976,14 @@ const FloodAnalysisvue_type_script_setup_true_lang_js_default_ = {
|
|
|
11920
11976
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_input_number, {
|
|
11921
11977
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMaxHeight,
|
|
11922
11978
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodMaxHeight = $event),
|
|
11923
|
-
min: 0,
|
|
11924
|
-
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).
|
|
11979
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).minFloodMaxHeight,
|
|
11980
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).maxFloodMaxHeight,
|
|
11925
11981
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(formItem).floodHeightStep,
|
|
11926
11982
|
"controls-position": "right",
|
|
11927
11983
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('maxHeight'))
|
|
11928
11984
|
}, null, 8
|
|
11929
11985
|
/* PROPS */
|
|
11930
|
-
, ["modelValue", "max", "step"])]),
|
|
11986
|
+
, ["modelValue", "min", "max", "step"])]),
|
|
11931
11987
|
_: 1
|
|
11932
11988
|
/* STABLE */
|
|
11933
11989
|
|
|
@@ -22635,7 +22691,10 @@ const StatusBarvue_type_script_setup_true_lang_js_default_ = {
|
|
|
22635
22691
|
// 隐藏视点高
|
|
22636
22692
|
hideEyeAlt: Boolean,
|
|
22637
22693
|
// 隐藏版权信息
|
|
22638
|
-
hideCopyright:
|
|
22694
|
+
hideCopyright: {
|
|
22695
|
+
type: Boolean,
|
|
22696
|
+
default: true
|
|
22697
|
+
},
|
|
22639
22698
|
// 版权信息文字
|
|
22640
22699
|
copyrightText: String
|
|
22641
22700
|
},
|
|
@@ -22658,23 +22717,23 @@ const StatusBarvue_type_script_setup_true_lang_js_default_ = {
|
|
|
22658
22717
|
}));
|
|
22659
22718
|
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
|
|
22660
22719
|
|
|
22661
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
22662
|
-
var
|
|
22663
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
22720
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
22721
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss = __webpack_require__(339);
|
|
22722
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
22664
22723
|
|
|
22665
22724
|
|
|
22666
22725
|
|
|
22667
|
-
var
|
|
22726
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options = {};
|
|
22668
22727
|
|
|
22669
|
-
|
|
22670
|
-
|
|
22728
|
+
StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options.insert = "head";
|
|
22729
|
+
StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options.singleton = false;
|
|
22671
22730
|
|
|
22672
|
-
var
|
|
22731
|
+
var StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss/* default */.Z, StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss_options);
|
|
22673
22732
|
|
|
22674
22733
|
|
|
22675
22734
|
|
|
22676
|
-
/* harmony default export */ var
|
|
22677
|
-
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=
|
|
22735
|
+
/* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss = (StatusBarvue_type_style_index_0_id_6670a5a4_lang_scss/* default.locals */.Z.locals || {});
|
|
22736
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=6670a5a4&lang=scss
|
|
22678
22737
|
|
|
22679
22738
|
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
|
|
22680
22739
|
|