@kq_npm/client3d_webgl_vue 4.3.3-beta → 4.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +4 -35
- package/adddata/style/adddata.css +1 -110
- package/aspectanalysis/style/aspectanalysis.css +1 -101
- package/baseterraingallery/index.js +2 -2
- package/baseterraingallery/style/baseterraingallery.css +1 -88
- package/boxclip/index.js +0 -10
- package/boxclip/style/boxclip.css +1 -97
- package/clientPrint/index.js +15 -5
- package/clientPrint/style/clientPrint.css +1 -461
- package/comparemap/index.js +145 -136
- package/comparemap/style/comparemap.css +1 -35
- package/compass/index.js +2 -2
- package/excavatefillanalysis/index.js +2 -2
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -140
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +3 -13
- package/flight/style/flight.css +1 -150
- package/floodanalysis/style/floodanalysis.css +1 -95
- package/geologicalbodyanalysis/index.js +0 -10
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +1 -64
- package/gpuspatialquery/index.js +0 -10
- package/gpuspatialquery/style/gpuspatialquery.css +1 -88
- package/hawkeye/index.js +2 -2
- package/index.js +1969 -535
- package/isolineanalysis/style/isolineanalysis.css +1 -113
- package/light/index.js +169 -170
- package/light/style/light.css +1 -104
- package/limitheightanalysis/index.js +125 -126
- package/limitheightanalysis/style/limitheightanalysis.css +1 -88
- package/measure/index.js +141 -24
- package/measure/style/measure.css +1 -84
- package/modelFlat/index.js +0 -10
- package/modelFlat/style/modelFlat.css +1 -66
- package/modelexcavate/index.js +98 -60
- package/modelexcavate/style/modelexcavate.css +1 -66
- package/modelfilter/index.js +0 -10
- package/modelfilter/style/modelfilter.css +1 -66
- package/modelprofileanalysis/index.js +164 -165
- package/modelprofileanalysis/style/modelprofileanalysis.css +1 -94
- package/modelselect/index.js +0 -10
- package/modelselect/style/modelselect.css +1 -28
- package/package.json +1 -1
- package/particleeffect/index.js +0 -10
- package/particleeffect/style/particleeffect.css +1 -94
- package/planeclip/index.js +0 -10
- package/planeclip/style/planeclip.css +1 -94
- package/resetview/index.js +2 -2
- package/roller/index.js +170 -171
- package/roller/style/roller.css +1 -59
- package/scaneffect/index.js +0 -10
- package/scaneffect/style/scaneffect.css +1 -101
- package/sceneset/index.js +1 -10
- package/sceneset/style/sceneset.css +1 -86
- package/sceneview/index.js +2029 -567
- package/sceneview/style/sceneview.css +1 -127
- package/screenshot/index.js +158 -159
- package/screenshot/style/screenshot.css +1 -53
- package/shadowanalysis/style/shadowanalysis.css +1 -141
- package/sightlineanalysis/index.js +5 -7
- package/sightlineanalysis/style/divpoint.css +1 -22
- package/sightlineanalysis/style/sightlineanalysis.css +1 -85
- package/skylineanalysis/style/skylineanalysis.css +1 -100
- package/slopeanalysis/index.js +16 -11
- package/slopeanalysis/style/slopeanalysis.css +1 -101
- package/slopeaspectanalysis/index.js +1512 -0
- package/slopeaspectanalysis/style/index.js +3 -0
- package/slopeaspectanalysis/style/slopeaspectanalysis.css +1 -0
- package/statusbar/index.js +3 -12
- package/style.css +1 -3817
- package/terrainoperation/index.js +0 -10
- package/terrainoperation/style/terrainoperation.css +1 -66
- package/terrainprofileanalysis/index.js +0 -10
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +1 -83
- package/underground/index.js +3 -3
- package/underground/style/underground.css +1 -19
- package/videofusion/index.js +5 -35
- package/videofusion/style/videofusion.css +1 -104
- package/videoproject/index.js +5 -35
- package/videoproject/style/videoproject.css +1 -104
- package/viewshedanalysis/style/viewshedanalysis.css +1 -88
- package/weathereffect/style/weathereffect.css +1 -95
- package/wireframesketch/index.js +0 -10
- package/wireframesketch/style/wireframesketch.css +1 -12
package/sceneview/index.js
CHANGED
|
@@ -12,7 +12,7 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
14
|
/***/ 7705:
|
|
15
|
-
/***/ (function(module
|
|
15
|
+
/***/ (function(module) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
18
|
|
|
@@ -23,8 +23,6 @@ return /******/ (function() { // webpackBootstrap
|
|
|
23
23
|
// css base code, injected by the css-loader
|
|
24
24
|
// eslint-disable-next-line func-names
|
|
25
25
|
|
|
26
|
-
__webpack_require__(2118);
|
|
27
|
-
|
|
28
26
|
module.exports = function (cssWithMappingToString) {
|
|
29
27
|
var list = []; // return the list of modules as css string
|
|
30
28
|
|
|
@@ -87,7 +85,9 @@ module.exports = function (cssWithMappingToString) {
|
|
|
87
85
|
/***/ }),
|
|
88
86
|
|
|
89
87
|
/***/ 3961:
|
|
90
|
-
/***/ (function(module) {
|
|
88
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
89
|
+
|
|
90
|
+
__webpack_require__(4271);
|
|
91
91
|
|
|
92
92
|
!function (e, t) {
|
|
93
93
|
true ? module.exports = t() : 0;
|
|
@@ -457,8 +457,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
457
457
|
|
|
458
458
|
// UNUSED EXPORTS: AddDataViewModel
|
|
459
459
|
|
|
460
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
461
|
-
var
|
|
460
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
461
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
462
462
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
463
463
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
464
464
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
@@ -469,12 +469,6 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
469
469
|
var gis_utils_ = __webpack_require__(7135);
|
|
470
470
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
471
471
|
var defineProperty = __webpack_require__(8270);
|
|
472
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
473
|
-
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
474
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
475
|
-
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
476
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
477
|
-
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
478
472
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/webmapservice"
|
|
479
473
|
var webmapservice_ = __webpack_require__(3217);
|
|
480
474
|
var webmapservice_default = /*#__PURE__*/__webpack_require__.n(webmapservice_);
|
|
@@ -493,10 +487,6 @@ var external_papaparse_default = /*#__PURE__*/__webpack_require__.n(external_pap
|
|
|
493
487
|
|
|
494
488
|
|
|
495
489
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
490
|
//添加数据逻辑类
|
|
501
491
|
|
|
502
492
|
class AddDataViewModel {
|
|
@@ -3200,13 +3190,13 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
3200
3190
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3201
3191
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
3202
3192
|
/* harmony export */ });
|
|
3203
|
-
/* harmony import */ var
|
|
3193
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
3204
3194
|
|
|
3205
3195
|
//在线地形逻辑类
|
|
3206
3196
|
class BaseterrainGalleryViewModel {
|
|
3207
3197
|
//基本地形对象
|
|
3208
3198
|
constructor(viewer) {
|
|
3209
|
-
(0,
|
|
3199
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
3210
3200
|
|
|
3211
3201
|
this._baseterrainGallery.viewer = viewer;
|
|
3212
3202
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
@@ -3618,13 +3608,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
3618
3608
|
var gis_utils_ = __webpack_require__(7135);
|
|
3619
3609
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
3620
3610
|
var defineProperty = __webpack_require__(8270);
|
|
3621
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
3622
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
3623
3611
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
3624
3612
|
var message = __webpack_require__(3694);
|
|
3625
3613
|
;// CONCATENATED MODULE: ./src/webgl/boxclip/BoxClipViewModel.js
|
|
3626
3614
|
|
|
3627
|
-
|
|
3628
3615
|
//Box裁剪逻辑类
|
|
3629
3616
|
|
|
3630
3617
|
class BoxClipViewModel {
|
|
@@ -4753,8 +4740,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
4753
4740
|
"default": function() { return /* reexport */ ClientPrint; }
|
|
4754
4741
|
});
|
|
4755
4742
|
|
|
4756
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
4757
|
-
var
|
|
4743
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
4744
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
4758
4745
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
4759
4746
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
4760
4747
|
;// CONCATENATED MODULE: external "html2canvas"
|
|
@@ -6854,39 +6841,23 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
6854
6841
|
|
|
6855
6842
|
/***/ }),
|
|
6856
6843
|
|
|
6857
|
-
/***/
|
|
6844
|
+
/***/ 6938:
|
|
6858
6845
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6859
6846
|
|
|
6860
6847
|
"use strict";
|
|
6861
|
-
|
|
6862
|
-
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
});
|
|
6866
|
-
|
|
6867
|
-
// UNUSED EXPORTS: CompareMapViewModel
|
|
6868
|
-
|
|
6869
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
6870
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
6871
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
6872
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
6873
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
6874
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
6875
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
6876
|
-
var defineProperty = __webpack_require__(8270);
|
|
6877
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
6878
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
6879
|
-
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapViewModel.js
|
|
6880
|
-
|
|
6848
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6849
|
+
/* harmony export */ "Z": function() { return /* binding */ CompareMapViewModel; }
|
|
6850
|
+
/* harmony export */ });
|
|
6851
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
6881
6852
|
|
|
6882
6853
|
//多窗口逻辑类
|
|
6883
6854
|
class CompareMapViewModel {
|
|
6884
6855
|
// 三维视图对象
|
|
6885
6856
|
//三维viewer对象
|
|
6886
6857
|
constructor(scenceView, options = {}) {
|
|
6887
|
-
(0,
|
|
6858
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scenceView", null);
|
|
6888
6859
|
|
|
6889
|
-
(0,
|
|
6860
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
6890
6861
|
|
|
6891
6862
|
this._scenceView = scenceView;
|
|
6892
6863
|
this._viewer = scenceView._viewer;
|
|
@@ -7004,10 +6975,36 @@ class CompareMapViewModel {
|
|
|
7004
6975
|
}
|
|
7005
6976
|
|
|
7006
6977
|
}
|
|
6978
|
+
|
|
6979
|
+
/***/ }),
|
|
6980
|
+
|
|
6981
|
+
/***/ 1670:
|
|
6982
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6983
|
+
|
|
6984
|
+
"use strict";
|
|
6985
|
+
|
|
6986
|
+
// EXPORTS
|
|
6987
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
6988
|
+
"default": function() { return /* reexport */ CompareMap; }
|
|
6989
|
+
});
|
|
6990
|
+
|
|
6991
|
+
// UNUSED EXPORTS: CompareMapViewModel
|
|
6992
|
+
|
|
6993
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
6994
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
6995
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
6996
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
6997
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
6998
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
6999
|
+
// EXTERNAL MODULE: ./src/webgl/comparemap/CompareMapViewModel.js
|
|
7000
|
+
var CompareMapViewModel = __webpack_require__(6938);
|
|
7001
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
7002
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
7007
7003
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
7008
7004
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
7009
7005
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/comparemap/CompareMapTree.vue?vue&type=script&setup=true&lang=js
|
|
7010
7006
|
|
|
7007
|
+
|
|
7011
7008
|
const _hoisted_1 = {
|
|
7012
7009
|
class: "kq3d-compare-map-tree"
|
|
7013
7010
|
};
|
|
@@ -7209,7 +7206,7 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7209
7206
|
splitLineColor: props.splitLineColor,
|
|
7210
7207
|
splitLineWidth: props.splitLineWidth
|
|
7211
7208
|
};
|
|
7212
|
-
viewModel = new CompareMapViewModel(scenceView, options);
|
|
7209
|
+
viewModel = new CompareMapViewModel/* default */.Z(scenceView, options);
|
|
7213
7210
|
}
|
|
7214
7211
|
});
|
|
7215
7212
|
}); //切换窗口模式
|
|
@@ -7372,13 +7369,13 @@ CompareMap.install = (Vue, opts) => {
|
|
|
7372
7369
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7373
7370
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
7374
7371
|
/* harmony export */ });
|
|
7375
|
-
/* harmony import */ var
|
|
7372
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7376
7373
|
|
|
7377
7374
|
// 重置视图
|
|
7378
7375
|
class CompassViewModel {
|
|
7379
7376
|
//三维viewer对象
|
|
7380
7377
|
constructor(viewer) {
|
|
7381
|
-
(0,
|
|
7378
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
7382
7379
|
|
|
7383
7380
|
this._viewer = viewer;
|
|
7384
7381
|
} //重置方向
|
|
@@ -7823,9 +7820,9 @@ const __default__ = {
|
|
|
7823
7820
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
7824
7821
|
altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 2920,
|
|
7825
7822
|
// 基准高度
|
|
7826
|
-
minAltitudeHeight: props.settingParams && props.settingParams.
|
|
7823
|
+
minAltitudeHeight: props.settingParams && props.settingParams.minAltitudeHeight || 0,
|
|
7827
7824
|
// 基准高度区间最小值
|
|
7828
|
-
maxAltitudeHeight: props.settingParams && props.settingParams.
|
|
7825
|
+
maxAltitudeHeight: props.settingParams && props.settingParams.maxAltitudeHeight || 5000,
|
|
7829
7826
|
// 基准高度区间最大值
|
|
7830
7827
|
excavateColor: props.settingParams && props.settingParams.excavateColor || "#67C23A",
|
|
7831
7828
|
// 挖方颜色
|
|
@@ -8243,13 +8240,13 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
|
8243
8240
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8244
8241
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
8245
8242
|
/* harmony export */ });
|
|
8246
|
-
/* harmony import */ var
|
|
8243
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
8247
8244
|
|
|
8248
8245
|
// 三维固定缩放逻辑
|
|
8249
8246
|
class FixedZoomin3dViewModel {
|
|
8250
8247
|
//三维viewer对象
|
|
8251
8248
|
constructor(viewer) {
|
|
8252
|
-
(0,
|
|
8249
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
8253
8250
|
|
|
8254
8251
|
this._viewer = viewer;
|
|
8255
8252
|
} //获取相机焦点
|
|
@@ -8455,13 +8452,13 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
8455
8452
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8456
8453
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
8457
8454
|
/* harmony export */ });
|
|
8458
|
-
/* harmony import */ var
|
|
8455
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
8459
8456
|
|
|
8460
8457
|
// 三维固定缩放逻辑
|
|
8461
8458
|
class FixedZoomout3dViewModel {
|
|
8462
8459
|
//三维viewer对象
|
|
8463
8460
|
constructor(viewer) {
|
|
8464
|
-
(0,
|
|
8461
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
8465
8462
|
|
|
8466
8463
|
this._viewer = viewer;
|
|
8467
8464
|
} //获取相机焦点
|
|
@@ -8667,16 +8664,16 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
8667
8664
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8668
8665
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
8669
8666
|
/* harmony export */ });
|
|
8670
|
-
/* harmony import */ var
|
|
8667
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
8671
8668
|
|
|
8672
8669
|
//飞行操作类
|
|
8673
8670
|
class FlightViewModel {
|
|
8674
8671
|
//飞行三维对象
|
|
8675
8672
|
//停止事件
|
|
8676
8673
|
constructor(viewer) {
|
|
8677
|
-
(0,
|
|
8674
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
8678
8675
|
|
|
8679
|
-
(0,
|
|
8676
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
8680
8677
|
|
|
8681
8678
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
8682
8679
|
this.stopEvent = this._animationPath.stoped;
|
|
@@ -8788,8 +8785,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
8788
8785
|
|
|
8789
8786
|
// UNUSED EXPORTS: FlightViewModel
|
|
8790
8787
|
|
|
8791
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
8792
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
8793
8788
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
8794
8789
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
8795
8790
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
@@ -8808,7 +8803,6 @@ var util_ = __webpack_require__(3458);
|
|
|
8808
8803
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
8809
8804
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
8810
8805
|
|
|
8811
|
-
|
|
8812
8806
|
const _hoisted_1 = {
|
|
8813
8807
|
class: "kq-flight3d-box"
|
|
8814
8808
|
};
|
|
@@ -10756,13 +10750,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
10756
10750
|
var gis_utils_ = __webpack_require__(7135);
|
|
10757
10751
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
10758
10752
|
var defineProperty = __webpack_require__(8270);
|
|
10759
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
10760
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
10761
10753
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
10762
10754
|
var message = __webpack_require__(3694);
|
|
10763
10755
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysisViewModel.js
|
|
10764
10756
|
|
|
10765
|
-
|
|
10766
10757
|
//地质体分析逻辑类
|
|
10767
10758
|
|
|
10768
10759
|
class GeologicalBodyAnalysisViewModel {
|
|
@@ -11500,13 +11491,10 @@ var external_xe_utils_namespaceObject = require("xe-utils");
|
|
|
11500
11491
|
var external_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_xe_utils_namespaceObject);
|
|
11501
11492
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
11502
11493
|
var defineProperty = __webpack_require__(8270);
|
|
11503
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
11504
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
11505
11494
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
11506
11495
|
var message = __webpack_require__(3694);
|
|
11507
11496
|
;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/GPUSpatialQueryViewModel.js
|
|
11508
11497
|
|
|
11509
|
-
|
|
11510
11498
|
//GPU空间查询逻辑类
|
|
11511
11499
|
|
|
11512
11500
|
class GPUSpatialQueryViewModel {
|
|
@@ -12485,13 +12473,13 @@ GPUSpatialQuery.install = (Vue, opts) => {
|
|
|
12485
12473
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12486
12474
|
/* harmony export */ "Z": function() { return /* binding */ HawkeyeViewModel; }
|
|
12487
12475
|
/* harmony export */ });
|
|
12488
|
-
/* harmony import */ var
|
|
12476
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12489
12477
|
|
|
12490
12478
|
//鹰眼逻辑类
|
|
12491
12479
|
class HawkeyeViewModel {
|
|
12492
12480
|
//鹰眼三维对象
|
|
12493
12481
|
constructor(scenceView, options) {
|
|
12494
|
-
(0,
|
|
12482
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_overviewMap", null);
|
|
12495
12483
|
|
|
12496
12484
|
options.viewer = scenceView._viewer;
|
|
12497
12485
|
options.centerRectColor = Cesium.Color.fromCssColorString(options.centerColor || "#0000ff").withAlpha(options.centerColorAlpha || 0.5);
|
|
@@ -15468,30 +15456,14 @@ IsolineAnalysis.install = (Vue, opts) => {
|
|
|
15468
15456
|
|
|
15469
15457
|
/***/ }),
|
|
15470
15458
|
|
|
15471
|
-
/***/
|
|
15459
|
+
/***/ 2257:
|
|
15472
15460
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
15473
15461
|
|
|
15474
15462
|
"use strict";
|
|
15475
|
-
|
|
15476
|
-
|
|
15477
|
-
|
|
15478
|
-
|
|
15479
|
-
});
|
|
15480
|
-
|
|
15481
|
-
// UNUSED EXPORTS: LightViewModel
|
|
15482
|
-
|
|
15483
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
15484
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
15485
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
15486
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
15487
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
15488
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
15489
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
15490
|
-
var defineProperty = __webpack_require__(8270);
|
|
15491
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
15492
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
15493
|
-
;// CONCATENATED MODULE: ./src/webgl/light/LightViewModel.js
|
|
15494
|
-
|
|
15463
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15464
|
+
/* harmony export */ "Z": function() { return /* binding */ LightViewModel; }
|
|
15465
|
+
/* harmony export */ });
|
|
15466
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
15495
15467
|
|
|
15496
15468
|
//灯光特效逻辑类
|
|
15497
15469
|
class LightViewModel {
|
|
@@ -15503,21 +15475,21 @@ class LightViewModel {
|
|
|
15503
15475
|
//灯光存储参数对象
|
|
15504
15476
|
//灯光对象集合
|
|
15505
15477
|
constructor(scenceView, options) {
|
|
15506
|
-
(0,
|
|
15478
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
15507
15479
|
|
|
15508
|
-
(0,
|
|
15480
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_light", null);
|
|
15509
15481
|
|
|
15510
|
-
(0,
|
|
15482
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lightModel", null);
|
|
15511
15483
|
|
|
15512
|
-
(0,
|
|
15484
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lightModelDs", null);
|
|
15513
15485
|
|
|
15514
|
-
(0,
|
|
15486
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
|
|
15515
15487
|
|
|
15516
|
-
(0,
|
|
15488
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_removeEventListener", null);
|
|
15517
15489
|
|
|
15518
|
-
(0,
|
|
15490
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
15519
15491
|
|
|
15520
|
-
(0,
|
|
15492
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lightList", []);
|
|
15521
15493
|
|
|
15522
15494
|
this._options = options;
|
|
15523
15495
|
this._viewer = scenceView._viewer;
|
|
@@ -15745,6 +15717,29 @@ class LightViewModel {
|
|
|
15745
15717
|
}
|
|
15746
15718
|
|
|
15747
15719
|
}
|
|
15720
|
+
|
|
15721
|
+
/***/ }),
|
|
15722
|
+
|
|
15723
|
+
/***/ 9001:
|
|
15724
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
15725
|
+
|
|
15726
|
+
"use strict";
|
|
15727
|
+
|
|
15728
|
+
// EXPORTS
|
|
15729
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
15730
|
+
"default": function() { return /* reexport */ Light; }
|
|
15731
|
+
});
|
|
15732
|
+
|
|
15733
|
+
// UNUSED EXPORTS: LightViewModel
|
|
15734
|
+
|
|
15735
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
15736
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
15737
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
15738
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
15739
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
15740
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
15741
|
+
// EXTERNAL MODULE: ./src/webgl/light/LightViewModel.js
|
|
15742
|
+
var LightViewModel = __webpack_require__(2257);
|
|
15748
15743
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
15749
15744
|
var util_ = __webpack_require__(3458);
|
|
15750
15745
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -15857,7 +15852,7 @@ const __default__ = {
|
|
|
15857
15852
|
|
|
15858
15853
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
15859
15854
|
if (scenceView) {
|
|
15860
|
-
viewModel = new LightViewModel(scenceView, formItem);
|
|
15855
|
+
viewModel = new LightViewModel/* default */.Z(scenceView, formItem);
|
|
15861
15856
|
}
|
|
15862
15857
|
});
|
|
15863
15858
|
});
|
|
@@ -16391,45 +16386,29 @@ Light.install = (Vue, opts) => {
|
|
|
16391
16386
|
|
|
16392
16387
|
/***/ }),
|
|
16393
16388
|
|
|
16394
|
-
/***/
|
|
16389
|
+
/***/ 1769:
|
|
16395
16390
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
16396
16391
|
|
|
16397
16392
|
"use strict";
|
|
16398
|
-
|
|
16399
|
-
|
|
16400
|
-
|
|
16401
|
-
|
|
16402
|
-
});
|
|
16403
|
-
|
|
16404
|
-
// UNUSED EXPORTS: LimitHeightAnalysisViewModel
|
|
16405
|
-
|
|
16406
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
16407
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
16408
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
16409
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
16410
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
16411
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
16412
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
16413
|
-
var defineProperty = __webpack_require__(8270);
|
|
16414
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
16415
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
16416
|
-
;// CONCATENATED MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysisViewModel.js
|
|
16417
|
-
|
|
16393
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16394
|
+
/* harmony export */ "Z": function() { return /* binding */ LimitHeightAnalysisViewModel; }
|
|
16395
|
+
/* harmony export */ });
|
|
16396
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
16418
16397
|
|
|
16419
16398
|
//限高分析逻辑类
|
|
16420
16399
|
class LimitHeightAnalysisViewModel {
|
|
16421
16400
|
//三维viewer对象
|
|
16422
16401
|
//限高分析存储参数对象
|
|
16423
16402
|
constructor(scenceView, options) {
|
|
16424
|
-
(0,
|
|
16403
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
16425
16404
|
|
|
16426
|
-
(0,
|
|
16405
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
16427
16406
|
|
|
16428
|
-
(0,
|
|
16407
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawManager", null);
|
|
16429
16408
|
|
|
16430
|
-
(0,
|
|
16409
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_drawFinishedEventListener", null);
|
|
16431
16410
|
|
|
16432
|
-
(0,
|
|
16411
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_limitHeightAnalysis", null);
|
|
16433
16412
|
|
|
16434
16413
|
this._viewer = scenceView._viewer;
|
|
16435
16414
|
this._options = options;
|
|
@@ -16528,6 +16507,29 @@ class LimitHeightAnalysisViewModel {
|
|
|
16528
16507
|
}
|
|
16529
16508
|
|
|
16530
16509
|
}
|
|
16510
|
+
|
|
16511
|
+
/***/ }),
|
|
16512
|
+
|
|
16513
|
+
/***/ 5551:
|
|
16514
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
16515
|
+
|
|
16516
|
+
"use strict";
|
|
16517
|
+
|
|
16518
|
+
// EXPORTS
|
|
16519
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
16520
|
+
"default": function() { return /* reexport */ LimitHeightAnalysis; }
|
|
16521
|
+
});
|
|
16522
|
+
|
|
16523
|
+
// UNUSED EXPORTS: LimitHeightAnalysisViewModel
|
|
16524
|
+
|
|
16525
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
16526
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
16527
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
16528
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
16529
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
16530
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
16531
|
+
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/LimitHeightAnalysisViewModel.js
|
|
16532
|
+
var LimitHeightAnalysisViewModel = __webpack_require__(1769);
|
|
16531
16533
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
16532
16534
|
var util_ = __webpack_require__(3458);
|
|
16533
16535
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -16653,7 +16655,7 @@ const __default__ = {
|
|
|
16653
16655
|
|
|
16654
16656
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
16655
16657
|
if (scenceView) {
|
|
16656
|
-
viewModel = new LimitHeightAnalysisViewModel(scenceView, {
|
|
16658
|
+
viewModel = new LimitHeightAnalysisViewModel/* default */.Z(scenceView, {
|
|
16657
16659
|
baseHeight: formItem.baseHeight,
|
|
16658
16660
|
limitHeight: formItem.limitHeight,
|
|
16659
16661
|
limitHeightColor: formItem.limitHeightColor,
|
|
@@ -17007,7 +17009,7 @@ LimitHeightAnalysis.install = (Vue, opts) => {
|
|
|
17007
17009
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17008
17010
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
17009
17011
|
/* harmony export */ });
|
|
17010
|
-
/* harmony import */ var
|
|
17012
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
17011
17013
|
|
|
17012
17014
|
//测量操作类
|
|
17013
17015
|
class MeasureViewModel {
|
|
@@ -17015,13 +17017,15 @@ class MeasureViewModel {
|
|
|
17015
17017
|
//测量事件
|
|
17016
17018
|
//活动事件
|
|
17017
17019
|
constructor(viewer) {
|
|
17018
|
-
(0,
|
|
17020
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
17021
|
+
|
|
17022
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
17019
17023
|
|
|
17020
|
-
(0,
|
|
17024
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
17021
17025
|
|
|
17022
|
-
(0,
|
|
17026
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
17023
17027
|
|
|
17024
|
-
(0,
|
|
17028
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "nauticalMileUnit", "nmi");
|
|
17025
17029
|
|
|
17026
17030
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(viewer);
|
|
17027
17031
|
this._viewer = viewer;
|
|
@@ -17131,8 +17135,8 @@ class MeasureViewModel {
|
|
|
17131
17135
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
17132
17136
|
break;
|
|
17133
17137
|
|
|
17134
|
-
case
|
|
17135
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
17138
|
+
case this.nauticalMileUnit:
|
|
17139
|
+
newValue = (value / 1852).toFixed(2) + " " + this.nauticalMileUnit;
|
|
17136
17140
|
break;
|
|
17137
17141
|
|
|
17138
17142
|
case "m²":
|
|
@@ -17331,6 +17335,22 @@ const _hoisted_32 = {
|
|
|
17331
17335
|
const _hoisted_33 = {
|
|
17332
17336
|
class: "res"
|
|
17333
17337
|
};
|
|
17338
|
+
const _hoisted_34 = {
|
|
17339
|
+
class: "tit"
|
|
17340
|
+
};
|
|
17341
|
+
const _hoisted_35 = {
|
|
17342
|
+
class: "res"
|
|
17343
|
+
};
|
|
17344
|
+
const _hoisted_36 = {
|
|
17345
|
+
key: 3,
|
|
17346
|
+
class: "result"
|
|
17347
|
+
};
|
|
17348
|
+
const _hoisted_37 = {
|
|
17349
|
+
class: "tit"
|
|
17350
|
+
};
|
|
17351
|
+
const _hoisted_38 = {
|
|
17352
|
+
class: "res"
|
|
17353
|
+
};
|
|
17334
17354
|
|
|
17335
17355
|
|
|
17336
17356
|
|
|
@@ -17394,11 +17414,15 @@ const __default__ = {
|
|
|
17394
17414
|
|
|
17395
17415
|
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
17396
17416
|
let isResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
17397
|
-
let
|
|
17398
|
-
let
|
|
17417
|
+
let isTips = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
17418
|
+
let distanceValue = null; // 默认显示距离的单位
|
|
17419
|
+
|
|
17420
|
+
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.distanceUnit || ""); // 海里单位选择
|
|
17421
|
+
|
|
17422
|
+
let nauticalMileUnit = props.settingParams && props.settingParams.nauticalMileUnit || "nmi"; // 面积单位
|
|
17399
17423
|
|
|
17400
17424
|
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
17401
|
-
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
17425
|
+
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
17402
17426
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
17403
17427
|
let mode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("space");
|
|
17404
17428
|
let modeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
@@ -17428,7 +17452,7 @@ const __default__ = {
|
|
|
17428
17452
|
value: "m"
|
|
17429
17453
|
}, {
|
|
17430
17454
|
label: language.value.nauticalMile,
|
|
17431
|
-
value:
|
|
17455
|
+
value: nauticalMileUnit
|
|
17432
17456
|
}];
|
|
17433
17457
|
};
|
|
17434
17458
|
|
|
@@ -17469,7 +17493,8 @@ const __default__ = {
|
|
|
17469
17493
|
});
|
|
17470
17494
|
gis_utils_.utils.getWebMap(props.target, scenceView => {
|
|
17471
17495
|
if (scenceView) {
|
|
17472
|
-
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer);
|
|
17496
|
+
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer);
|
|
17497
|
+
viewModel.nauticalMileUnit = nauticalMileUnit; //注册测量事件,以获取测量结果
|
|
17473
17498
|
|
|
17474
17499
|
viewModel.measureEvent.addEventListener(function (res) {
|
|
17475
17500
|
if (measureType.value === "distance") {
|
|
@@ -17503,7 +17528,10 @@ const __default__ = {
|
|
|
17503
17528
|
}
|
|
17504
17529
|
} else if (measureType.value === "azimuth" && res) {
|
|
17505
17530
|
if (res.positions && res.positions.length > 0) {
|
|
17506
|
-
result.value =
|
|
17531
|
+
result.value = {
|
|
17532
|
+
azimuth: res.azimuth.toFixed(4),
|
|
17533
|
+
distance: res.distance.toFixed(2)
|
|
17534
|
+
};
|
|
17507
17535
|
} else result.value = 0;
|
|
17508
17536
|
} else if (measureType.value === "slope" && res) {
|
|
17509
17537
|
if (res.positions && res.positions.length > 0) {
|
|
@@ -17528,8 +17556,6 @@ const __default__ = {
|
|
|
17528
17556
|
};
|
|
17529
17557
|
}
|
|
17530
17558
|
|
|
17531
|
-
viewModel.stopMeasure();
|
|
17532
|
-
|
|
17533
17559
|
if (res.measureResult && res.measureResult.labels && res.measureResult.labels.length > 0) {
|
|
17534
17560
|
res.measureResult.labels._labels.forEach(label => {
|
|
17535
17561
|
label.text = label.text.replace('X', language.value.longitude).replace('Y', language.value.latitude).replace('Z', language.value.elevation).replace(/\n/g, '°\n');
|
|
@@ -17544,12 +17570,52 @@ const __default__ = {
|
|
|
17544
17570
|
});
|
|
17545
17571
|
viewModel.activeEvent.addEventListener(function (active) {
|
|
17546
17572
|
if (!active) {
|
|
17547
|
-
isActive.value = null;
|
|
17573
|
+
// isActive.value = null;
|
|
17574
|
+
isTips.value = false;
|
|
17575
|
+
if (result.value === 0) return;
|
|
17548
17576
|
if (measureType.value === "height" && result.value.angle === 0) return;
|
|
17549
17577
|
if (measureType.value === "azimuth" && result.value === 0) return;
|
|
17550
17578
|
isResult.value = true;
|
|
17551
17579
|
}
|
|
17552
17580
|
});
|
|
17581
|
+
let handler = new Cesium.ScreenSpaceEventHandler(scenceView._viewer.scene.canvas);
|
|
17582
|
+
handler.setInputAction(function () {
|
|
17583
|
+
if (!viewModel._measureHandler.active) return;
|
|
17584
|
+
let isDrawing = viewModel._measureHandler.isDrawing;
|
|
17585
|
+
|
|
17586
|
+
if (!isDrawing) {
|
|
17587
|
+
let measureResults = viewModel._measureHandler.measureResults;
|
|
17588
|
+
|
|
17589
|
+
if (measureResults && measureResults.length > 0) {
|
|
17590
|
+
measureResults[0].destroy();
|
|
17591
|
+
}
|
|
17592
|
+
|
|
17593
|
+
if (measureType.value === "coordinate") {
|
|
17594
|
+
isTips.value = false;
|
|
17595
|
+
isResult.value = true;
|
|
17596
|
+
} else {
|
|
17597
|
+
isTips.value = true;
|
|
17598
|
+
isResult.value = false;
|
|
17599
|
+
}
|
|
17600
|
+
}
|
|
17601
|
+
|
|
17602
|
+
if (isDrawing) {
|
|
17603
|
+
if (measureType.value !== 'distance' && measureType.value !== 'area') {
|
|
17604
|
+
continueMeasure();
|
|
17605
|
+
}
|
|
17606
|
+
}
|
|
17607
|
+
}, Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
17608
|
+
handler.setInputAction(function () {
|
|
17609
|
+
let isDrawing = viewModel._measureHandler.isDrawing;
|
|
17610
|
+
|
|
17611
|
+
if (!isDrawing) {
|
|
17612
|
+
isActive.value = null;
|
|
17613
|
+
viewModel.stopMeasure();
|
|
17614
|
+
} else {
|
|
17615
|
+
continueMeasure();
|
|
17616
|
+
}
|
|
17617
|
+
}, Cesium.ScreenSpaceEventType.RIGHT_CLICK);
|
|
17618
|
+
window.measureClickHandler = handler;
|
|
17553
17619
|
}
|
|
17554
17620
|
});
|
|
17555
17621
|
}); // 经纬度转度分秒
|
|
@@ -17646,8 +17712,8 @@ const __default__ = {
|
|
|
17646
17712
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
17647
17713
|
break;
|
|
17648
17714
|
|
|
17649
|
-
case
|
|
17650
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
17715
|
+
case nauticalMileUnit:
|
|
17716
|
+
newValue = (value / 1852).toFixed(2) + " " + nauticalMileUnit;
|
|
17651
17717
|
break;
|
|
17652
17718
|
|
|
17653
17719
|
case "m²":
|
|
@@ -17676,6 +17742,11 @@ const __default__ = {
|
|
|
17676
17742
|
|
|
17677
17743
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
17678
17744
|
clearMeasure();
|
|
17745
|
+
|
|
17746
|
+
if (window.measureClickHandler) {
|
|
17747
|
+
window.measureClickHandler.removeInputAction(Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
17748
|
+
window.measureClickHandler.removeInputAction(Cesium.ScreenSpaceEventType.RIGHT_CLICK);
|
|
17749
|
+
}
|
|
17679
17750
|
}); //开始测量
|
|
17680
17751
|
|
|
17681
17752
|
function startMeasure(type) {
|
|
@@ -17700,6 +17771,8 @@ const __default__ = {
|
|
|
17700
17771
|
}
|
|
17701
17772
|
|
|
17702
17773
|
viewModel.clear();
|
|
17774
|
+
result.value = 0;
|
|
17775
|
+
isTips.value = true;
|
|
17703
17776
|
isResult.value = false;
|
|
17704
17777
|
measureType.value = type;
|
|
17705
17778
|
isActive.value = type;
|
|
@@ -17738,6 +17811,44 @@ const __default__ = {
|
|
|
17738
17811
|
break;
|
|
17739
17812
|
}
|
|
17740
17813
|
}
|
|
17814
|
+
|
|
17815
|
+
function continueMeasure() {
|
|
17816
|
+
setTimeout(() => {
|
|
17817
|
+
switch (measureType.value) {
|
|
17818
|
+
case "distance":
|
|
17819
|
+
viewModel.distanceMeasure(mode.value);
|
|
17820
|
+
break;
|
|
17821
|
+
|
|
17822
|
+
case "area":
|
|
17823
|
+
viewModel.areaMeasure(mode.value);
|
|
17824
|
+
break;
|
|
17825
|
+
|
|
17826
|
+
case "height":
|
|
17827
|
+
viewModel.heightMeasure();
|
|
17828
|
+
break;
|
|
17829
|
+
|
|
17830
|
+
case "coordinate":
|
|
17831
|
+
viewModel.coordinateMeasure();
|
|
17832
|
+
break;
|
|
17833
|
+
|
|
17834
|
+
case "azimuth":
|
|
17835
|
+
viewModel.azimuthMeasure();
|
|
17836
|
+
break;
|
|
17837
|
+
|
|
17838
|
+
case "slope":
|
|
17839
|
+
if (mode.value === "ground") {
|
|
17840
|
+
viewModel.terrainSlopeMeasure();
|
|
17841
|
+
} else if (mode.value === "model") {
|
|
17842
|
+
viewModel.sceneSlopeMeasure();
|
|
17843
|
+
}
|
|
17844
|
+
|
|
17845
|
+
break;
|
|
17846
|
+
|
|
17847
|
+
default:
|
|
17848
|
+
break;
|
|
17849
|
+
}
|
|
17850
|
+
}, 300);
|
|
17851
|
+
}
|
|
17741
17852
|
/**
|
|
17742
17853
|
* 清除测量
|
|
17743
17854
|
*/
|
|
@@ -17747,6 +17858,7 @@ const __default__ = {
|
|
|
17747
17858
|
viewModel && viewModel.clear();
|
|
17748
17859
|
measureType.value = null;
|
|
17749
17860
|
isActive.value = null;
|
|
17861
|
+
isTips.value = false;
|
|
17750
17862
|
isResult.value = false;
|
|
17751
17863
|
}
|
|
17752
17864
|
|
|
@@ -17784,8 +17896,7 @@ const __default__ = {
|
|
|
17784
17896
|
/* TEXT */
|
|
17785
17897
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
17786
17898
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode),
|
|
17787
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(mode) ? mode.value = $event : mode = $event)
|
|
17788
|
-
disabled: !!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive)
|
|
17899
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(mode) ? mode.value = $event : mode = $event)
|
|
17789
17900
|
}, {
|
|
17790
17901
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(modeList), item => {
|
|
17791
17902
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
@@ -17803,7 +17914,7 @@ const __default__ = {
|
|
|
17803
17914
|
|
|
17804
17915
|
}, 8
|
|
17805
17916
|
/* PROPS */
|
|
17806
|
-
, ["modelValue"
|
|
17917
|
+
, ["modelValue"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
17807
17918
|
onClick: _cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('distance'), ["stop"])),
|
|
17808
17919
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'distance' ? 'is-active' : null),
|
|
17809
17920
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).distance
|
|
@@ -17931,7 +18042,7 @@ const __default__ = {
|
|
|
17931
18042
|
|
|
17932
18043
|
}, 8
|
|
17933
18044
|
/* PROPS */
|
|
17934
|
-
, ["onClick", "title"])]),
|
|
18045
|
+
, ["onClick", "title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isTips) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips1), 1
|
|
17935
18046
|
/* TEXT */
|
|
17936
18047
|
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips), 1
|
|
17937
18048
|
/* TEXT */
|
|
@@ -18011,9 +18122,17 @@ const __default__ = {
|
|
|
18011
18122
|
/* TEXT */
|
|
18012
18123
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_30, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).height) + " m", 1
|
|
18013
18124
|
/* TEXT */
|
|
18014
|
-
)])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_31, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_32, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language)
|
|
18125
|
+
)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_31, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_32, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).azimuth), 1
|
|
18126
|
+
/* TEXT */
|
|
18127
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_33, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).azimuth) + " °", 1
|
|
18015
18128
|
/* TEXT */
|
|
18016
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
18129
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_34, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).distance), 1
|
|
18130
|
+
/* TEXT */
|
|
18131
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_35, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).distance) + " m", 1
|
|
18132
|
+
/* TEXT */
|
|
18133
|
+
)])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_36, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_37, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language)[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType)]), 1
|
|
18134
|
+
/* TEXT */
|
|
18135
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_38, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result)), 1
|
|
18017
18136
|
/* TEXT */
|
|
18018
18137
|
)]))])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
18019
18138
|
/* CLASS */
|
|
@@ -18066,13 +18185,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
18066
18185
|
var gis_utils_ = __webpack_require__(7135);
|
|
18067
18186
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
18068
18187
|
var defineProperty = __webpack_require__(8270);
|
|
18069
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
18070
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
18071
18188
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
18072
18189
|
var message = __webpack_require__(3694);
|
|
18073
18190
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/ModelFlatViewModel.js
|
|
18074
18191
|
|
|
18075
|
-
|
|
18076
18192
|
//模型拾取逻辑类
|
|
18077
18193
|
|
|
18078
18194
|
class ModelFlatViewModel {
|
|
@@ -18604,13 +18720,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
18604
18720
|
var gis_utils_ = __webpack_require__(7135);
|
|
18605
18721
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
18606
18722
|
var defineProperty = __webpack_require__(8270);
|
|
18607
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
18608
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
18609
18723
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
18610
18724
|
var message = __webpack_require__(3694);
|
|
18611
18725
|
;// CONCATENATED MODULE: ./src/webgl/modelexcavate/ModelExcavateViewModel.js
|
|
18612
18726
|
|
|
18613
|
-
|
|
18614
18727
|
//模型开挖逻辑类
|
|
18615
18728
|
|
|
18616
18729
|
class ModelExcavateViewModel {
|
|
@@ -18654,6 +18767,8 @@ class ModelExcavateViewModel {
|
|
|
18654
18767
|
|
|
18655
18768
|
(0,defineProperty/* default */.Z)(this, "intervalId", null);
|
|
18656
18769
|
|
|
18770
|
+
(0,defineProperty/* default */.Z)(this, "tileset1", null);
|
|
18771
|
+
|
|
18657
18772
|
(0,defineProperty/* default */.Z)(this, "g_flattenedPolygonTexture", null);
|
|
18658
18773
|
|
|
18659
18774
|
this._viewer = scenceView._viewer;
|
|
@@ -18662,12 +18777,43 @@ class ModelExcavateViewModel {
|
|
|
18662
18777
|
this._viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
18663
18778
|
|
|
18664
18779
|
let kq3dFlattenning = new window.Cesium.Kq3dFlattenning(this._viewer, {});
|
|
18665
|
-
this.g_flattenedPolygonTexture = kq3dFlattenning.createFlattenedPolygonTexture();
|
|
18780
|
+
this.g_flattenedPolygonTexture = kq3dFlattenning.createFlattenedPolygonTexture(); // this.tileset1 = this._viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
|
|
18781
|
+
// url: "http://support.kqgeo.com:18700/SampleData/3DTiles/Oblique/tileset.json"
|
|
18782
|
+
// }));
|
|
18783
|
+
// this.tileset1.readyPromise.then(function (tileset) {
|
|
18784
|
+
// that._viewer.zoomTo(tileset);
|
|
18785
|
+
// }).otherwise(function (error) {
|
|
18786
|
+
// console.log(error);
|
|
18787
|
+
// });
|
|
18788
|
+
// this.tileset1.enableFlattenning = true;
|
|
18789
|
+
// this.tileset1.flattenDiscard = true;
|
|
18790
|
+
// this.g_flattenedPolygonTexture.attachTileset(this.tileset1);
|
|
18791
|
+
|
|
18666
18792
|
var that = this;
|
|
18793
|
+
var models = this._viewer.scene.primitives._primitives;
|
|
18794
|
+
|
|
18795
|
+
for (let i = 0; i < models.length; i++) {
|
|
18796
|
+
if (models[1] instanceof Cesium.Cesium3DTileset && models[i]._url) {
|
|
18797
|
+
models[i].enableFlattenning = true;
|
|
18798
|
+
models[i].flattenDiscard = true;
|
|
18799
|
+
models[i].readyPromise.then(function (tileset) {
|
|
18800
|
+
that.g_flattenedPolygonTexture.attachTileset(tileset);
|
|
18801
|
+
});
|
|
18802
|
+
}
|
|
18803
|
+
}
|
|
18804
|
+
|
|
18667
18805
|
this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
18668
18806
|
if (shape) {
|
|
18669
18807
|
that._options.positions = shape._controlPoints;
|
|
18670
|
-
|
|
18808
|
+
|
|
18809
|
+
if (shape._controlPoints && shape._controlPoints.length > 3 || shape._controlPoints && shape._controlPoints.length == 3 && shape._controlPoints[2] != shape._controlPoints[0]) {
|
|
18810
|
+
that.createDynamicExcavationEffect();
|
|
18811
|
+
} else {
|
|
18812
|
+
(0,message/* default */.Z)({
|
|
18813
|
+
message: "请至少绘制3个点!",
|
|
18814
|
+
type: "warning"
|
|
18815
|
+
});
|
|
18816
|
+
}
|
|
18671
18817
|
|
|
18672
18818
|
that._drawManager.clear();
|
|
18673
18819
|
}
|
|
@@ -18676,12 +18822,20 @@ class ModelExcavateViewModel {
|
|
|
18676
18822
|
|
|
18677
18823
|
|
|
18678
18824
|
createDynamicExcavationEffect() {
|
|
18825
|
+
this._Kq3dTerrainExcavation && this._Kq3dTerrainExcavation.destroy();
|
|
18679
18826
|
this._Kq3dTerrainExcavation = new window.Cesium.Kq3dTerrainExcavation({
|
|
18680
18827
|
viewer: this._viewer,
|
|
18681
18828
|
height: this._options.height,
|
|
18682
18829
|
positions: this._options.positions,
|
|
18683
18830
|
hasWall: false
|
|
18684
18831
|
});
|
|
18832
|
+
|
|
18833
|
+
if (this._wallPrimitive) {
|
|
18834
|
+
this._viewer.scene.primitives.remove(this._wallPrimitive);
|
|
18835
|
+
|
|
18836
|
+
this._wallPrimitive = undefined;
|
|
18837
|
+
}
|
|
18838
|
+
|
|
18685
18839
|
this._wallPrimitive = new window.Cesium.Kq3dWallPrimitive({
|
|
18686
18840
|
viewer: this._viewer,
|
|
18687
18841
|
height: this._options.height,
|
|
@@ -18698,43 +18852,40 @@ class ModelExcavateViewModel {
|
|
|
18698
18852
|
return;
|
|
18699
18853
|
}
|
|
18700
18854
|
|
|
18701
|
-
that.
|
|
18702
|
-
|
|
18703
|
-
|
|
18704
|
-
|
|
18705
|
-
|
|
18706
|
-
|
|
18707
|
-
|
|
18708
|
-
|
|
18709
|
-
|
|
18710
|
-
|
|
18711
|
-
|
|
18712
|
-
|
|
18713
|
-
|
|
18714
|
-
|
|
18715
|
-
|
|
18716
|
-
|
|
18717
|
-
|
|
18718
|
-
|
|
18719
|
-
|
|
18720
|
-
|
|
18721
|
-
|
|
18722
|
-
|
|
18723
|
-
|
|
18724
|
-
|
|
18725
|
-
|
|
18726
|
-
|
|
18727
|
-
|
|
18728
|
-
|
|
18729
|
-
|
|
18730
|
-
|
|
18731
|
-
|
|
18732
|
-
|
|
18733
|
-
|
|
18734
|
-
|
|
18735
|
-
});
|
|
18736
|
-
that.g_flattenedPolygonTexture.addFlattenedPolygon(myPolygon);
|
|
18737
|
-
}, 100);
|
|
18855
|
+
that.g_flattenedPolygonTexture && that.g_flattenedPolygonTexture.removeAllFlattenedPolygon();
|
|
18856
|
+
var myPolygon = window.Cesium.PolygonGeometry.fromPositions({
|
|
18857
|
+
positions: that._options.positions,
|
|
18858
|
+
height: window.Cesium.Cartographic.fromCartesian(that._options.positions[0]).height
|
|
18859
|
+
});
|
|
18860
|
+
that.g_flattenedPolygonTexture && that.g_flattenedPolygonTexture.addFlattenedPolygon(myPolygon); // that.intervalId = setInterval(function () {
|
|
18861
|
+
// if (that.ii > 100) {
|
|
18862
|
+
// if (that.entity0) {
|
|
18863
|
+
// that._viewer.scene.primitives.remove(that.entity0);
|
|
18864
|
+
// that.entity0 = undefined;
|
|
18865
|
+
// }
|
|
18866
|
+
// if (that.wall) {
|
|
18867
|
+
// that._viewer.scene.primitives.remove(that.wall);
|
|
18868
|
+
// that.wall = undefined;
|
|
18869
|
+
// }
|
|
18870
|
+
// clearInterval(that.intervalId);
|
|
18871
|
+
// that.ii = 0;
|
|
18872
|
+
// return;
|
|
18873
|
+
// }
|
|
18874
|
+
// var carto2 = window.Cesium.Cartesian3.lerp(that._options.positions[0], that._options.positions[3], that.ratio * that.ii, that.scratchCartesian2);
|
|
18875
|
+
// var carto3 = window.Cesium.Cartesian3.lerp(that._options.positions[1], that._options.positions[2], that.ratio * that.ii, that.scratchCartesian3);
|
|
18876
|
+
// if (that.entity0) {
|
|
18877
|
+
// that._viewer.scene.primitives.remove(that.entity0);
|
|
18878
|
+
// that.entity0 = undefined;
|
|
18879
|
+
// }
|
|
18880
|
+
// that.entity0 = that.createPolyline([carto2, carto3]);
|
|
18881
|
+
// that.ii++;
|
|
18882
|
+
// that.g_flattenedPolygonTexture.removeAllFlattenedPolygon();
|
|
18883
|
+
// var myPolygon = window.Cesium.PolygonGeometry.fromPositions({
|
|
18884
|
+
// positions: [that._options.positions[0], that._options.positions[1], carto3, carto2],
|
|
18885
|
+
// height: window.Cesium.Cartographic.fromCartesian(that._options.positions[0]).height
|
|
18886
|
+
// });
|
|
18887
|
+
// that.g_flattenedPolygonTexture.addFlattenedPolygon(myPolygon);
|
|
18888
|
+
// }, 100);
|
|
18738
18889
|
});
|
|
18739
18890
|
}
|
|
18740
18891
|
|
|
@@ -18786,19 +18937,22 @@ class ModelExcavateViewModel {
|
|
|
18786
18937
|
start() {
|
|
18787
18938
|
// 判断是否添加了模型
|
|
18788
18939
|
var flag = false;
|
|
18940
|
+
var that = this;
|
|
18789
18941
|
var models = this._viewer.scene.primitives._primitives;
|
|
18790
18942
|
|
|
18791
18943
|
for (let i = 0; i < models.length; i++) {
|
|
18792
|
-
if (models[i]._url) {
|
|
18793
|
-
models[i].enableFlattenning = true;
|
|
18794
|
-
models[i].flattenDiscard = true;
|
|
18795
|
-
|
|
18944
|
+
if (models[i] instanceof Cesium.Cesium3DTileset && models[i]._url) {
|
|
18945
|
+
// models[i].enableFlattenning = true;
|
|
18946
|
+
// models[i].flattenDiscard = true;
|
|
18947
|
+
// models[i].readyPromise.then(function (tileset) {
|
|
18948
|
+
// that.g_flattenedPolygonTexture.attachTileset(tileset);
|
|
18949
|
+
// });
|
|
18796
18950
|
flag = true;
|
|
18797
18951
|
}
|
|
18798
18952
|
}
|
|
18799
18953
|
|
|
18800
18954
|
if (flag) {
|
|
18801
|
-
this.
|
|
18955
|
+
this.remove();
|
|
18802
18956
|
|
|
18803
18957
|
this._drawManager.startDraw("polygon", {
|
|
18804
18958
|
clampToGround: true
|
|
@@ -18814,13 +18968,10 @@ class ModelExcavateViewModel {
|
|
|
18814
18968
|
|
|
18815
18969
|
setHeight(val) {
|
|
18816
18970
|
this._options.height = Number(val);
|
|
18817
|
-
}
|
|
18818
|
-
|
|
18819
|
-
|
|
18820
|
-
clear() {
|
|
18821
|
-
this._drawManager.stopDraw(); // 销毁地形开挖
|
|
18822
|
-
|
|
18971
|
+
}
|
|
18823
18972
|
|
|
18973
|
+
remove() {
|
|
18974
|
+
// 销毁地形开挖
|
|
18824
18975
|
if (this.intervalId) {
|
|
18825
18976
|
clearInterval(this.intervalId);
|
|
18826
18977
|
this.ii = 0;
|
|
@@ -18846,11 +18997,20 @@ class ModelExcavateViewModel {
|
|
|
18846
18997
|
|
|
18847
18998
|
this._Kq3dTerrainExcavation && this._Kq3dTerrainExcavation.destroy();
|
|
18848
18999
|
this.g_flattenedPolygonTexture && this.g_flattenedPolygonTexture.removeAllFlattenedPolygon();
|
|
19000
|
+
} // 清除
|
|
19001
|
+
|
|
19002
|
+
|
|
19003
|
+
clear() {
|
|
19004
|
+
this._drawManager.stopDraw();
|
|
19005
|
+
|
|
19006
|
+
this.remove();
|
|
18849
19007
|
} //销毁
|
|
18850
19008
|
|
|
18851
19009
|
|
|
18852
19010
|
destroy() {
|
|
18853
19011
|
this.clear();
|
|
19012
|
+
this.g_flattenedPolygonTexture && this.g_flattenedPolygonTexture.detachAllTileset();
|
|
19013
|
+
this.g_flattenedPolygonTexture && this.g_flattenedPolygonTexture.destroy();
|
|
18854
19014
|
}
|
|
18855
19015
|
|
|
18856
19016
|
}
|
|
@@ -18972,6 +19132,7 @@ const __default__ = {
|
|
|
18972
19132
|
viewModel = new ModelExcavateViewModel(scenceView, {
|
|
18973
19133
|
height: formItem.excavationDepth
|
|
18974
19134
|
});
|
|
19135
|
+
window.scenceView = scenceView;
|
|
18975
19136
|
}
|
|
18976
19137
|
});
|
|
18977
19138
|
});
|
|
@@ -19175,13 +19336,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
19175
19336
|
var gis_utils_ = __webpack_require__(7135);
|
|
19176
19337
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
19177
19338
|
var defineProperty = __webpack_require__(8270);
|
|
19178
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
19179
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
19180
19339
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
19181
19340
|
var message = __webpack_require__(3694);
|
|
19182
19341
|
;// CONCATENATED MODULE: ./src/webgl/modelfilter/ModelFilterViewModel.js
|
|
19183
19342
|
|
|
19184
|
-
|
|
19185
19343
|
//模型滤镜逻辑类
|
|
19186
19344
|
|
|
19187
19345
|
class ModelFilterViewModel {
|
|
@@ -19907,28 +20065,14 @@ ModelFilter.install = (Vue, opts) => {
|
|
|
19907
20065
|
|
|
19908
20066
|
/***/ }),
|
|
19909
20067
|
|
|
19910
|
-
/***/
|
|
20068
|
+
/***/ 9166:
|
|
19911
20069
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
19912
20070
|
|
|
19913
20071
|
"use strict";
|
|
19914
|
-
|
|
19915
|
-
|
|
19916
|
-
|
|
19917
|
-
|
|
19918
|
-
});
|
|
19919
|
-
|
|
19920
|
-
// UNUSED EXPORTS: ModelProfileAnalysisViewModel
|
|
19921
|
-
|
|
19922
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
19923
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
19924
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
19925
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
19926
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
19927
|
-
var defineProperty = __webpack_require__(8270);
|
|
19928
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
19929
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
19930
|
-
;// CONCATENATED MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
19931
|
-
|
|
20072
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20073
|
+
/* harmony export */ "Z": function() { return /* binding */ ModelProfileAnalysisViewModel; }
|
|
20074
|
+
/* harmony export */ });
|
|
20075
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
19932
20076
|
|
|
19933
20077
|
//分析逻辑类
|
|
19934
20078
|
let floatingPoint;
|
|
@@ -19941,15 +20085,15 @@ class ModelProfileAnalysisViewModel {
|
|
|
19941
20085
|
//显示结果的DOM元素显隐
|
|
19942
20086
|
//全局参数对象
|
|
19943
20087
|
constructor(scenceView, viewModel, chart) {
|
|
19944
|
-
(0,
|
|
20088
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
19945
20089
|
|
|
19946
|
-
(0,
|
|
20090
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
19947
20091
|
|
|
19948
|
-
(0,
|
|
20092
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
19949
20093
|
|
|
19950
|
-
(0,
|
|
20094
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_language", null);
|
|
19951
20095
|
|
|
19952
|
-
(0,
|
|
20096
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
19953
20097
|
width: 360,
|
|
19954
20098
|
height: 360
|
|
19955
20099
|
});
|
|
@@ -20190,6 +20334,27 @@ class ModelProfileAnalysisViewModel {
|
|
|
20190
20334
|
}
|
|
20191
20335
|
|
|
20192
20336
|
}
|
|
20337
|
+
|
|
20338
|
+
/***/ }),
|
|
20339
|
+
|
|
20340
|
+
/***/ 3750:
|
|
20341
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
20342
|
+
|
|
20343
|
+
"use strict";
|
|
20344
|
+
|
|
20345
|
+
// EXPORTS
|
|
20346
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
20347
|
+
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
20348
|
+
});
|
|
20349
|
+
|
|
20350
|
+
// UNUSED EXPORTS: ModelProfileAnalysisViewModel
|
|
20351
|
+
|
|
20352
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
20353
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
20354
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
20355
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
20356
|
+
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
20357
|
+
var ModelProfileAnalysisViewModel = __webpack_require__(9166);
|
|
20193
20358
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
20194
20359
|
var client_icons_vue_ = __webpack_require__(348);
|
|
20195
20360
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
@@ -20329,7 +20494,7 @@ const __default__ = {
|
|
|
20329
20494
|
});
|
|
20330
20495
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
20331
20496
|
if (scenceView) {
|
|
20332
|
-
viewModel = new ModelProfileAnalysisViewModel(scenceView, {
|
|
20497
|
+
viewModel = new ModelProfileAnalysisViewModel/* default */.Z(scenceView, {
|
|
20333
20498
|
perspectiveAngle: formItem.perspectiveAngle,
|
|
20334
20499
|
// 透视角度
|
|
20335
20500
|
targetAreaWidth: formItem.targetAreaWidth,
|
|
@@ -20784,8 +20949,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
20784
20949
|
|
|
20785
20950
|
// UNUSED EXPORTS: ModelSelectViewModel
|
|
20786
20951
|
|
|
20787
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
20788
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
20789
20952
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
20790
20953
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
20791
20954
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -20920,7 +21083,6 @@ var util_ = __webpack_require__(3458);
|
|
|
20920
21083
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
20921
21084
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelselect/ModelSelect.vue?vue&type=script&setup=true&lang=js
|
|
20922
21085
|
|
|
20923
|
-
|
|
20924
21086
|
const _hoisted_1 = {
|
|
20925
21087
|
class: "title"
|
|
20926
21088
|
};
|
|
@@ -21262,14 +21424,11 @@ var gis_utils_ = __webpack_require__(7135);
|
|
|
21262
21424
|
var client_icons_vue_ = __webpack_require__(348);
|
|
21263
21425
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
21264
21426
|
var defineProperty = __webpack_require__(8270);
|
|
21265
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
21266
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
21267
21427
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
21268
21428
|
var const_image_ = __webpack_require__(6277);
|
|
21269
21429
|
;// CONCATENATED MODULE: ./src/webgl/particleeffect/ParticleEffectViewModel.js
|
|
21270
21430
|
|
|
21271
21431
|
|
|
21272
|
-
|
|
21273
21432
|
let _gravityScratch = null;
|
|
21274
21433
|
let _gravity = 1.0; //粒子特效逻辑类
|
|
21275
21434
|
|
|
@@ -22387,13 +22546,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
22387
22546
|
var gis_utils_ = __webpack_require__(7135);
|
|
22388
22547
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
22389
22548
|
var defineProperty = __webpack_require__(8270);
|
|
22390
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
22391
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
22392
22549
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
22393
22550
|
var message = __webpack_require__(3694);
|
|
22394
22551
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
22395
22552
|
|
|
22396
|
-
|
|
22397
22553
|
//平面裁剪逻辑类
|
|
22398
22554
|
|
|
22399
22555
|
class PlaneClipViewModel {
|
|
@@ -23179,13 +23335,13 @@ PlaneClip.install = (Vue, opts) => {
|
|
|
23179
23335
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23180
23336
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
23181
23337
|
/* harmony export */ });
|
|
23182
|
-
/* harmony import */ var
|
|
23338
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23183
23339
|
|
|
23184
23340
|
// 重置视图
|
|
23185
23341
|
class ResetViewViewModel {
|
|
23186
23342
|
//三维viewer对象
|
|
23187
23343
|
constructor(viewer) {
|
|
23188
|
-
(0,
|
|
23344
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23189
23345
|
|
|
23190
23346
|
this._viewer = viewer;
|
|
23191
23347
|
} //重置视角
|
|
@@ -23334,30 +23490,14 @@ ResetView.install = (Vue, opts) => {
|
|
|
23334
23490
|
|
|
23335
23491
|
/***/ }),
|
|
23336
23492
|
|
|
23337
|
-
/***/
|
|
23493
|
+
/***/ 6561:
|
|
23338
23494
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
23339
23495
|
|
|
23340
23496
|
"use strict";
|
|
23341
|
-
|
|
23342
|
-
|
|
23343
|
-
|
|
23344
|
-
|
|
23345
|
-
});
|
|
23346
|
-
|
|
23347
|
-
// UNUSED EXPORTS: RollerViewModel
|
|
23348
|
-
|
|
23349
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
23350
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
23351
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
23352
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
23353
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
23354
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
23355
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
23356
|
-
var defineProperty = __webpack_require__(8270);
|
|
23357
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
23358
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
23359
|
-
;// CONCATENATED MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
23360
|
-
|
|
23497
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23498
|
+
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
23499
|
+
/* harmony export */ });
|
|
23500
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23361
23501
|
|
|
23362
23502
|
//卷帘逻辑类
|
|
23363
23503
|
class RollerViewModel {
|
|
@@ -23371,23 +23511,23 @@ class RollerViewModel {
|
|
|
23371
23511
|
//左右卷帘活动状态
|
|
23372
23512
|
//上下卷帘活动状态
|
|
23373
23513
|
constructor(scenceView, options) {
|
|
23374
|
-
(0,
|
|
23514
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23375
23515
|
|
|
23376
|
-
(0,
|
|
23516
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
23377
23517
|
|
|
23378
|
-
(0,
|
|
23518
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
23379
23519
|
|
|
23380
|
-
(0,
|
|
23520
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
23381
23521
|
|
|
23382
|
-
(0,
|
|
23522
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
23383
23523
|
|
|
23384
|
-
(0,
|
|
23524
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
23385
23525
|
|
|
23386
|
-
(0,
|
|
23526
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
23387
23527
|
|
|
23388
|
-
(0,
|
|
23528
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
23389
23529
|
|
|
23390
|
-
(0,
|
|
23530
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
23391
23531
|
|
|
23392
23532
|
this._viewer = scenceView._viewer;
|
|
23393
23533
|
this._layerManager = scenceView._layerManager;
|
|
@@ -23560,6 +23700,29 @@ class RollerViewModel {
|
|
|
23560
23700
|
}
|
|
23561
23701
|
|
|
23562
23702
|
}
|
|
23703
|
+
|
|
23704
|
+
/***/ }),
|
|
23705
|
+
|
|
23706
|
+
/***/ 1871:
|
|
23707
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
23708
|
+
|
|
23709
|
+
"use strict";
|
|
23710
|
+
|
|
23711
|
+
// EXPORTS
|
|
23712
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
23713
|
+
"default": function() { return /* reexport */ Roller; }
|
|
23714
|
+
});
|
|
23715
|
+
|
|
23716
|
+
// UNUSED EXPORTS: RollerViewModel
|
|
23717
|
+
|
|
23718
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
23719
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
23720
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
23721
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
23722
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
23723
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
23724
|
+
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
23725
|
+
var RollerViewModel = __webpack_require__(6561);
|
|
23563
23726
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
23564
23727
|
var util_ = __webpack_require__(3458);
|
|
23565
23728
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -23667,7 +23830,7 @@ const __default__ = {
|
|
|
23667
23830
|
let options = {
|
|
23668
23831
|
layers: layers
|
|
23669
23832
|
};
|
|
23670
|
-
viewModel = new RollerViewModel(scenceView, options);
|
|
23833
|
+
viewModel = new RollerViewModel/* default */.Z(scenceView, options);
|
|
23671
23834
|
}
|
|
23672
23835
|
});
|
|
23673
23836
|
});
|
|
@@ -23961,8 +24124,6 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
23961
24124
|
var gis_utils_ = __webpack_require__(7135);
|
|
23962
24125
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
23963
24126
|
var defineProperty = __webpack_require__(8270);
|
|
23964
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
23965
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
23966
24127
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
23967
24128
|
var message = __webpack_require__(3694);
|
|
23968
24129
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
@@ -23971,7 +24132,6 @@ var const_image_ = __webpack_require__(6277);
|
|
|
23971
24132
|
|
|
23972
24133
|
|
|
23973
24134
|
|
|
23974
|
-
|
|
23975
24135
|
class ScanEffectViewModel {
|
|
23976
24136
|
//参数
|
|
23977
24137
|
// 绘制对象
|
|
@@ -27629,30 +27789,14 @@ SceneSet.install = (Vue, opts) => {
|
|
|
27629
27789
|
|
|
27630
27790
|
/***/ }),
|
|
27631
27791
|
|
|
27632
|
-
/***/
|
|
27792
|
+
/***/ 1248:
|
|
27633
27793
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27634
27794
|
|
|
27635
27795
|
"use strict";
|
|
27636
|
-
|
|
27637
|
-
|
|
27638
|
-
|
|
27639
|
-
|
|
27640
|
-
});
|
|
27641
|
-
|
|
27642
|
-
// UNUSED EXPORTS: ScreenshotViewModel
|
|
27643
|
-
|
|
27644
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
27645
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
27646
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
27647
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
27648
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
27649
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
27650
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
27651
|
-
var defineProperty = __webpack_require__(8270);
|
|
27652
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
27653
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
27654
|
-
;// CONCATENATED MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
27655
|
-
|
|
27796
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
27797
|
+
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
27798
|
+
/* harmony export */ });
|
|
27799
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
27656
27800
|
|
|
27657
27801
|
//截图逻辑类
|
|
27658
27802
|
class ScreenshotViewModel {
|
|
@@ -27660,11 +27804,11 @@ class ScreenshotViewModel {
|
|
|
27660
27804
|
//截图存储参数对象
|
|
27661
27805
|
//截图三维对象
|
|
27662
27806
|
constructor(viewer, options) {
|
|
27663
|
-
(0,
|
|
27807
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
27664
27808
|
|
|
27665
|
-
(0,
|
|
27809
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
27666
27810
|
|
|
27667
|
-
(0,
|
|
27811
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
27668
27812
|
|
|
27669
27813
|
this._options = {
|
|
27670
27814
|
width: options.imgWidth,
|
|
@@ -27799,6 +27943,29 @@ class ScreenshotViewModel {
|
|
|
27799
27943
|
}
|
|
27800
27944
|
|
|
27801
27945
|
}
|
|
27946
|
+
|
|
27947
|
+
/***/ }),
|
|
27948
|
+
|
|
27949
|
+
/***/ 7874:
|
|
27950
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27951
|
+
|
|
27952
|
+
"use strict";
|
|
27953
|
+
|
|
27954
|
+
// EXPORTS
|
|
27955
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27956
|
+
"default": function() { return /* reexport */ Screenshot; }
|
|
27957
|
+
});
|
|
27958
|
+
|
|
27959
|
+
// UNUSED EXPORTS: ScreenshotViewModel
|
|
27960
|
+
|
|
27961
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
27962
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
27963
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
27964
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
27965
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
27966
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
27967
|
+
// EXTERNAL MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
27968
|
+
var ScreenshotViewModel = __webpack_require__(1248);
|
|
27802
27969
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
27803
27970
|
var util_ = __webpack_require__(3458);
|
|
27804
27971
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -27924,7 +28091,7 @@ const __default__ = {
|
|
|
27924
28091
|
imgHeightMax.value = canvas.height;
|
|
27925
28092
|
formItem.imgWidth = canvas.width;
|
|
27926
28093
|
formItem.imgHeight = canvas.height;
|
|
27927
|
-
viewModel = new ScreenshotViewModel(scenceView._viewer, formItem);
|
|
28094
|
+
viewModel = new ScreenshotViewModel/* default */.Z(scenceView._viewer, formItem);
|
|
27928
28095
|
}
|
|
27929
28096
|
});
|
|
27930
28097
|
});
|
|
@@ -29393,8 +29560,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
29393
29560
|
var gis_utils_ = __webpack_require__(7135);
|
|
29394
29561
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
29395
29562
|
var defineProperty = __webpack_require__(8270);
|
|
29396
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
29397
|
-
var
|
|
29563
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
29564
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
29398
29565
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29399
29566
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29400
29567
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
@@ -31110,18 +31277,23 @@ class SlopeAnalysisViewModel {
|
|
|
31110
31277
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
31111
31278
|
|
|
31112
31279
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
31113
|
-
var that = this;
|
|
31114
|
-
that.
|
|
31115
|
-
|
|
31116
|
-
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
31122
|
-
|
|
31280
|
+
var that = this; // that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
31281
|
+
// viewer: that._globaOptions.viewer,
|
|
31282
|
+
// positions: [
|
|
31283
|
+
// new Cesium.Cartesian3(528486.4951355414, 5591866.071664512, 3011848.5874731047),
|
|
31284
|
+
// new Cesium.Cartesian3(511851.92328430264, 5590161.386242805, 3017839.604729828),
|
|
31285
|
+
// new Cesium.Cartesian3(512863.7934440037, 5579087.150988879, 3037957.9974059854),
|
|
31286
|
+
// new Cesium.Cartesian3(526764.7827270611, 5574253.865524863, 3044401.4321003747),
|
|
31287
|
+
// new Cesium.Cartesian3(544782.217496756, 5578126.194618411, 3034189.5478781504),
|
|
31288
|
+
// new Cesium.Cartesian3(546626.3798432688, 5588179.698741777, 3015426.663665117)
|
|
31289
|
+
// ],
|
|
31290
|
+
// isFilter: false,
|
|
31291
|
+
// colorTableDegree: that._globaOptions.viewModel.colorTableDegree,
|
|
31292
|
+
// colorTable: that._globaOptions.viewModel.colorTable
|
|
31293
|
+
// });
|
|
31294
|
+
// that._slopeAnalysis.destroy();
|
|
31295
|
+
// that._slopeAnalysis = null;
|
|
31123
31296
|
|
|
31124
|
-
that._slopeAnalysis = null;
|
|
31125
31297
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
31126
31298
|
if (shape) {
|
|
31127
31299
|
that._globaOptions.viewModel.positions = shape._controlPoints; // 实例化分析对象
|
|
@@ -32163,230 +32335,1559 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
32163
32335
|
|
|
32164
32336
|
/***/ }),
|
|
32165
32337
|
|
|
32166
|
-
/***/
|
|
32338
|
+
/***/ 9643:
|
|
32167
32339
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
32168
32340
|
|
|
32169
32341
|
"use strict";
|
|
32170
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
32171
|
-
/* harmony export */ "Z": function() { return /* binding */ StatusBarViewModel; }
|
|
32172
|
-
/* harmony export */ });
|
|
32173
|
-
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
32174
32342
|
|
|
32175
|
-
//
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32343
|
+
// EXPORTS
|
|
32344
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
32345
|
+
"default": function() { return /* reexport */ SlopeAspectAnalysis; }
|
|
32346
|
+
});
|
|
32179
32347
|
|
|
32180
|
-
|
|
32181
|
-
let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
|
|
32182
|
-
callback(() => {
|
|
32183
|
-
// viewer.statusBar.container.style.bottom = "16px";
|
|
32184
|
-
//viewer.statusBar.container.parentElement.style.right = "0px!important";
|
|
32185
|
-
// console.log(viewer.statusBar.container.parentElement.style.right);
|
|
32186
|
-
if (options.hideResolution) {
|
|
32187
|
-
viewer.statusBar.hideResolution();
|
|
32188
|
-
}
|
|
32348
|
+
// UNUSED EXPORTS: SlopeAspectAnalysisViewModel
|
|
32189
32349
|
|
|
32190
|
-
|
|
32191
|
-
|
|
32192
|
-
|
|
32350
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
32351
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
32352
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
32353
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
32354
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
32355
|
+
var defineProperty = __webpack_require__(8270);
|
|
32356
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
32357
|
+
var const_image_ = __webpack_require__(6277);
|
|
32358
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
32359
|
+
var message = __webpack_require__(3694);
|
|
32360
|
+
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/SlopeAspectAnalysisViewModel.js
|
|
32193
32361
|
|
|
32194
|
-
|
|
32195
|
-
viewer.statusBar.hideLonLat();
|
|
32196
|
-
}
|
|
32362
|
+
// 分析逻辑类
|
|
32197
32363
|
|
|
32198
|
-
if (options.hideEyeAlt) {
|
|
32199
|
-
viewer.statusBar.hideEyeAlt();
|
|
32200
|
-
}
|
|
32201
32364
|
|
|
32202
|
-
|
|
32203
|
-
|
|
32204
|
-
|
|
32365
|
+
class SlopeAspectAnalysisViewModel {
|
|
32366
|
+
// 坡度坡向三维对象
|
|
32367
|
+
// 坡向三维对象
|
|
32368
|
+
//全局参数
|
|
32369
|
+
constructor(scenceView, viewModel) {
|
|
32370
|
+
(0,defineProperty/* default */.Z)(this, "_slopeAnalysis", null);
|
|
32205
32371
|
|
|
32206
|
-
|
|
32207
|
-
|
|
32208
|
-
|
|
32372
|
+
(0,defineProperty/* default */.Z)(this, "_aspectAnalysis", null);
|
|
32373
|
+
|
|
32374
|
+
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
32375
|
+
viewer: null,
|
|
32376
|
+
_drawManager: null
|
|
32209
32377
|
});
|
|
32210
|
-
this._viewer = viewer;
|
|
32211
|
-
}
|
|
32212
32378
|
|
|
32213
|
-
|
|
32214
|
-
|
|
32379
|
+
(0,defineProperty/* default */.Z)(this, "_colorImages", [//渐变图片集合
|
|
32380
|
+
{
|
|
32381
|
+
value: "0",
|
|
32382
|
+
src: const_image_.RED_TO_PURPLE_URL
|
|
32383
|
+
}, {
|
|
32384
|
+
value: "1",
|
|
32385
|
+
src: const_image_.PURPLE_TO_YELLOW_URL
|
|
32386
|
+
}, {
|
|
32387
|
+
value: "2",
|
|
32388
|
+
src: const_image_.GREEN_TO_BLUE_URL
|
|
32389
|
+
}]);
|
|
32215
32390
|
|
|
32216
|
-
|
|
32217
|
-
|
|
32218
|
-
|
|
32219
|
-
|
|
32220
|
-
|
|
32221
|
-
|
|
32222
|
-
|
|
32223
|
-
|
|
32224
|
-
|
|
32391
|
+
this._globaOptions.viewer = scenceView._viewer;
|
|
32392
|
+
this._globaOptions.viewModel = {
|
|
32393
|
+
fillStyle: viewModel.fillStyle,
|
|
32394
|
+
viewer: this._globaOptions.viewer,
|
|
32395
|
+
isFilter: false,
|
|
32396
|
+
// 自定义颜色
|
|
32397
|
+
colorTableDegree: viewModel.colorTableDegree,
|
|
32398
|
+
colorTable: viewModel.colorTable,
|
|
32399
|
+
// 渐变纹理
|
|
32400
|
+
imageSrc: this.getColorLine(viewModel.colorImage),
|
|
32401
|
+
// 坡度过滤
|
|
32402
|
+
minSlope: viewModel.minSlope,
|
|
32403
|
+
maxSlope: viewModel.maxSlope,
|
|
32404
|
+
slopeColorText: viewModel.slopeColorText,
|
|
32405
|
+
slopeColorAlpha: viewModel.slopeColorAlpha,
|
|
32406
|
+
colorImage: this.getImagePath(viewModel.colorImage)
|
|
32407
|
+
};
|
|
32408
|
+
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
32409
|
+
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
32225
32410
|
|
|
32226
|
-
|
|
32227
|
-
|
|
32228
|
-
mUnit: langContent.mUnit,
|
|
32229
|
-
kmUnit: langContent.kmUnit,
|
|
32230
|
-
sqkmUnit: langContent.sqkmUnit,
|
|
32231
|
-
sqmUnit: langContent.sqmUnit,
|
|
32232
|
-
N: langContent.N,
|
|
32233
|
-
S: langContent.S,
|
|
32234
|
-
E: langContent.E,
|
|
32235
|
-
W: langContent.W,
|
|
32236
|
-
du: langContent.du,
|
|
32237
|
-
fen: langContent.fen,
|
|
32238
|
-
miao: langContent.miao,
|
|
32239
|
-
elevation: langContent.elevation,
|
|
32240
|
-
eyeAltitude: langContent.eyeAltitude,
|
|
32241
|
-
copyright: langContent.copyright,
|
|
32242
|
-
scale: langContent.scale
|
|
32243
|
-
};
|
|
32244
|
-
var id = that._viewer.statusBar._id; // 比例尺控件
|
|
32411
|
+
this._globaOptions._drawManager = scenceView._drawManager;
|
|
32412
|
+
var that = this; // 坡度对象
|
|
32245
32413
|
|
|
32246
|
-
|
|
32247
|
-
|
|
32414
|
+
this._aspectAnalysis = new window.Cesium.Kq3dAspect({
|
|
32415
|
+
interval: viewModel.interval || 500,
|
|
32416
|
+
// 采样间隔
|
|
32417
|
+
width: viewModel.arrowWidth || 20,
|
|
32418
|
+
// 箭头宽度
|
|
32419
|
+
color: window.Cesium.Color.fromCssColorString(viewModel.color || "#FFFF00"),
|
|
32420
|
+
// 箭头颜色
|
|
32421
|
+
viewer: scenceView._viewer
|
|
32422
|
+
});
|
|
32423
|
+
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
32424
|
+
if (shape) {
|
|
32425
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
32426
|
+
if (that._aspectAnalysis) that._aspectAnalysis.positions = shape._controlPoints; // 实例化分析对象
|
|
32248
32427
|
|
|
32249
|
-
|
|
32250
|
-
|
|
32428
|
+
if (!that._slopeAnalysis) {
|
|
32429
|
+
switch (that._globaOptions.viewModel.fillStyle) {
|
|
32430
|
+
case "tableColor":
|
|
32431
|
+
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
32432
|
+
viewer: that._globaOptions.viewer,
|
|
32433
|
+
positions: that._globaOptions.viewModel.positions,
|
|
32434
|
+
isFilter: false,
|
|
32435
|
+
colorTableDegree: that._globaOptions.viewModel.colorTableDegree,
|
|
32436
|
+
colorTable: that._globaOptions.viewModel.colorTable
|
|
32437
|
+
});
|
|
32438
|
+
break;
|
|
32251
32439
|
|
|
32252
|
-
|
|
32253
|
-
|
|
32440
|
+
case "colorImage":
|
|
32441
|
+
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
32442
|
+
viewer: that._globaOptions.viewer,
|
|
32443
|
+
positions: that._globaOptions.viewModel.positions,
|
|
32444
|
+
isFilter: false,
|
|
32445
|
+
colorImage: that._globaOptions.viewModel.imageSrc
|
|
32446
|
+
});
|
|
32447
|
+
break;
|
|
32254
32448
|
|
|
32255
|
-
|
|
32256
|
-
|
|
32449
|
+
case "slopeFilter":
|
|
32450
|
+
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
32451
|
+
viewer: that._globaOptions.viewer,
|
|
32452
|
+
positions: that._globaOptions.viewModel.positions,
|
|
32453
|
+
isFilter: true,
|
|
32454
|
+
minSlope: that._globaOptions.viewModel.minSlope,
|
|
32455
|
+
maxSlope: that._globaOptions.viewModel.maxSlope,
|
|
32456
|
+
color: Cesium.Color.fromCssColorString(that._globaOptions.viewModel.slopeColorText).withAlpha(Number(that._globaOptions.viewModel.slopeColorAlpha))
|
|
32457
|
+
});
|
|
32458
|
+
break;
|
|
32459
|
+
}
|
|
32460
|
+
} else {
|
|
32461
|
+
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
32257
32462
|
}
|
|
32258
|
-
});
|
|
32259
|
-
}
|
|
32260
|
-
}
|
|
32261
32463
|
|
|
32262
|
-
|
|
32464
|
+
that._globaOptions._drawManager.clear();
|
|
32465
|
+
}
|
|
32466
|
+
});
|
|
32467
|
+
} //获取图片路径
|
|
32263
32468
|
|
|
32264
|
-
/***/ }),
|
|
32265
32469
|
|
|
32266
|
-
|
|
32267
|
-
|
|
32470
|
+
getImagePath(value) {
|
|
32471
|
+
var imagePath = "";
|
|
32268
32472
|
|
|
32269
|
-
|
|
32473
|
+
var image = this._colorImages.find(item => item.value === value);
|
|
32270
32474
|
|
|
32271
|
-
|
|
32272
|
-
|
|
32273
|
-
|
|
32274
|
-
});
|
|
32475
|
+
if (image) {
|
|
32476
|
+
imagePath = image.src;
|
|
32477
|
+
}
|
|
32275
32478
|
|
|
32276
|
-
|
|
32479
|
+
return imagePath;
|
|
32480
|
+
} // 开始分析
|
|
32277
32481
|
|
|
32278
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
32279
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
32280
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
32281
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
32282
|
-
// EXTERNAL MODULE: ./src/webgl/statusbar/StatusBarViewModel.js
|
|
32283
|
-
var StatusBarViewModel = __webpack_require__(6311);
|
|
32284
|
-
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
32285
|
-
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
32286
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
|
|
32287
32482
|
|
|
32483
|
+
start() {
|
|
32484
|
+
// 判断是否添加了地形
|
|
32485
|
+
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
32486
|
+
if (this._globaOptions.viewModel.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
|
|
32487
|
+
if (this._globaOptions.viewModel.fillStyle === "slopeFilter") {
|
|
32488
|
+
// 坡度过滤不需要进行绘制
|
|
32489
|
+
this._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
32490
|
+
viewer: this._globaOptions.viewer,
|
|
32491
|
+
positions: [],
|
|
32492
|
+
isFilter: true,
|
|
32493
|
+
minSlope: this._globaOptions.viewModel.minSlope,
|
|
32494
|
+
maxSlope: this._globaOptions.viewModel.maxSlope,
|
|
32495
|
+
color: Cesium.Color.fromCssColorString(this._globaOptions.viewModel.slopeColorText).withAlpha(Number(this._globaOptions.viewModel.slopeColorAlpha))
|
|
32496
|
+
});
|
|
32497
|
+
} else {
|
|
32498
|
+
// this.clear();
|
|
32499
|
+
if (this._globaOptions._drawManager) {
|
|
32500
|
+
this._globaOptions._drawManager.startDraw("polygon", {
|
|
32501
|
+
clampToGround: true
|
|
32502
|
+
});
|
|
32503
|
+
}
|
|
32504
|
+
}
|
|
32505
|
+
} else {
|
|
32506
|
+
(0,message/* default */.Z)({
|
|
32507
|
+
message: "只支持STK类型的地形分析!",
|
|
32508
|
+
type: "warning"
|
|
32509
|
+
});
|
|
32510
|
+
}
|
|
32511
|
+
} else {
|
|
32512
|
+
(0,message/* default */.Z)({
|
|
32513
|
+
message: "请加载地形后分析!",
|
|
32514
|
+
type: "warning"
|
|
32515
|
+
});
|
|
32516
|
+
}
|
|
32517
|
+
} //修改填充样式
|
|
32288
32518
|
|
|
32289
32519
|
|
|
32520
|
+
changeFilltyle(key) {
|
|
32521
|
+
this._globaOptions.viewModel.fillStyle = key;
|
|
32522
|
+
if (!this._slopeAnalysis) return;
|
|
32290
32523
|
|
|
32291
|
-
|
|
32292
|
-
|
|
32293
|
-
|
|
32294
|
-
|
|
32295
|
-
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
|
|
32299
|
-
*/
|
|
32524
|
+
switch (key) {
|
|
32525
|
+
case "tableColor":
|
|
32526
|
+
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
32527
|
+
this._slopeAnalysis.colorImage = null;
|
|
32528
|
+
this._slopeAnalysis.color = null;
|
|
32529
|
+
this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
32530
|
+
this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
32531
|
+
break;
|
|
32300
32532
|
|
|
32301
|
-
|
|
32302
|
-
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
// 隐藏比例尺
|
|
32309
|
-
hideScale: Boolean,
|
|
32310
|
-
// 隐藏经纬度
|
|
32311
|
-
hideLonLat: Boolean,
|
|
32312
|
-
// 隐藏视点高
|
|
32313
|
-
hideEyeAlt: Boolean,
|
|
32314
|
-
// 隐藏版权信息
|
|
32315
|
-
hideCopyright: {
|
|
32316
|
-
type: Boolean,
|
|
32317
|
-
default: true
|
|
32318
|
-
},
|
|
32319
|
-
// 版权信息文字
|
|
32320
|
-
copyrightText: String
|
|
32321
|
-
},
|
|
32533
|
+
case "colorImage":
|
|
32534
|
+
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
32535
|
+
this._slopeAnalysis.colorTableDegree = [];
|
|
32536
|
+
this._slopeAnalysis.colorTable = [];
|
|
32537
|
+
this._slopeAnalysis.color = null;
|
|
32538
|
+
this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
32539
|
+
break;
|
|
32322
32540
|
|
|
32323
|
-
|
|
32324
|
-
|
|
32325
|
-
|
|
32541
|
+
case "slopeFilter":
|
|
32542
|
+
this._slopeAnalysis.colorImage = null;
|
|
32543
|
+
this._slopeAnalysis.isFilter = true;
|
|
32544
|
+
this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope, this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope, this._slopeAnalysis.color = Cesium.Color.fromCssColorString(this._globaOptions.viewModel.slopeColorText).withAlpha(Number(this._globaOptions.viewModel.slopeColorAlpha));
|
|
32545
|
+
break;
|
|
32546
|
+
}
|
|
32547
|
+
} // 设置填充纹理值
|
|
32326
32548
|
|
|
32327
|
-
let {
|
|
32328
|
-
locale
|
|
32329
|
-
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
32330
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
32331
|
-
viewModel && viewModel.changeLanguage(newVal);
|
|
32332
|
-
});
|
|
32333
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
32334
|
-
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
32335
|
-
if (scenceView) {
|
|
32336
|
-
viewModel = new StatusBarViewModel/* default */.Z(scenceView._viewer, props);
|
|
32337
|
-
}
|
|
32338
|
-
});
|
|
32339
|
-
});
|
|
32340
|
-
return (_ctx, _cache) => {
|
|
32341
|
-
return null;
|
|
32342
|
-
};
|
|
32343
|
-
}
|
|
32344
32549
|
|
|
32345
|
-
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
//
|
|
32349
|
-
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
32350
|
-
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
32351
|
-
// 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=5c09c3c4&lang=scss
|
|
32352
|
-
var StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = __webpack_require__(807);
|
|
32353
|
-
;// 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=5c09c3c4&lang=scss
|
|
32550
|
+
setColorTableDegree(newValue) {
|
|
32551
|
+
this._globaOptions.viewModel.colorTableDegree = newValue;
|
|
32552
|
+
if (this._slopeAnalysis) this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
32553
|
+
} // 设置填充纹理颜色
|
|
32354
32554
|
|
|
32355
|
-
|
|
32356
32555
|
|
|
32357
|
-
|
|
32556
|
+
setColorTable(newValue) {
|
|
32557
|
+
this._globaOptions.viewModel.colorTable = newValue;
|
|
32558
|
+
if (this._slopeAnalysis) this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
32559
|
+
} // 设置填充纹理
|
|
32358
32560
|
|
|
32359
|
-
options.insert = "head";
|
|
32360
|
-
options.singleton = false;
|
|
32361
32561
|
|
|
32362
|
-
|
|
32562
|
+
setColorImage(newValue) {
|
|
32563
|
+
this._globaOptions.viewModel.imageSrc = newValue;
|
|
32564
|
+
if (this._slopeAnalysis) this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
32565
|
+
} // 设置渐变纹理
|
|
32363
32566
|
|
|
32364
32567
|
|
|
32568
|
+
getColorLine(key) {
|
|
32569
|
+
var path = "";
|
|
32365
32570
|
|
|
32366
|
-
|
|
32367
|
-
|
|
32571
|
+
switch (key) {
|
|
32572
|
+
case 0:
|
|
32573
|
+
path = const_image_.RED_TO_PURPLE_URL;
|
|
32574
|
+
break;
|
|
32368
32575
|
|
|
32369
|
-
|
|
32576
|
+
case 1:
|
|
32577
|
+
path = const_image_.PURPLE_TO_YELLOW_URL;
|
|
32578
|
+
break;
|
|
32370
32579
|
|
|
32580
|
+
case 2:
|
|
32581
|
+
path = const_image_.GREEN_TO_BLUE_URL;
|
|
32582
|
+
break;
|
|
32371
32583
|
|
|
32584
|
+
default:
|
|
32585
|
+
path = const_image_.RED_TO_PURPLE_URL;
|
|
32586
|
+
break;
|
|
32587
|
+
}
|
|
32372
32588
|
|
|
32373
|
-
;
|
|
32589
|
+
return path;
|
|
32590
|
+
} // 设置坡度过滤样式
|
|
32374
32591
|
|
|
32375
|
-
const __exports__ = StatusBarvue_type_script_setup_true_lang_js;
|
|
32376
32592
|
|
|
32377
|
-
|
|
32378
|
-
|
|
32379
|
-
|
|
32380
|
-
|
|
32381
|
-
|
|
32593
|
+
setSlopeFilterColor(slopeColorText, slopeColorAlpha) {
|
|
32594
|
+
this._globaOptions.viewModel.slopeColorText = slopeColorText;
|
|
32595
|
+
this._globaOptions.viewModel.slopeColorAlpha = Number(slopeColorAlpha);
|
|
32596
|
+
if (this._slopeAnalysis) this._slopeAnalysis.color = Cesium.Color.fromCssColorString(slopeColorText).withAlpha(Number(slopeColorAlpha));
|
|
32597
|
+
} // 设置最小坡度值
|
|
32382
32598
|
|
|
32383
32599
|
|
|
32600
|
+
setSlopeFilterMin(newValue) {
|
|
32601
|
+
this._globaOptions.viewModel.minSlope = Number(newValue);
|
|
32602
|
+
if (this._slopeAnalysis) this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope;
|
|
32603
|
+
} // 设置最大坡度值
|
|
32384
32604
|
|
|
32385
32605
|
|
|
32386
|
-
|
|
32387
|
-
|
|
32388
|
-
|
|
32389
|
-
}
|
|
32606
|
+
setSlopeFilterMax(newValue) {
|
|
32607
|
+
this._globaOptions.viewModel.maxSlope = Number(newValue);
|
|
32608
|
+
if (this._slopeAnalysis) this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope;
|
|
32609
|
+
} // 设置采样间隔
|
|
32610
|
+
|
|
32611
|
+
|
|
32612
|
+
setInterval(newValue) {
|
|
32613
|
+
if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
|
|
32614
|
+
} // 设置箭头宽度
|
|
32615
|
+
|
|
32616
|
+
|
|
32617
|
+
setArrowWidth(newValue) {
|
|
32618
|
+
if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
|
|
32619
|
+
} // 设置箭头颜色
|
|
32620
|
+
|
|
32621
|
+
|
|
32622
|
+
setArrowColor(newValue) {
|
|
32623
|
+
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
32624
|
+
} // 清除全部结果
|
|
32625
|
+
|
|
32626
|
+
|
|
32627
|
+
clear() {
|
|
32628
|
+
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
32629
|
+
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
32630
|
+
this._slopeAnalysis = null;
|
|
32631
|
+
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
32632
|
+
} // 销毁
|
|
32633
|
+
|
|
32634
|
+
|
|
32635
|
+
destroy() {
|
|
32636
|
+
// 移除监听事件
|
|
32637
|
+
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
32638
|
+
this._globaOptions._drawFinishedEventListener = null;
|
|
32639
|
+
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
32640
|
+
this._slopeAnalysis = null;
|
|
32641
|
+
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
32642
|
+
this._aspectAnalysis = null;
|
|
32643
|
+
}
|
|
32644
|
+
|
|
32645
|
+
}
|
|
32646
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
32647
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
32648
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
32649
|
+
var util_ = __webpack_require__(3458);
|
|
32650
|
+
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
32651
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
32652
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
32653
|
+
|
|
32654
|
+
const _hoisted_1 = {
|
|
32655
|
+
class: "kq3d-slope-aspect-analysis-box"
|
|
32656
|
+
};
|
|
32657
|
+
const _hoisted_2 = {
|
|
32658
|
+
key: 0
|
|
32659
|
+
};
|
|
32660
|
+
const _hoisted_3 = {
|
|
32661
|
+
class: "kq3d-slope-aspect-analysis-span"
|
|
32662
|
+
};
|
|
32663
|
+
const _hoisted_4 = {
|
|
32664
|
+
key: 1
|
|
32665
|
+
};
|
|
32666
|
+
|
|
32667
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1
|
|
32668
|
+
/* HOISTED */
|
|
32669
|
+
);
|
|
32670
|
+
|
|
32671
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
32672
|
+
class: "kq3d-slope-aspect-analysis-line"
|
|
32673
|
+
}, null, -1
|
|
32674
|
+
/* HOISTED */
|
|
32675
|
+
);
|
|
32676
|
+
|
|
32677
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
32678
|
+
/* HOISTED */
|
|
32679
|
+
);
|
|
32680
|
+
|
|
32681
|
+
const _hoisted_8 = ["src"];
|
|
32682
|
+
const _hoisted_9 = {
|
|
32683
|
+
key: 2
|
|
32684
|
+
};
|
|
32685
|
+
const _hoisted_10 = {
|
|
32686
|
+
class: "kq3d-slope-aspect-analysis-footer"
|
|
32687
|
+
};
|
|
32688
|
+
|
|
32689
|
+
|
|
32690
|
+
|
|
32691
|
+
|
|
32692
|
+
|
|
32693
|
+
|
|
32694
|
+
|
|
32695
|
+
const __default__ = {
|
|
32696
|
+
name: "Kq3dSlopeAspectAnalysis"
|
|
32697
|
+
};
|
|
32698
|
+
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
32699
|
+
props: {
|
|
32700
|
+
// 设置参数
|
|
32701
|
+
settingParams: {
|
|
32702
|
+
type: Object
|
|
32703
|
+
},
|
|
32704
|
+
// 是否显示阴影效果
|
|
32705
|
+
showShadow: {
|
|
32706
|
+
type: Boolean,
|
|
32707
|
+
default: true
|
|
32708
|
+
},
|
|
32709
|
+
|
|
32710
|
+
/**
|
|
32711
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
32712
|
+
*/
|
|
32713
|
+
position: [String, Object],
|
|
32714
|
+
// 是否生成HeaderTemp
|
|
32715
|
+
showHeaderTemp: {
|
|
32716
|
+
type: Boolean,
|
|
32717
|
+
default: false
|
|
32718
|
+
},
|
|
32719
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
32720
|
+
isCollapseHeaderTemp: {
|
|
32721
|
+
type: Boolean,
|
|
32722
|
+
default: false
|
|
32723
|
+
},
|
|
32724
|
+
// HeaderTemp标题
|
|
32725
|
+
headerTempTitle: {
|
|
32726
|
+
type: String
|
|
32727
|
+
},
|
|
32728
|
+
// HeaderTemp图标
|
|
32729
|
+
headerTempIcon: {
|
|
32730
|
+
type: [Object, String],
|
|
32731
|
+
default: client_icons_vue_.IconSlopeAnalysis
|
|
32732
|
+
},
|
|
32733
|
+
// HeaderTemp Title&Icon的位置
|
|
32734
|
+
isRight: {
|
|
32735
|
+
type: Boolean,
|
|
32736
|
+
default: true
|
|
32737
|
+
}
|
|
32738
|
+
},
|
|
32739
|
+
|
|
32740
|
+
setup(__props, {
|
|
32741
|
+
expose
|
|
32742
|
+
}) {
|
|
32743
|
+
const props = __props;
|
|
32744
|
+
const {
|
|
32745
|
+
proxy
|
|
32746
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
32747
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
32748
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
32749
|
+
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
32750
|
+
colorTableDegree: 0,
|
|
32751
|
+
colorTable: null
|
|
32752
|
+
}, {
|
|
32753
|
+
colorTableDegree: 10,
|
|
32754
|
+
colorTable: "#00FF00"
|
|
32755
|
+
}, {
|
|
32756
|
+
colorTableDegree: 20,
|
|
32757
|
+
colorTable: "#0000FF"
|
|
32758
|
+
}, {
|
|
32759
|
+
colorTableDegree: 30,
|
|
32760
|
+
colorTable: "#FFFF00"
|
|
32761
|
+
}, {
|
|
32762
|
+
colorTableDegree: 40,
|
|
32763
|
+
colorTable: "#FF7F00"
|
|
32764
|
+
}, {
|
|
32765
|
+
colorTableDegree: 90,
|
|
32766
|
+
colorTable: "#FF0000"
|
|
32767
|
+
}]);
|
|
32768
|
+
const colorImages = [{
|
|
32769
|
+
value: 0,
|
|
32770
|
+
src: const_image_.RED_TO_PURPLE_URL
|
|
32771
|
+
}, {
|
|
32772
|
+
value: 1,
|
|
32773
|
+
src: const_image_.PURPLE_TO_YELLOW_URL
|
|
32774
|
+
}, {
|
|
32775
|
+
value: 2,
|
|
32776
|
+
src: const_image_.GREEN_TO_BLUE_URL
|
|
32777
|
+
}]; //计算属性
|
|
32778
|
+
// 获取组件传参
|
|
32779
|
+
// 分析类
|
|
32780
|
+
|
|
32781
|
+
let viewModel = null; // 默认参数
|
|
32782
|
+
|
|
32783
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
32784
|
+
collapseValue: props.settingParams && props.settingParams.collapseValue || "",
|
|
32785
|
+
// 折叠组件是否折叠,slope:展开坡度设置,aspect:展开破坡向设置
|
|
32786
|
+
fillStyle: props.settingParams && props.settingParams.fillStyle || "tableColor",
|
|
32787
|
+
colorTableDegree: props.settingParams && props.settingParams.colorTableDegree || [10, 20, 30, 40, 90],
|
|
32788
|
+
colorTable: props.settingParams && props.settingParams.colorTable || ["#00FF00", "#0000FF", "#FFFF00", "#FF7F00", "#FF0000"],
|
|
32789
|
+
colorImage: props.settingParams && props.settingParams.colorImage || 0,
|
|
32790
|
+
minSlope: props.settingParams && props.settingParams.minSlope || 10,
|
|
32791
|
+
maxSlope: props.settingParams && props.settingParams.maxSlope || 60,
|
|
32792
|
+
slopeColorAlpha: props.settingParams && props.settingParams.slopeColorAlpha || 0.3,
|
|
32793
|
+
slopeColorText: props.settingParams && props.settingParams.slopeColorText || "#FF0000",
|
|
32794
|
+
// 坡向参数
|
|
32795
|
+
interval: props.settingParams && props.settingParams.interval || 500,
|
|
32796
|
+
// 采样间隔
|
|
32797
|
+
minInterval: props.settingParams && props.settingParams.minInterval || 100,
|
|
32798
|
+
// 采样间隔最小值
|
|
32799
|
+
maxInterval: props.settingParams && props.settingParams.maxInterval || 1000,
|
|
32800
|
+
// 采样间隔最大值
|
|
32801
|
+
arrowWidth: props.settingParams && props.settingParams.arrowWidth || 20,
|
|
32802
|
+
// 箭头宽度
|
|
32803
|
+
minArrowWidth: props.settingParams && props.settingParams.minArrowWidth || 1,
|
|
32804
|
+
// 箭头宽度最小值
|
|
32805
|
+
maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
|
|
32806
|
+
// 箭头宽度最大值
|
|
32807
|
+
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
32808
|
+
|
|
32809
|
+
}); // 组件容器Ref
|
|
32810
|
+
|
|
32811
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
32812
|
+
|
|
32813
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
32814
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
32815
|
+
|
|
32816
|
+
let {
|
|
32817
|
+
locale,
|
|
32818
|
+
messages
|
|
32819
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
32820
|
+
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
32821
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
32822
|
+
language.value = messages.value[newVal]["webgl"];
|
|
32823
|
+
headerTempTitle.value = language.value.slopeAspectAnalysisTitle;
|
|
32824
|
+
});
|
|
32825
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
32826
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
32827
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
32828
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
32829
|
+
});
|
|
32830
|
+
watchCreateHeaderTemp();
|
|
32831
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
32832
|
+
watchCreateHeaderTemp();
|
|
32833
|
+
});
|
|
32834
|
+
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
32835
|
+
|
|
32836
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
32837
|
+
if (scenceView) {
|
|
32838
|
+
refactorArr();
|
|
32839
|
+
viewModel = new SlopeAspectAnalysisViewModel(scenceView, formItem); // var imageUrl = getImagePath(formItem.colorImage);
|
|
32840
|
+
// viewModel.setColorImage(imageUrl);
|
|
32841
|
+
}
|
|
32842
|
+
});
|
|
32843
|
+
});
|
|
32844
|
+
/**
|
|
32845
|
+
* @description 监听header生成
|
|
32846
|
+
*/
|
|
32847
|
+
|
|
32848
|
+
const watchCreateHeaderTemp = () => {
|
|
32849
|
+
if (props.showHeaderTemp) {
|
|
32850
|
+
// 生成headerTemp
|
|
32851
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
32852
|
+
}
|
|
32853
|
+
}; // 刷新自定义样式数组
|
|
32854
|
+
|
|
32855
|
+
|
|
32856
|
+
function refactorArr(type) {
|
|
32857
|
+
if (!dataList || !dataList.length) return;
|
|
32858
|
+
|
|
32859
|
+
if (type == "degree") {
|
|
32860
|
+
formItem.colorTableDegree = dataList.map(item => {
|
|
32861
|
+
return item.colorTableDegree;
|
|
32862
|
+
});
|
|
32863
|
+
formItem.colorTableDegree.shift();
|
|
32864
|
+
} else if (type == "color") {
|
|
32865
|
+
formItem.colorTable = dataList.map(item => {
|
|
32866
|
+
return item.colorTable;
|
|
32867
|
+
});
|
|
32868
|
+
formItem.colorTable.shift();
|
|
32869
|
+
}
|
|
32870
|
+
} //获取图片路径
|
|
32871
|
+
|
|
32872
|
+
|
|
32873
|
+
function getImagePath(value) {
|
|
32874
|
+
var imagePath = "";
|
|
32875
|
+
var image = colorImages.find(item => item.value === value);
|
|
32876
|
+
|
|
32877
|
+
if (image) {
|
|
32878
|
+
imagePath = image.src;
|
|
32879
|
+
}
|
|
32880
|
+
|
|
32881
|
+
return imagePath;
|
|
32882
|
+
} // 参数改变
|
|
32883
|
+
|
|
32884
|
+
|
|
32885
|
+
function paramsChanged(key) {
|
|
32886
|
+
switch (key) {
|
|
32887
|
+
case "fillStyle":
|
|
32888
|
+
// 填充样式
|
|
32889
|
+
viewModel.changeFilltyle(formItem.fillStyle);
|
|
32890
|
+
break;
|
|
32891
|
+
|
|
32892
|
+
case "colorTableDegree":
|
|
32893
|
+
// 自定义填充样式区间
|
|
32894
|
+
refactorArr("degree");
|
|
32895
|
+
viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
32896
|
+
break;
|
|
32897
|
+
|
|
32898
|
+
case "colorTable":
|
|
32899
|
+
// 自定义填充样式颜色
|
|
32900
|
+
refactorArr("color");
|
|
32901
|
+
viewModel.setColorTable(formItem.colorTable);
|
|
32902
|
+
break;
|
|
32903
|
+
|
|
32904
|
+
case "colorImage":
|
|
32905
|
+
// 填充样式
|
|
32906
|
+
var imageUrl = getImagePath(formItem.colorImage);
|
|
32907
|
+
viewModel.setColorImage(imageUrl);
|
|
32908
|
+
break;
|
|
32909
|
+
|
|
32910
|
+
case "minSlope":
|
|
32911
|
+
// 填充样式
|
|
32912
|
+
viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
32913
|
+
break;
|
|
32914
|
+
|
|
32915
|
+
case "maxSlope":
|
|
32916
|
+
// 填充样式
|
|
32917
|
+
viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
32918
|
+
break;
|
|
32919
|
+
|
|
32920
|
+
case "slopeColorAlpha":
|
|
32921
|
+
// 填充样式
|
|
32922
|
+
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
32923
|
+
break;
|
|
32924
|
+
|
|
32925
|
+
case "slopeColorText":
|
|
32926
|
+
// 填充样式
|
|
32927
|
+
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
32928
|
+
break;
|
|
32929
|
+
|
|
32930
|
+
case "interval":
|
|
32931
|
+
// 采样间隔
|
|
32932
|
+
viewModel.setInterval(formItem.interval);
|
|
32933
|
+
break;
|
|
32934
|
+
|
|
32935
|
+
case "arrowWidth":
|
|
32936
|
+
// 箭头间隔
|
|
32937
|
+
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
32938
|
+
break;
|
|
32939
|
+
|
|
32940
|
+
case "arrowColor":
|
|
32941
|
+
// 箭头颜色
|
|
32942
|
+
viewModel.setArrowColor(formItem.arrowColor);
|
|
32943
|
+
break;
|
|
32944
|
+
|
|
32945
|
+
default:
|
|
32946
|
+
break;
|
|
32947
|
+
}
|
|
32948
|
+
} // 开始分析
|
|
32949
|
+
|
|
32950
|
+
|
|
32951
|
+
function startAnalysis() {
|
|
32952
|
+
clearResult();
|
|
32953
|
+
viewModel && viewModel.start();
|
|
32954
|
+
} //清除结果
|
|
32955
|
+
|
|
32956
|
+
|
|
32957
|
+
function clearResult() {
|
|
32958
|
+
viewModel && viewModel.clear();
|
|
32959
|
+
} // 销毁
|
|
32960
|
+
|
|
32961
|
+
|
|
32962
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
32963
|
+
viewModel && viewModel.destroy();
|
|
32964
|
+
});
|
|
32965
|
+
expose({
|
|
32966
|
+
refactorArr,
|
|
32967
|
+
getImagePath,
|
|
32968
|
+
paramsChanged,
|
|
32969
|
+
startAnalysis,
|
|
32970
|
+
clearResult
|
|
32971
|
+
});
|
|
32972
|
+
return (_ctx, _cache) => {
|
|
32973
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
32974
|
+
|
|
32975
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
32976
|
+
|
|
32977
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
32978
|
+
|
|
32979
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
32980
|
+
|
|
32981
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
32982
|
+
|
|
32983
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
32984
|
+
|
|
32985
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
32986
|
+
|
|
32987
|
+
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
32988
|
+
|
|
32989
|
+
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
32990
|
+
|
|
32991
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
32992
|
+
|
|
32993
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
32994
|
+
|
|
32995
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
32996
|
+
|
|
32997
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
32998
|
+
|
|
32999
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
33000
|
+
|
|
33001
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
33002
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-slope-aspect-analysis", {
|
|
33003
|
+
'kq-box-shadow': __props.showShadow
|
|
33004
|
+
}]),
|
|
33005
|
+
ref_key: "boxRef",
|
|
33006
|
+
ref: boxRef
|
|
33007
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
33008
|
+
key: 0,
|
|
33009
|
+
ref_key: "headerTempRef",
|
|
33010
|
+
ref: headerTempRef
|
|
33011
|
+
}, null, 512
|
|
33012
|
+
/* NEED_PATCH */
|
|
33013
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle !== 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
33014
|
+
key: 0,
|
|
33015
|
+
class: "kq3d-slope-aspect-analysis-tip"
|
|
33016
|
+
}, {
|
|
33017
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
|
|
33018
|
+
/* TEXT */
|
|
33019
|
+
)]),
|
|
33020
|
+
_: 1
|
|
33021
|
+
/* STABLE */
|
|
33022
|
+
|
|
33023
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
33024
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
33025
|
+
}, {
|
|
33026
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
33027
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeAnalysisSettings,
|
|
33028
|
+
name: "slope"
|
|
33029
|
+
}, {
|
|
33030
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
33031
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
33032
|
+
"label-position": "left"
|
|
33033
|
+
}, {
|
|
33034
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33035
|
+
style: {
|
|
33036
|
+
"display": "block"
|
|
33037
|
+
}
|
|
33038
|
+
}, {
|
|
33039
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33040
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillStyle
|
|
33041
|
+
}, {
|
|
33042
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
33043
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
33044
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
33045
|
+
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('fillStyle'))
|
|
33046
|
+
}, {
|
|
33047
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
33048
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
|
|
33049
|
+
value: "tableColor"
|
|
33050
|
+
}, null, 8
|
|
33051
|
+
/* PROPS */
|
|
33052
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
33053
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
|
|
33054
|
+
value: "colorImage"
|
|
33055
|
+
}, null, 8
|
|
33056
|
+
/* PROPS */
|
|
33057
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
33058
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeFilter,
|
|
33059
|
+
value: "slopeFilter"
|
|
33060
|
+
}, null, 8
|
|
33061
|
+
/* PROPS */
|
|
33062
|
+
, ["label"])]),
|
|
33063
|
+
_: 1
|
|
33064
|
+
/* STABLE */
|
|
33065
|
+
|
|
33066
|
+
}, 8
|
|
33067
|
+
/* PROPS */
|
|
33068
|
+
, ["modelValue"])]),
|
|
33069
|
+
_: 1
|
|
33070
|
+
/* STABLE */
|
|
33071
|
+
|
|
33072
|
+
}, 8
|
|
33073
|
+
/* PROPS */
|
|
33074
|
+
, ["label"])]),
|
|
33075
|
+
_: 1
|
|
33076
|
+
/* STABLE */
|
|
33077
|
+
|
|
33078
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'tableColor' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33079
|
+
style: {
|
|
33080
|
+
"display": "flex"
|
|
33081
|
+
}
|
|
33082
|
+
}, {
|
|
33083
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33084
|
+
span: 18
|
|
33085
|
+
}, {
|
|
33086
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).setSlopeRange), 1
|
|
33087
|
+
/* TEXT */
|
|
33088
|
+
)]),
|
|
33089
|
+
_: 1
|
|
33090
|
+
/* STABLE */
|
|
33091
|
+
|
|
33092
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33093
|
+
span: 6
|
|
33094
|
+
}, {
|
|
33095
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).setColor), 1
|
|
33096
|
+
/* TEXT */
|
|
33097
|
+
)]),
|
|
33098
|
+
_: 1
|
|
33099
|
+
/* STABLE */
|
|
33100
|
+
|
|
33101
|
+
})]),
|
|
33102
|
+
_: 1
|
|
33103
|
+
/* STABLE */
|
|
33104
|
+
|
|
33105
|
+
}), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList), (item, index) => {
|
|
33106
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
33107
|
+
key: index,
|
|
33108
|
+
style: {
|
|
33109
|
+
"display": "flex",
|
|
33110
|
+
"padding-bottom": "8px"
|
|
33111
|
+
}
|
|
33112
|
+
}, {
|
|
33113
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [index > 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, {
|
|
33114
|
+
key: 0
|
|
33115
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33116
|
+
span: 18
|
|
33117
|
+
}, {
|
|
33118
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [index === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
33119
|
+
key: 0,
|
|
33120
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
33121
|
+
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
33122
|
+
disabled: true,
|
|
33123
|
+
onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
|
|
33124
|
+
"controls-position": "right"
|
|
33125
|
+
}, null, 8
|
|
33126
|
+
/* PROPS */
|
|
33127
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
33128
|
+
key: 1,
|
|
33129
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
33130
|
+
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
33131
|
+
disabled: true,
|
|
33132
|
+
step: 1,
|
|
33133
|
+
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
|
|
33134
|
+
"controls-position": "right"
|
|
33135
|
+
}, null, 8
|
|
33136
|
+
/* PROPS */
|
|
33137
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
|
|
33138
|
+
/* TEXT */
|
|
33139
|
+
), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
33140
|
+
key: 2,
|
|
33141
|
+
modelValue: item.colorTableDegree,
|
|
33142
|
+
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
33143
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
33144
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableDegree,
|
|
33145
|
+
step: 1,
|
|
33146
|
+
onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
|
|
33147
|
+
"controls-position": "right"
|
|
33148
|
+
}, null, 8
|
|
33149
|
+
/* PROPS */
|
|
33150
|
+
, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
33151
|
+
key: 3,
|
|
33152
|
+
modelValue: item.colorTableDegree,
|
|
33153
|
+
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
33154
|
+
step: 1,
|
|
33155
|
+
disabled: true,
|
|
33156
|
+
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
|
|
33157
|
+
"controls-position": "right"
|
|
33158
|
+
}, null, 8
|
|
33159
|
+
/* PROPS */
|
|
33160
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
33161
|
+
_: 2
|
|
33162
|
+
/* DYNAMIC */
|
|
33163
|
+
|
|
33164
|
+
}, 1024
|
|
33165
|
+
/* DYNAMIC_SLOTS */
|
|
33166
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33167
|
+
span: 6
|
|
33168
|
+
}, {
|
|
33169
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
33170
|
+
modelValue: item.colorTable,
|
|
33171
|
+
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
33172
|
+
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('colorTable'))
|
|
33173
|
+
}, null, 8
|
|
33174
|
+
/* PROPS */
|
|
33175
|
+
, ["modelValue", "onUpdate:modelValue"])]),
|
|
33176
|
+
_: 2
|
|
33177
|
+
/* DYNAMIC */
|
|
33178
|
+
|
|
33179
|
+
}, 1024
|
|
33180
|
+
/* DYNAMIC_SLOTS */
|
|
33181
|
+
)], 64
|
|
33182
|
+
/* STABLE_FRAGMENT */
|
|
33183
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
33184
|
+
_: 2
|
|
33185
|
+
/* DYNAMIC */
|
|
33186
|
+
|
|
33187
|
+
}, 1024
|
|
33188
|
+
/* DYNAMIC_SLOTS */
|
|
33189
|
+
);
|
|
33190
|
+
}), 128
|
|
33191
|
+
/* KEYED_FRAGMENT */
|
|
33192
|
+
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'colorImage' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33193
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33194
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
33195
|
+
}, {
|
|
33196
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33197
|
+
style: {
|
|
33198
|
+
"display": "flex"
|
|
33199
|
+
}
|
|
33200
|
+
}, {
|
|
33201
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
33202
|
+
_: 1
|
|
33203
|
+
/* STABLE */
|
|
33204
|
+
|
|
33205
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
33206
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
33207
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
33208
|
+
onChange: _cache[8] || (_cache[8] = $event => paramsChanged('colorImage'))
|
|
33209
|
+
}, {
|
|
33210
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(colorImages, (item, index) => {
|
|
33211
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
33212
|
+
key: index,
|
|
33213
|
+
label: index
|
|
33214
|
+
}, {
|
|
33215
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
33216
|
+
class: "kq3d-slope-aspect-analysis-legend",
|
|
33217
|
+
src: item.src,
|
|
33218
|
+
alt: ""
|
|
33219
|
+
}, null, 8
|
|
33220
|
+
/* PROPS */
|
|
33221
|
+
, _hoisted_8)]),
|
|
33222
|
+
_: 2
|
|
33223
|
+
/* DYNAMIC */
|
|
33224
|
+
|
|
33225
|
+
}, 1032
|
|
33226
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
33227
|
+
, ["label"]);
|
|
33228
|
+
}), 64
|
|
33229
|
+
/* STABLE_FRAGMENT */
|
|
33230
|
+
))]),
|
|
33231
|
+
_: 1
|
|
33232
|
+
/* STABLE */
|
|
33233
|
+
|
|
33234
|
+
}, 8
|
|
33235
|
+
/* PROPS */
|
|
33236
|
+
, ["modelValue"])]),
|
|
33237
|
+
_: 1
|
|
33238
|
+
/* STABLE */
|
|
33239
|
+
|
|
33240
|
+
}, 8
|
|
33241
|
+
/* PROPS */
|
|
33242
|
+
, ["label"])]),
|
|
33243
|
+
_: 1
|
|
33244
|
+
/* STABLE */
|
|
33245
|
+
|
|
33246
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33247
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33248
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
33249
|
+
}, {
|
|
33250
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33251
|
+
style: {
|
|
33252
|
+
"display": "flex"
|
|
33253
|
+
}
|
|
33254
|
+
}, {
|
|
33255
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33256
|
+
span: 16
|
|
33257
|
+
}, {
|
|
33258
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
33259
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope,
|
|
33260
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope = $event),
|
|
33261
|
+
step: 1,
|
|
33262
|
+
min: 0,
|
|
33263
|
+
max: 90,
|
|
33264
|
+
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
|
|
33265
|
+
}, null, 8
|
|
33266
|
+
/* PROPS */
|
|
33267
|
+
, ["modelValue"])]),
|
|
33268
|
+
_: 1
|
|
33269
|
+
/* STABLE */
|
|
33270
|
+
|
|
33271
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33272
|
+
span: 8
|
|
33273
|
+
}, {
|
|
33274
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
33275
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope,
|
|
33276
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope = $event),
|
|
33277
|
+
step: 1,
|
|
33278
|
+
min: 0,
|
|
33279
|
+
max: 90,
|
|
33280
|
+
"controls-position": "right",
|
|
33281
|
+
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
|
|
33282
|
+
}, null, 8
|
|
33283
|
+
/* PROPS */
|
|
33284
|
+
, ["modelValue"])]),
|
|
33285
|
+
_: 1
|
|
33286
|
+
/* STABLE */
|
|
33287
|
+
|
|
33288
|
+
})]),
|
|
33289
|
+
_: 1
|
|
33290
|
+
/* STABLE */
|
|
33291
|
+
|
|
33292
|
+
})]),
|
|
33293
|
+
_: 1
|
|
33294
|
+
/* STABLE */
|
|
33295
|
+
|
|
33296
|
+
}, 8
|
|
33297
|
+
/* PROPS */
|
|
33298
|
+
, ["label"])]),
|
|
33299
|
+
_: 1
|
|
33300
|
+
/* STABLE */
|
|
33301
|
+
|
|
33302
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33303
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33304
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSlope
|
|
33305
|
+
}, {
|
|
33306
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33307
|
+
style: {
|
|
33308
|
+
"display": "flex"
|
|
33309
|
+
}
|
|
33310
|
+
}, {
|
|
33311
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33312
|
+
span: 16
|
|
33313
|
+
}, {
|
|
33314
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
33315
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope,
|
|
33316
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope = $event),
|
|
33317
|
+
step: 1,
|
|
33318
|
+
min: 0,
|
|
33319
|
+
max: 90,
|
|
33320
|
+
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
|
|
33321
|
+
}, null, 8
|
|
33322
|
+
/* PROPS */
|
|
33323
|
+
, ["modelValue"])]),
|
|
33324
|
+
_: 1
|
|
33325
|
+
/* STABLE */
|
|
33326
|
+
|
|
33327
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33328
|
+
span: 8
|
|
33329
|
+
}, {
|
|
33330
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
33331
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope,
|
|
33332
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope = $event),
|
|
33333
|
+
step: 1,
|
|
33334
|
+
min: 0,
|
|
33335
|
+
max: 90,
|
|
33336
|
+
"controls-position": "right",
|
|
33337
|
+
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
|
|
33338
|
+
}, null, 8
|
|
33339
|
+
/* PROPS */
|
|
33340
|
+
, ["modelValue"])]),
|
|
33341
|
+
_: 1
|
|
33342
|
+
/* STABLE */
|
|
33343
|
+
|
|
33344
|
+
})]),
|
|
33345
|
+
_: 1
|
|
33346
|
+
/* STABLE */
|
|
33347
|
+
|
|
33348
|
+
})]),
|
|
33349
|
+
_: 1
|
|
33350
|
+
/* STABLE */
|
|
33351
|
+
|
|
33352
|
+
}, 8
|
|
33353
|
+
/* PROPS */
|
|
33354
|
+
, ["label"])]),
|
|
33355
|
+
_: 1
|
|
33356
|
+
/* STABLE */
|
|
33357
|
+
|
|
33358
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33359
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33360
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
33361
|
+
}, {
|
|
33362
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33363
|
+
style: {
|
|
33364
|
+
"display": "flex"
|
|
33365
|
+
}
|
|
33366
|
+
}, {
|
|
33367
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33368
|
+
span: 16
|
|
33369
|
+
}, {
|
|
33370
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
33371
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha,
|
|
33372
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha = $event),
|
|
33373
|
+
min: 0,
|
|
33374
|
+
max: 1,
|
|
33375
|
+
step: 0.01,
|
|
33376
|
+
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
33377
|
+
}, null, 8
|
|
33378
|
+
/* PROPS */
|
|
33379
|
+
, ["modelValue", "step"])]),
|
|
33380
|
+
_: 1
|
|
33381
|
+
/* STABLE */
|
|
33382
|
+
|
|
33383
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33384
|
+
span: 8
|
|
33385
|
+
}, {
|
|
33386
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
33387
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha,
|
|
33388
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha = $event),
|
|
33389
|
+
min: 0,
|
|
33390
|
+
max: 1,
|
|
33391
|
+
step: 0.01,
|
|
33392
|
+
"controls-position": "right",
|
|
33393
|
+
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
33394
|
+
}, null, 8
|
|
33395
|
+
/* PROPS */
|
|
33396
|
+
, ["modelValue", "step"])]),
|
|
33397
|
+
_: 1
|
|
33398
|
+
/* STABLE */
|
|
33399
|
+
|
|
33400
|
+
})]),
|
|
33401
|
+
_: 1
|
|
33402
|
+
/* STABLE */
|
|
33403
|
+
|
|
33404
|
+
})]),
|
|
33405
|
+
_: 1
|
|
33406
|
+
/* STABLE */
|
|
33407
|
+
|
|
33408
|
+
}, 8
|
|
33409
|
+
/* PROPS */
|
|
33410
|
+
, ["label"])]),
|
|
33411
|
+
_: 1
|
|
33412
|
+
/* STABLE */
|
|
33413
|
+
|
|
33414
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33415
|
+
style: {
|
|
33416
|
+
"padding-bottom": "8px"
|
|
33417
|
+
}
|
|
33418
|
+
}, {
|
|
33419
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33420
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).color
|
|
33421
|
+
}, {
|
|
33422
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
33423
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
33424
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText = $event),
|
|
33425
|
+
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('slopeColorText'))
|
|
33426
|
+
}, null, 8
|
|
33427
|
+
/* PROPS */
|
|
33428
|
+
, ["modelValue"])]),
|
|
33429
|
+
_: 1
|
|
33430
|
+
/* STABLE */
|
|
33431
|
+
|
|
33432
|
+
}, 8
|
|
33433
|
+
/* PROPS */
|
|
33434
|
+
, ["label"])]),
|
|
33435
|
+
_: 1
|
|
33436
|
+
/* STABLE */
|
|
33437
|
+
|
|
33438
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
33439
|
+
_: 1
|
|
33440
|
+
/* STABLE */
|
|
33441
|
+
|
|
33442
|
+
}, 8
|
|
33443
|
+
/* PROPS */
|
|
33444
|
+
, ["label-width"])]),
|
|
33445
|
+
_: 1
|
|
33446
|
+
/* STABLE */
|
|
33447
|
+
|
|
33448
|
+
}, 8
|
|
33449
|
+
/* PROPS */
|
|
33450
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
33451
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectAnalysisSettings,
|
|
33452
|
+
name: "aspect",
|
|
33453
|
+
class: "kq3d-slope-aspect-analysis-collapse-item"
|
|
33454
|
+
}, {
|
|
33455
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
33456
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
33457
|
+
"label-position": "left"
|
|
33458
|
+
}, {
|
|
33459
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33460
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33461
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).samplingInterval
|
|
33462
|
+
}, {
|
|
33463
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33464
|
+
style: {
|
|
33465
|
+
"display": "flex"
|
|
33466
|
+
}
|
|
33467
|
+
}, {
|
|
33468
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33469
|
+
span: 16
|
|
33470
|
+
}, {
|
|
33471
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
33472
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
|
|
33473
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval = $event),
|
|
33474
|
+
step: 1,
|
|
33475
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
33476
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
33477
|
+
onInput: _cache[24] || (_cache[24] = $event => paramsChanged('interval'))
|
|
33478
|
+
}, null, 8
|
|
33479
|
+
/* PROPS */
|
|
33480
|
+
, ["modelValue", "min", "max"])]),
|
|
33481
|
+
_: 1
|
|
33482
|
+
/* STABLE */
|
|
33483
|
+
|
|
33484
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33485
|
+
span: 8
|
|
33486
|
+
}, {
|
|
33487
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
33488
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
|
|
33489
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval = $event),
|
|
33490
|
+
step: 1,
|
|
33491
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
33492
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
33493
|
+
"controls-position": "right",
|
|
33494
|
+
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('interval'))
|
|
33495
|
+
}, null, 8
|
|
33496
|
+
/* PROPS */
|
|
33497
|
+
, ["modelValue", "min", "max"])]),
|
|
33498
|
+
_: 1
|
|
33499
|
+
/* STABLE */
|
|
33500
|
+
|
|
33501
|
+
})]),
|
|
33502
|
+
_: 1
|
|
33503
|
+
/* STABLE */
|
|
33504
|
+
|
|
33505
|
+
})]),
|
|
33506
|
+
_: 1
|
|
33507
|
+
/* STABLE */
|
|
33508
|
+
|
|
33509
|
+
}, 8
|
|
33510
|
+
/* PROPS */
|
|
33511
|
+
, ["label"])]),
|
|
33512
|
+
_: 1
|
|
33513
|
+
/* STABLE */
|
|
33514
|
+
|
|
33515
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33516
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33517
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
33518
|
+
}, {
|
|
33519
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
33520
|
+
style: {
|
|
33521
|
+
"display": "flex"
|
|
33522
|
+
}
|
|
33523
|
+
}, {
|
|
33524
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33525
|
+
span: 16
|
|
33526
|
+
}, {
|
|
33527
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
33528
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
|
|
33529
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth = $event),
|
|
33530
|
+
step: 1,
|
|
33531
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
33532
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
33533
|
+
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('arrowWidth'))
|
|
33534
|
+
}, null, 8
|
|
33535
|
+
/* PROPS */
|
|
33536
|
+
, ["modelValue", "min", "max"])]),
|
|
33537
|
+
_: 1
|
|
33538
|
+
/* STABLE */
|
|
33539
|
+
|
|
33540
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
33541
|
+
span: 8
|
|
33542
|
+
}, {
|
|
33543
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
33544
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
|
|
33545
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth = $event),
|
|
33546
|
+
step: 1,
|
|
33547
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
33548
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
33549
|
+
"controls-position": "right",
|
|
33550
|
+
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('arrowWidth'))
|
|
33551
|
+
}, null, 8
|
|
33552
|
+
/* PROPS */
|
|
33553
|
+
, ["modelValue", "min", "max"])]),
|
|
33554
|
+
_: 1
|
|
33555
|
+
/* STABLE */
|
|
33556
|
+
|
|
33557
|
+
})]),
|
|
33558
|
+
_: 1
|
|
33559
|
+
/* STABLE */
|
|
33560
|
+
|
|
33561
|
+
})]),
|
|
33562
|
+
_: 1
|
|
33563
|
+
/* STABLE */
|
|
33564
|
+
|
|
33565
|
+
}, 8
|
|
33566
|
+
/* PROPS */
|
|
33567
|
+
, ["label"])]),
|
|
33568
|
+
_: 1
|
|
33569
|
+
/* STABLE */
|
|
33570
|
+
|
|
33571
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
33572
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
33573
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
33574
|
+
}, {
|
|
33575
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
33576
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
33577
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
33578
|
+
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('arrowColor'))
|
|
33579
|
+
}, null, 8
|
|
33580
|
+
/* PROPS */
|
|
33581
|
+
, ["modelValue"])]),
|
|
33582
|
+
_: 1
|
|
33583
|
+
/* STABLE */
|
|
33584
|
+
|
|
33585
|
+
}, 8
|
|
33586
|
+
/* PROPS */
|
|
33587
|
+
, ["label"])]),
|
|
33588
|
+
_: 1
|
|
33589
|
+
/* STABLE */
|
|
33590
|
+
|
|
33591
|
+
})])]),
|
|
33592
|
+
_: 1
|
|
33593
|
+
/* STABLE */
|
|
33594
|
+
|
|
33595
|
+
}, 8
|
|
33596
|
+
/* PROPS */
|
|
33597
|
+
, ["label-width"])]),
|
|
33598
|
+
_: 1
|
|
33599
|
+
/* STABLE */
|
|
33600
|
+
|
|
33601
|
+
}, 8
|
|
33602
|
+
/* PROPS */
|
|
33603
|
+
, ["title"])]),
|
|
33604
|
+
_: 1
|
|
33605
|
+
/* STABLE */
|
|
33606
|
+
|
|
33607
|
+
}, 8
|
|
33608
|
+
/* PROPS */
|
|
33609
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
33610
|
+
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
33611
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
33612
|
+
type: "primary"
|
|
33613
|
+
}, {
|
|
33614
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1
|
|
33615
|
+
/* TEXT */
|
|
33616
|
+
)]),
|
|
33617
|
+
_: 1
|
|
33618
|
+
/* STABLE */
|
|
33619
|
+
|
|
33620
|
+
}, 8
|
|
33621
|
+
/* PROPS */
|
|
33622
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
33623
|
+
onClick: _cache[34] || (_cache[34] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
33624
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
33625
|
+
}, {
|
|
33626
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1
|
|
33627
|
+
/* TEXT */
|
|
33628
|
+
)]),
|
|
33629
|
+
_: 1
|
|
33630
|
+
/* STABLE */
|
|
33631
|
+
|
|
33632
|
+
}, 8
|
|
33633
|
+
/* PROPS */
|
|
33634
|
+
, ["title"])])])], 2
|
|
33635
|
+
/* CLASS */
|
|
33636
|
+
);
|
|
33637
|
+
};
|
|
33638
|
+
}
|
|
33639
|
+
|
|
33640
|
+
}));
|
|
33641
|
+
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
33642
|
+
|
|
33643
|
+
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue
|
|
33644
|
+
|
|
33645
|
+
|
|
33646
|
+
|
|
33647
|
+
const __exports__ = SlopeAspectAnalysisvue_type_script_setup_true_lang_js;
|
|
33648
|
+
|
|
33649
|
+
/* harmony default export */ var SlopeAspectAnalysis = (__exports__);
|
|
33650
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
33651
|
+
var init_js_ = __webpack_require__(7997);
|
|
33652
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
33653
|
+
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/index.js
|
|
33654
|
+
|
|
33655
|
+
|
|
33656
|
+
|
|
33657
|
+
|
|
33658
|
+
SlopeAspectAnalysis.install = (Vue, opts) => {
|
|
33659
|
+
init_js_default()(Vue, opts);
|
|
33660
|
+
Vue.component(SlopeAspectAnalysis.name, SlopeAspectAnalysis);
|
|
33661
|
+
};
|
|
33662
|
+
|
|
33663
|
+
|
|
33664
|
+
|
|
33665
|
+
/***/ }),
|
|
33666
|
+
|
|
33667
|
+
/***/ 6311:
|
|
33668
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
33669
|
+
|
|
33670
|
+
"use strict";
|
|
33671
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33672
|
+
/* harmony export */ "Z": function() { return /* binding */ StatusBarViewModel; }
|
|
33673
|
+
/* harmony export */ });
|
|
33674
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33675
|
+
|
|
33676
|
+
// 地图状态栏逻辑类
|
|
33677
|
+
class StatusBarViewModel {
|
|
33678
|
+
constructor(viewer, options) {
|
|
33679
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33680
|
+
|
|
33681
|
+
viewer.statusBar.show = true;
|
|
33682
|
+
let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
|
|
33683
|
+
callback(() => {
|
|
33684
|
+
// viewer.statusBar.container.style.bottom = "16px";
|
|
33685
|
+
//viewer.statusBar.container.parentElement.style.right = "0px!important";
|
|
33686
|
+
// console.log(viewer.statusBar.container.parentElement.style.right);
|
|
33687
|
+
if (options.hideResolution) {
|
|
33688
|
+
viewer.statusBar.hideResolution();
|
|
33689
|
+
}
|
|
33690
|
+
|
|
33691
|
+
if (options.hideScale) {
|
|
33692
|
+
viewer.statusBar.hideScale();
|
|
33693
|
+
}
|
|
33694
|
+
|
|
33695
|
+
if (options.hideLonLat) {
|
|
33696
|
+
viewer.statusBar.hideLonLat();
|
|
33697
|
+
}
|
|
33698
|
+
|
|
33699
|
+
if (options.hideEyeAlt) {
|
|
33700
|
+
viewer.statusBar.hideEyeAlt();
|
|
33701
|
+
}
|
|
33702
|
+
|
|
33703
|
+
if (options.hideCopyright) {
|
|
33704
|
+
viewer.statusBar.hideCopyright();
|
|
33705
|
+
}
|
|
33706
|
+
|
|
33707
|
+
if (options.copyrightText) {
|
|
33708
|
+
viewer.statusBar.setCopyrightText(options.copyrightText);
|
|
33709
|
+
}
|
|
33710
|
+
});
|
|
33711
|
+
this._viewer = viewer;
|
|
33712
|
+
}
|
|
33713
|
+
|
|
33714
|
+
changeLanguage(lang) {
|
|
33715
|
+
var that = this;
|
|
33716
|
+
|
|
33717
|
+
if (that._viewer.statusBar._ready) {
|
|
33718
|
+
var originLanguage = that._viewer.statusBar._curLanguage;
|
|
33719
|
+
var language = new Cesium.Languages({
|
|
33720
|
+
languageStyle: lang == 'zh' ? 'zh-cn' : 'en'
|
|
33721
|
+
});
|
|
33722
|
+
language.readyPromise.then(function () {
|
|
33723
|
+
//loaded success
|
|
33724
|
+
that._viewer._language = language;
|
|
33725
|
+
var langContent = language.content;
|
|
33726
|
+
|
|
33727
|
+
if (langContent) {
|
|
33728
|
+
that._viewer.statusBar._curLanguage = {
|
|
33729
|
+
mUnit: langContent.mUnit,
|
|
33730
|
+
kmUnit: langContent.kmUnit,
|
|
33731
|
+
sqkmUnit: langContent.sqkmUnit,
|
|
33732
|
+
sqmUnit: langContent.sqmUnit,
|
|
33733
|
+
N: langContent.N,
|
|
33734
|
+
S: langContent.S,
|
|
33735
|
+
E: langContent.E,
|
|
33736
|
+
W: langContent.W,
|
|
33737
|
+
du: langContent.du,
|
|
33738
|
+
fen: langContent.fen,
|
|
33739
|
+
miao: langContent.miao,
|
|
33740
|
+
elevation: langContent.elevation,
|
|
33741
|
+
eyeAltitude: langContent.eyeAltitude,
|
|
33742
|
+
copyright: langContent.copyright,
|
|
33743
|
+
scale: langContent.scale
|
|
33744
|
+
};
|
|
33745
|
+
var id = that._viewer.statusBar._id; // 比例尺控件
|
|
33746
|
+
|
|
33747
|
+
html = document.getElementById(id + '_ScaleBarTxt').innerHTML;
|
|
33748
|
+
document.getElementById(id + '_ScaleBarTxt').innerHTML = html.replace(originLanguage.scale, langContent.scale); // 比例尺
|
|
33749
|
+
|
|
33750
|
+
html = document.getElementById(id + '_ScaleTxt').innerHTML;
|
|
33751
|
+
document.getElementById(id + '_ScaleTxt').innerHTMLhtml = html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit); // 视点高
|
|
33752
|
+
|
|
33753
|
+
html = document.getElementById(id + '_CoordEyeAlt').innerHTML;
|
|
33754
|
+
document.getElementById(id + '_CoordEyeAlt').innerHTML = html.replace(originLanguage.eyeAltitude, langContent.eyeAltitude).replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit); // 高度
|
|
33755
|
+
|
|
33756
|
+
var html = document.getElementById(id + '_CoordHeight').innerHTML;
|
|
33757
|
+
document.getElementById(id + '_CoordHeight').innerHTML = html.replace(originLanguage.kmUnit, langContent.kmUnit).replace(originLanguage.mUnit, langContent.mUnit);
|
|
33758
|
+
}
|
|
33759
|
+
});
|
|
33760
|
+
}
|
|
33761
|
+
}
|
|
33762
|
+
|
|
33763
|
+
}
|
|
33764
|
+
|
|
33765
|
+
/***/ }),
|
|
33766
|
+
|
|
33767
|
+
/***/ 6719:
|
|
33768
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
33769
|
+
|
|
33770
|
+
"use strict";
|
|
33771
|
+
|
|
33772
|
+
// EXPORTS
|
|
33773
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
33774
|
+
"default": function() { return /* reexport */ StatusBar; }
|
|
33775
|
+
});
|
|
33776
|
+
|
|
33777
|
+
// UNUSED EXPORTS: StatusBarViewModel
|
|
33778
|
+
|
|
33779
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
33780
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
33781
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
33782
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
33783
|
+
// EXTERNAL MODULE: ./src/webgl/statusbar/StatusBarViewModel.js
|
|
33784
|
+
var StatusBarViewModel = __webpack_require__(6311);
|
|
33785
|
+
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
33786
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
33787
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
|
|
33788
|
+
|
|
33789
|
+
|
|
33790
|
+
|
|
33791
|
+
|
|
33792
|
+
/**
|
|
33793
|
+
* 支持传入属性:
|
|
33794
|
+
* hideResolution - 隐藏分辨率
|
|
33795
|
+
* hideScale - 隐藏比例尺
|
|
33796
|
+
* hideLonLat - 隐藏经纬度
|
|
33797
|
+
* hideEyeAlt - 隐藏视点高
|
|
33798
|
+
* hideCopyright - 隐藏版权信息
|
|
33799
|
+
* copyrightText - 版权信息文字
|
|
33800
|
+
*/
|
|
33801
|
+
|
|
33802
|
+
const __default__ = {
|
|
33803
|
+
name: "Kq3dStatusBar"
|
|
33804
|
+
};
|
|
33805
|
+
/* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33806
|
+
props: {
|
|
33807
|
+
// 隐藏分辨率
|
|
33808
|
+
hideResolution: Boolean,
|
|
33809
|
+
// 隐藏比例尺
|
|
33810
|
+
hideScale: Boolean,
|
|
33811
|
+
// 隐藏经纬度
|
|
33812
|
+
hideLonLat: Boolean,
|
|
33813
|
+
// 隐藏视点高
|
|
33814
|
+
hideEyeAlt: Boolean,
|
|
33815
|
+
// 隐藏版权信息
|
|
33816
|
+
hideCopyright: {
|
|
33817
|
+
type: Boolean,
|
|
33818
|
+
default: true
|
|
33819
|
+
},
|
|
33820
|
+
// 版权信息文字
|
|
33821
|
+
copyrightText: String
|
|
33822
|
+
},
|
|
33823
|
+
|
|
33824
|
+
setup(__props) {
|
|
33825
|
+
const props = __props;
|
|
33826
|
+
let viewModel = null; // 国际化
|
|
33827
|
+
|
|
33828
|
+
let {
|
|
33829
|
+
locale
|
|
33830
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
33831
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
33832
|
+
viewModel && viewModel.changeLanguage(newVal);
|
|
33833
|
+
});
|
|
33834
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
33835
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
33836
|
+
if (scenceView) {
|
|
33837
|
+
viewModel = new StatusBarViewModel/* default */.Z(scenceView._viewer, props);
|
|
33838
|
+
}
|
|
33839
|
+
});
|
|
33840
|
+
});
|
|
33841
|
+
return (_ctx, _cache) => {
|
|
33842
|
+
return null;
|
|
33843
|
+
};
|
|
33844
|
+
}
|
|
33845
|
+
|
|
33846
|
+
}));
|
|
33847
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=script&setup=true&lang=js
|
|
33848
|
+
|
|
33849
|
+
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
33850
|
+
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
33851
|
+
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
33852
|
+
// 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=5c09c3c4&lang=scss
|
|
33853
|
+
var StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = __webpack_require__(807);
|
|
33854
|
+
;// 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=5c09c3c4&lang=scss
|
|
33855
|
+
|
|
33856
|
+
|
|
33857
|
+
|
|
33858
|
+
var options = {};
|
|
33859
|
+
|
|
33860
|
+
options.insert = "head";
|
|
33861
|
+
options.singleton = false;
|
|
33862
|
+
|
|
33863
|
+
var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default */.Z, options);
|
|
33864
|
+
|
|
33865
|
+
|
|
33866
|
+
|
|
33867
|
+
/* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss = (StatusBarvue_type_style_index_0_id_5c09c3c4_lang_scss/* default.locals */.Z.locals || {});
|
|
33868
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=5c09c3c4&lang=scss
|
|
33869
|
+
|
|
33870
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
|
|
33871
|
+
|
|
33872
|
+
|
|
33873
|
+
|
|
33874
|
+
;
|
|
33875
|
+
|
|
33876
|
+
const __exports__ = StatusBarvue_type_script_setup_true_lang_js;
|
|
33877
|
+
|
|
33878
|
+
/* harmony default export */ var StatusBar = (__exports__);
|
|
33879
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
33880
|
+
var init_js_ = __webpack_require__(7997);
|
|
33881
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
33882
|
+
;// CONCATENATED MODULE: ./src/webgl/statusbar/index.js
|
|
33883
|
+
|
|
33884
|
+
|
|
33885
|
+
|
|
33886
|
+
|
|
33887
|
+
StatusBar.install = (Vue, opts) => {
|
|
33888
|
+
init_js_default()(Vue, opts);
|
|
33889
|
+
Vue.component(StatusBar.name, StatusBar);
|
|
33890
|
+
};
|
|
32390
33891
|
|
|
32391
33892
|
|
|
32392
33893
|
|
|
@@ -32410,13 +33911,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
32410
33911
|
var gis_utils_ = __webpack_require__(7135);
|
|
32411
33912
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
32412
33913
|
var defineProperty = __webpack_require__(8270);
|
|
32413
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
32414
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
32415
33914
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
32416
33915
|
var message = __webpack_require__(3694);
|
|
32417
33916
|
;// CONCATENATED MODULE: ./src/webgl/terrainoperation/TerrainOperationViewModel.js
|
|
32418
33917
|
|
|
32419
|
-
|
|
32420
33918
|
//地形淹没分析逻辑类
|
|
32421
33919
|
|
|
32422
33920
|
class TerrainOperationViewModel {
|
|
@@ -33009,14 +34507,11 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
33009
34507
|
var gis_utils_ = __webpack_require__(7135);
|
|
33010
34508
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
33011
34509
|
var defineProperty = __webpack_require__(8270);
|
|
33012
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
33013
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
33014
34510
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
33015
34511
|
var message = __webpack_require__(3694);
|
|
33016
34512
|
;// CONCATENATED MODULE: ./src/webgl/terrainprofileanalysis/TerrainProfileAnalysisViewModel.js
|
|
33017
34513
|
|
|
33018
34514
|
|
|
33019
|
-
|
|
33020
34515
|
class TerrainProfileAnalysisViewModel {
|
|
33021
34516
|
// 三维viewer对象
|
|
33022
34517
|
//绘制管理对象
|
|
@@ -33457,15 +34952,15 @@ TerrainProfileAnalysis.install = (Vue, opts) => {
|
|
|
33457
34952
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33458
34953
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
33459
34954
|
/* harmony export */ });
|
|
33460
|
-
/* harmony import */ var
|
|
34955
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33461
34956
|
|
|
33462
34957
|
class UndergroundViewModel {
|
|
33463
34958
|
// 三维viewer对象
|
|
33464
34959
|
// 地下模式三维管理对象
|
|
33465
34960
|
constructor(viewer) {
|
|
33466
|
-
(0,
|
|
34961
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33467
34962
|
|
|
33468
|
-
(0,
|
|
34963
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
33469
34964
|
|
|
33470
34965
|
this._viewer = viewer;
|
|
33471
34966
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -33675,7 +35170,7 @@ Underground.install = (Vue, opts) => {
|
|
|
33675
35170
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33676
35171
|
/* harmony export */ "Z": function() { return /* binding */ VideoFusiontViewModel; }
|
|
33677
35172
|
/* harmony export */ });
|
|
33678
|
-
/* harmony import */ var
|
|
35173
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33679
35174
|
|
|
33680
35175
|
//视频融合逻辑类
|
|
33681
35176
|
class VideoFusiontViewModel {
|
|
@@ -33683,13 +35178,13 @@ class VideoFusiontViewModel {
|
|
|
33683
35178
|
//视频融合存储参数对象
|
|
33684
35179
|
//视频融合对象
|
|
33685
35180
|
constructor(scenceView, options) {
|
|
33686
|
-
(0,
|
|
35181
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33687
35182
|
|
|
33688
|
-
(0,
|
|
35183
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
33689
35184
|
|
|
33690
|
-
(0,
|
|
35185
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
33691
35186
|
|
|
33692
|
-
(0,
|
|
35187
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
33693
35188
|
|
|
33694
35189
|
this._options = Object.assign({}, options);
|
|
33695
35190
|
this._viewer = scenceView._viewer;
|
|
@@ -33895,12 +35390,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
33895
35390
|
|
|
33896
35391
|
// UNUSED EXPORTS: VideoFusionViewModel
|
|
33897
35392
|
|
|
33898
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
33899
|
-
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
33900
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
33901
|
-
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
33902
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
33903
|
-
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
33904
35393
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
33905
35394
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
33906
35395
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -33917,9 +35406,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
33917
35406
|
var message = __webpack_require__(3694);
|
|
33918
35407
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/videofusion/VideoFusion.vue?vue&type=script&setup=true&lang=js
|
|
33919
35408
|
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
35409
|
const _hoisted_1 = {
|
|
33924
35410
|
class: "kq3d-video-fusion-box"
|
|
33925
35411
|
};
|
|
@@ -35004,7 +36490,7 @@ VideoFusion.install = (Vue, opts) => {
|
|
|
35004
36490
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
35005
36491
|
/* harmony export */ "Z": function() { return /* binding */ VideoProjectViewModel; }
|
|
35006
36492
|
/* harmony export */ });
|
|
35007
|
-
/* harmony import */ var
|
|
36493
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
35008
36494
|
|
|
35009
36495
|
//视频投放逻辑类
|
|
35010
36496
|
class VideoProjectViewModel {
|
|
@@ -35012,13 +36498,13 @@ class VideoProjectViewModel {
|
|
|
35012
36498
|
//视频投放存储参数对象
|
|
35013
36499
|
//视频投放对象
|
|
35014
36500
|
constructor(scenceView, options) {
|
|
35015
|
-
(0,
|
|
36501
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
35016
36502
|
|
|
35017
|
-
(0,
|
|
36503
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
35018
36504
|
|
|
35019
|
-
(0,
|
|
36505
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_projectVideo", null);
|
|
35020
36506
|
|
|
35021
|
-
(0,
|
|
36507
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoElement", null);
|
|
35022
36508
|
|
|
35023
36509
|
this._options = Object.assign({}, options);
|
|
35024
36510
|
this._viewer = scenceView._viewer;
|
|
@@ -35200,12 +36686,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
35200
36686
|
|
|
35201
36687
|
// UNUSED EXPORTS: VideoProjectViewModel
|
|
35202
36688
|
|
|
35203
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
35204
|
-
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
35205
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
35206
|
-
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
35207
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
35208
|
-
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
35209
36689
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
35210
36690
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
35211
36691
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -35222,9 +36702,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
35222
36702
|
var message = __webpack_require__(3694);
|
|
35223
36703
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
35224
36704
|
|
|
35225
|
-
|
|
35226
|
-
|
|
35227
|
-
|
|
35228
36705
|
const _hoisted_1 = {
|
|
35229
36706
|
class: "kq3d-video-project-box"
|
|
35230
36707
|
};
|
|
@@ -37905,8 +39382,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37905
39382
|
|
|
37906
39383
|
// UNUSED EXPORTS: WireframeSketchViewModel
|
|
37907
39384
|
|
|
37908
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
37909
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
37910
39385
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
37911
39386
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
37912
39387
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -37991,7 +39466,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
37991
39466
|
|
|
37992
39467
|
|
|
37993
39468
|
|
|
37994
|
-
|
|
37995
39469
|
//语言
|
|
37996
39470
|
|
|
37997
39471
|
const __default__ = {
|
|
@@ -38594,35 +40068,19 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
38594
40068
|
|
|
38595
40069
|
/***/ }),
|
|
38596
40070
|
|
|
38597
|
-
/***/
|
|
40071
|
+
/***/ 3600:
|
|
38598
40072
|
/***/ (function(module) {
|
|
38599
40073
|
|
|
38600
40074
|
"use strict";
|
|
38601
|
-
module.exports = require("core-js/modules/es.array.
|
|
40075
|
+
module.exports = require("core-js/modules/es.array.includes.js");
|
|
38602
40076
|
|
|
38603
40077
|
/***/ }),
|
|
38604
40078
|
|
|
38605
|
-
/***/
|
|
40079
|
+
/***/ 4271:
|
|
38606
40080
|
/***/ (function(module) {
|
|
38607
40081
|
|
|
38608
40082
|
"use strict";
|
|
38609
|
-
module.exports = require("core-js/modules/
|
|
38610
|
-
|
|
38611
|
-
/***/ }),
|
|
38612
|
-
|
|
38613
|
-
/***/ 8824:
|
|
38614
|
-
/***/ (function(module) {
|
|
38615
|
-
|
|
38616
|
-
"use strict";
|
|
38617
|
-
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
38618
|
-
|
|
38619
|
-
/***/ }),
|
|
38620
|
-
|
|
38621
|
-
/***/ 2936:
|
|
38622
|
-
/***/ (function(module) {
|
|
38623
|
-
|
|
38624
|
-
"use strict";
|
|
38625
|
-
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
40083
|
+
module.exports = require("core-js/modules/es.error.cause.js");
|
|
38626
40084
|
|
|
38627
40085
|
/***/ }),
|
|
38628
40086
|
|
|
@@ -38842,8 +40300,8 @@ var modelselect = __webpack_require__(9089);
|
|
|
38842
40300
|
var modelfilter = __webpack_require__(7937);
|
|
38843
40301
|
// EXTERNAL MODULE: ./src/webgl/wireframesketch/index.js + 4 modules
|
|
38844
40302
|
var wireframesketch = __webpack_require__(4686);
|
|
38845
|
-
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/index.js +
|
|
38846
|
-
var limitheightanalysis = __webpack_require__(
|
|
40303
|
+
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/index.js + 3 modules
|
|
40304
|
+
var limitheightanalysis = __webpack_require__(5551);
|
|
38847
40305
|
// EXTERNAL MODULE: ./src/webgl/terrainprofileanalysis/index.js + 4 modules
|
|
38848
40306
|
var terrainprofileanalysis = __webpack_require__(7649);
|
|
38849
40307
|
// EXTERNAL MODULE: ./src/webgl/scaneffect/index.js + 4 modules
|
|
@@ -38858,8 +40316,8 @@ var sightlineanalysis = __webpack_require__(6031);
|
|
|
38858
40316
|
var viewshedanalysis = __webpack_require__(2612);
|
|
38859
40317
|
// EXTERNAL MODULE: ./src/webgl/shadowanalysis/index.js + 4 modules
|
|
38860
40318
|
var shadowanalysis = __webpack_require__(8449);
|
|
38861
|
-
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/index.js +
|
|
38862
|
-
var modelprofileanalysis = __webpack_require__(
|
|
40319
|
+
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/index.js + 3 modules
|
|
40320
|
+
var modelprofileanalysis = __webpack_require__(3750);
|
|
38863
40321
|
// EXTERNAL MODULE: ./src/webgl/skylineanalysis/index.js + 5 modules
|
|
38864
40322
|
var skylineanalysis = __webpack_require__(421);
|
|
38865
40323
|
// EXTERNAL MODULE: ./src/webgl/terrainoperation/index.js + 4 modules
|
|
@@ -38872,6 +40330,8 @@ var floodanalysis = __webpack_require__(3527);
|
|
|
38872
40330
|
var slopeanalysis = __webpack_require__(7668);
|
|
38873
40331
|
// EXTERNAL MODULE: ./src/webgl/aspectanalysis/index.js + 4 modules
|
|
38874
40332
|
var aspectanalysis = __webpack_require__(6776);
|
|
40333
|
+
// EXTERNAL MODULE: ./src/webgl/slopeaspectanalysis/index.js + 4 modules
|
|
40334
|
+
var slopeaspectanalysis = __webpack_require__(9643);
|
|
38875
40335
|
// EXTERNAL MODULE: ./src/webgl/isolineanalysis/index.js + 4 modules
|
|
38876
40336
|
var isolineanalysis = __webpack_require__(9783);
|
|
38877
40337
|
// EXTERNAL MODULE: ./src/webgl/boxclip/index.js + 4 modules
|
|
@@ -38884,14 +40344,14 @@ var adddata = __webpack_require__(5110);
|
|
|
38884
40344
|
var particleeffect = __webpack_require__(828);
|
|
38885
40345
|
// EXTERNAL MODULE: ./src/webgl/weathereffect/index.js + 4 modules
|
|
38886
40346
|
var weathereffect = __webpack_require__(5108);
|
|
38887
|
-
// EXTERNAL MODULE: ./src/webgl/comparemap/index.js +
|
|
38888
|
-
var comparemap = __webpack_require__(
|
|
38889
|
-
// EXTERNAL MODULE: ./src/webgl/screenshot/index.js +
|
|
38890
|
-
var screenshot = __webpack_require__(
|
|
40347
|
+
// EXTERNAL MODULE: ./src/webgl/comparemap/index.js + 6 modules
|
|
40348
|
+
var comparemap = __webpack_require__(1670);
|
|
40349
|
+
// EXTERNAL MODULE: ./src/webgl/screenshot/index.js + 3 modules
|
|
40350
|
+
var screenshot = __webpack_require__(7874);
|
|
38891
40351
|
// EXTERNAL MODULE: ./src/webgl/hawkeye/index.js + 3 modules
|
|
38892
40352
|
var hawkeye = __webpack_require__(7686);
|
|
38893
|
-
// EXTERNAL MODULE: ./src/webgl/roller/index.js +
|
|
38894
|
-
var roller = __webpack_require__(
|
|
40353
|
+
// EXTERNAL MODULE: ./src/webgl/roller/index.js + 3 modules
|
|
40354
|
+
var roller = __webpack_require__(1871);
|
|
38895
40355
|
// EXTERNAL MODULE: ./src/webgl/underground/index.js + 3 modules
|
|
38896
40356
|
var underground = __webpack_require__(8521);
|
|
38897
40357
|
// EXTERNAL MODULE: ./src/webgl/statusbar/index.js + 5 modules
|
|
@@ -38902,8 +40362,8 @@ var videoproject = __webpack_require__(7413);
|
|
|
38902
40362
|
var videofusion = __webpack_require__(7942);
|
|
38903
40363
|
// EXTERNAL MODULE: ./src/webgl/sceneset/index.js + 7 modules
|
|
38904
40364
|
var sceneset = __webpack_require__(5802);
|
|
38905
|
-
// EXTERNAL MODULE: ./src/webgl/light/index.js +
|
|
38906
|
-
var light = __webpack_require__(
|
|
40365
|
+
// EXTERNAL MODULE: ./src/webgl/light/index.js + 3 modules
|
|
40366
|
+
var light = __webpack_require__(9001);
|
|
38907
40367
|
// EXTERNAL MODULE: ./src/webgl/geologicalbodyanalysis/index.js + 4 modules
|
|
38908
40368
|
var geologicalbodyanalysis = __webpack_require__(9378);
|
|
38909
40369
|
;// CONCATENATED MODULE: ./src/webgl/components.js
|
|
@@ -38980,6 +40440,9 @@ var geologicalbodyanalysis = __webpack_require__(9378);
|
|
|
38980
40440
|
|
|
38981
40441
|
|
|
38982
40442
|
|
|
40443
|
+
// 坡度坡向分析
|
|
40444
|
+
|
|
40445
|
+
|
|
38983
40446
|
|
|
38984
40447
|
|
|
38985
40448
|
|
|
@@ -39060,7 +40523,8 @@ const webglComponents = {
|
|
|
39060
40523
|
Kq3dTerrainProfileAnalysis: terrainprofileanalysis["default"],
|
|
39061
40524
|
Kq3dScanEffect: scaneffect["default"],
|
|
39062
40525
|
Kq3dModelExcavate: modelexcavate["default"],
|
|
39063
|
-
Kq3dModelFlat: modelFlat["default"]
|
|
40526
|
+
Kq3dModelFlat: modelFlat["default"],
|
|
40527
|
+
Kq3dSlopeAspectAnalysis: slopeaspectanalysis["default"]
|
|
39064
40528
|
}; // 全局引入
|
|
39065
40529
|
|
|
39066
40530
|
const install = function (Vue, opts = {}) {
|
|
@@ -39076,13 +40540,13 @@ const install = function (Vue, opts = {}) {
|
|
|
39076
40540
|
});
|
|
39077
40541
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
39078
40542
|
var defineProperty = __webpack_require__(8270);
|
|
39079
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
39080
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
39081
40543
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/mitt"
|
|
39082
40544
|
var mitt_ = __webpack_require__(8905);
|
|
39083
40545
|
var mitt_default = /*#__PURE__*/__webpack_require__.n(mitt_);
|
|
39084
40546
|
;// CONCATENATED MODULE: external "core-js/modules/web.dom-exception.stack.js"
|
|
39085
40547
|
var web_dom_exception_stack_js_namespaceObject = require("core-js/modules/web.dom-exception.stack.js");
|
|
40548
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
40549
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
39086
40550
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
39087
40551
|
var const_image_ = __webpack_require__(6277);
|
|
39088
40552
|
;// CONCATENATED MODULE: ./src/webgl/sceneview/DrawManager.js
|
|
@@ -40373,7 +41837,6 @@ var global_event_default = /*#__PURE__*/__webpack_require__.n(global_event_);
|
|
|
40373
41837
|
|
|
40374
41838
|
|
|
40375
41839
|
|
|
40376
|
-
|
|
40377
41840
|
//图层管理类
|
|
40378
41841
|
|
|
40379
41842
|
class LayerManager {
|
|
@@ -42083,7 +43546,6 @@ function delTreeDataByGuid(data, guid) {
|
|
|
42083
43546
|
}
|
|
42084
43547
|
;// CONCATENATED MODULE: ./src/webgl/sceneview/SceneViewViewModel.js
|
|
42085
43548
|
|
|
42086
|
-
|
|
42087
43549
|
//SceneView逻辑类
|
|
42088
43550
|
|
|
42089
43551
|
|