@kq_npm/client3d_webgl_vue 4.3.3-beta → 4.3.4
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 +123 -106
- 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 +19 -13
- 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 +384 -373
- 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/style/slopeanalysis.css +1 -101
- 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);
|
|
17019
17021
|
|
|
17020
|
-
(0,
|
|
17022
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
17021
17023
|
|
|
17022
|
-
(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);
|
|
17023
17025
|
|
|
17024
|
-
(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);
|
|
17027
|
+
|
|
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²":
|
|
@@ -17394,8 +17398,11 @@ const __default__ = {
|
|
|
17394
17398
|
|
|
17395
17399
|
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
17396
17400
|
let isResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
17397
|
-
let distanceValue = null;
|
|
17398
|
-
|
|
17401
|
+
let distanceValue = null; // 默认显示距离的单位
|
|
17402
|
+
|
|
17403
|
+
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.distanceUnit || ""); // 海里单位选择
|
|
17404
|
+
|
|
17405
|
+
let nauticalMileUnit = props.settingParams && props.settingParams.nauticalMileUnit || "nmi"; // 面积单位
|
|
17399
17406
|
|
|
17400
17407
|
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
17401
17408
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("0");
|
|
@@ -17428,7 +17435,7 @@ const __default__ = {
|
|
|
17428
17435
|
value: "m"
|
|
17429
17436
|
}, {
|
|
17430
17437
|
label: language.value.nauticalMile,
|
|
17431
|
-
value:
|
|
17438
|
+
value: nauticalMileUnit
|
|
17432
17439
|
}];
|
|
17433
17440
|
};
|
|
17434
17441
|
|
|
@@ -17469,7 +17476,8 @@ const __default__ = {
|
|
|
17469
17476
|
});
|
|
17470
17477
|
gis_utils_.utils.getWebMap(props.target, scenceView => {
|
|
17471
17478
|
if (scenceView) {
|
|
17472
|
-
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer);
|
|
17479
|
+
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer);
|
|
17480
|
+
viewModel.nauticalMileUnit = nauticalMileUnit; //注册测量事件,以获取测量结果
|
|
17473
17481
|
|
|
17474
17482
|
viewModel.measureEvent.addEventListener(function (res) {
|
|
17475
17483
|
if (measureType.value === "distance") {
|
|
@@ -17646,8 +17654,8 @@ const __default__ = {
|
|
|
17646
17654
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
17647
17655
|
break;
|
|
17648
17656
|
|
|
17649
|
-
case
|
|
17650
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
17657
|
+
case nauticalMileUnit:
|
|
17658
|
+
newValue = (value / 1852).toFixed(2) + " " + nauticalMileUnit;
|
|
17651
17659
|
break;
|
|
17652
17660
|
|
|
17653
17661
|
case "m²":
|
|
@@ -18066,13 +18074,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
18066
18074
|
var gis_utils_ = __webpack_require__(7135);
|
|
18067
18075
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
18068
18076
|
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
18077
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
18072
18078
|
var message = __webpack_require__(3694);
|
|
18073
18079
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/ModelFlatViewModel.js
|
|
18074
18080
|
|
|
18075
|
-
|
|
18076
18081
|
//模型拾取逻辑类
|
|
18077
18082
|
|
|
18078
18083
|
class ModelFlatViewModel {
|
|
@@ -18604,13 +18609,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
18604
18609
|
var gis_utils_ = __webpack_require__(7135);
|
|
18605
18610
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
18606
18611
|
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
18612
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
18610
18613
|
var message = __webpack_require__(3694);
|
|
18611
18614
|
;// CONCATENATED MODULE: ./src/webgl/modelexcavate/ModelExcavateViewModel.js
|
|
18612
18615
|
|
|
18613
|
-
|
|
18614
18616
|
//模型开挖逻辑类
|
|
18615
18617
|
|
|
18616
18618
|
class ModelExcavateViewModel {
|
|
@@ -18654,6 +18656,8 @@ class ModelExcavateViewModel {
|
|
|
18654
18656
|
|
|
18655
18657
|
(0,defineProperty/* default */.Z)(this, "intervalId", null);
|
|
18656
18658
|
|
|
18659
|
+
(0,defineProperty/* default */.Z)(this, "tileset1", null);
|
|
18660
|
+
|
|
18657
18661
|
(0,defineProperty/* default */.Z)(this, "g_flattenedPolygonTexture", null);
|
|
18658
18662
|
|
|
18659
18663
|
this._viewer = scenceView._viewer;
|
|
@@ -18662,12 +18666,43 @@ class ModelExcavateViewModel {
|
|
|
18662
18666
|
this._viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
18663
18667
|
|
|
18664
18668
|
let kq3dFlattenning = new window.Cesium.Kq3dFlattenning(this._viewer, {});
|
|
18665
|
-
this.g_flattenedPolygonTexture = kq3dFlattenning.createFlattenedPolygonTexture();
|
|
18669
|
+
this.g_flattenedPolygonTexture = kq3dFlattenning.createFlattenedPolygonTexture(); // this.tileset1 = this._viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
|
|
18670
|
+
// url: "http://support.kqgeo.com:18700/SampleData/3DTiles/Oblique/tileset.json"
|
|
18671
|
+
// }));
|
|
18672
|
+
// this.tileset1.readyPromise.then(function (tileset) {
|
|
18673
|
+
// that._viewer.zoomTo(tileset);
|
|
18674
|
+
// }).otherwise(function (error) {
|
|
18675
|
+
// console.log(error);
|
|
18676
|
+
// });
|
|
18677
|
+
// this.tileset1.enableFlattenning = true;
|
|
18678
|
+
// this.tileset1.flattenDiscard = true;
|
|
18679
|
+
// this.g_flattenedPolygonTexture.attachTileset(this.tileset1);
|
|
18680
|
+
|
|
18666
18681
|
var that = this;
|
|
18682
|
+
var models = this._viewer.scene.primitives._primitives;
|
|
18683
|
+
|
|
18684
|
+
for (let i = 0; i < models.length; i++) {
|
|
18685
|
+
if (models[1] instanceof Cesium.Cesium3DTileset && models[i]._url) {
|
|
18686
|
+
models[i].enableFlattenning = true;
|
|
18687
|
+
models[i].flattenDiscard = true;
|
|
18688
|
+
models[i].readyPromise.then(function (tileset) {
|
|
18689
|
+
that.g_flattenedPolygonTexture.attachTileset(tileset);
|
|
18690
|
+
});
|
|
18691
|
+
}
|
|
18692
|
+
}
|
|
18693
|
+
|
|
18667
18694
|
this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
18668
18695
|
if (shape) {
|
|
18669
18696
|
that._options.positions = shape._controlPoints;
|
|
18670
|
-
|
|
18697
|
+
|
|
18698
|
+
if (shape._controlPoints && shape._controlPoints.length > 3 || shape._controlPoints && shape._controlPoints.length == 3 && shape._controlPoints[2] != shape._controlPoints[0]) {
|
|
18699
|
+
that.createDynamicExcavationEffect();
|
|
18700
|
+
} else {
|
|
18701
|
+
(0,message/* default */.Z)({
|
|
18702
|
+
message: "请至少绘制3个点!",
|
|
18703
|
+
type: "warning"
|
|
18704
|
+
});
|
|
18705
|
+
}
|
|
18671
18706
|
|
|
18672
18707
|
that._drawManager.clear();
|
|
18673
18708
|
}
|
|
@@ -18676,12 +18711,20 @@ class ModelExcavateViewModel {
|
|
|
18676
18711
|
|
|
18677
18712
|
|
|
18678
18713
|
createDynamicExcavationEffect() {
|
|
18714
|
+
this._Kq3dTerrainExcavation && this._Kq3dTerrainExcavation.destroy();
|
|
18679
18715
|
this._Kq3dTerrainExcavation = new window.Cesium.Kq3dTerrainExcavation({
|
|
18680
18716
|
viewer: this._viewer,
|
|
18681
18717
|
height: this._options.height,
|
|
18682
18718
|
positions: this._options.positions,
|
|
18683
18719
|
hasWall: false
|
|
18684
18720
|
});
|
|
18721
|
+
|
|
18722
|
+
if (this._wallPrimitive) {
|
|
18723
|
+
this._viewer.scene.primitives.remove(this._wallPrimitive);
|
|
18724
|
+
|
|
18725
|
+
this._wallPrimitive = undefined;
|
|
18726
|
+
}
|
|
18727
|
+
|
|
18685
18728
|
this._wallPrimitive = new window.Cesium.Kq3dWallPrimitive({
|
|
18686
18729
|
viewer: this._viewer,
|
|
18687
18730
|
height: this._options.height,
|
|
@@ -18698,43 +18741,40 @@ class ModelExcavateViewModel {
|
|
|
18698
18741
|
return;
|
|
18699
18742
|
}
|
|
18700
18743
|
|
|
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);
|
|
18744
|
+
that.g_flattenedPolygonTexture && that.g_flattenedPolygonTexture.removeAllFlattenedPolygon();
|
|
18745
|
+
var myPolygon = window.Cesium.PolygonGeometry.fromPositions({
|
|
18746
|
+
positions: that._options.positions,
|
|
18747
|
+
height: window.Cesium.Cartographic.fromCartesian(that._options.positions[0]).height
|
|
18748
|
+
});
|
|
18749
|
+
that.g_flattenedPolygonTexture && that.g_flattenedPolygonTexture.addFlattenedPolygon(myPolygon); // that.intervalId = setInterval(function () {
|
|
18750
|
+
// if (that.ii > 100) {
|
|
18751
|
+
// if (that.entity0) {
|
|
18752
|
+
// that._viewer.scene.primitives.remove(that.entity0);
|
|
18753
|
+
// that.entity0 = undefined;
|
|
18754
|
+
// }
|
|
18755
|
+
// if (that.wall) {
|
|
18756
|
+
// that._viewer.scene.primitives.remove(that.wall);
|
|
18757
|
+
// that.wall = undefined;
|
|
18758
|
+
// }
|
|
18759
|
+
// clearInterval(that.intervalId);
|
|
18760
|
+
// that.ii = 0;
|
|
18761
|
+
// return;
|
|
18762
|
+
// }
|
|
18763
|
+
// var carto2 = window.Cesium.Cartesian3.lerp(that._options.positions[0], that._options.positions[3], that.ratio * that.ii, that.scratchCartesian2);
|
|
18764
|
+
// var carto3 = window.Cesium.Cartesian3.lerp(that._options.positions[1], that._options.positions[2], that.ratio * that.ii, that.scratchCartesian3);
|
|
18765
|
+
// if (that.entity0) {
|
|
18766
|
+
// that._viewer.scene.primitives.remove(that.entity0);
|
|
18767
|
+
// that.entity0 = undefined;
|
|
18768
|
+
// }
|
|
18769
|
+
// that.entity0 = that.createPolyline([carto2, carto3]);
|
|
18770
|
+
// that.ii++;
|
|
18771
|
+
// that.g_flattenedPolygonTexture.removeAllFlattenedPolygon();
|
|
18772
|
+
// var myPolygon = window.Cesium.PolygonGeometry.fromPositions({
|
|
18773
|
+
// positions: [that._options.positions[0], that._options.positions[1], carto3, carto2],
|
|
18774
|
+
// height: window.Cesium.Cartographic.fromCartesian(that._options.positions[0]).height
|
|
18775
|
+
// });
|
|
18776
|
+
// that.g_flattenedPolygonTexture.addFlattenedPolygon(myPolygon);
|
|
18777
|
+
// }, 100);
|
|
18738
18778
|
});
|
|
18739
18779
|
}
|
|
18740
18780
|
|
|
@@ -18786,19 +18826,22 @@ class ModelExcavateViewModel {
|
|
|
18786
18826
|
start() {
|
|
18787
18827
|
// 判断是否添加了模型
|
|
18788
18828
|
var flag = false;
|
|
18829
|
+
var that = this;
|
|
18789
18830
|
var models = this._viewer.scene.primitives._primitives;
|
|
18790
18831
|
|
|
18791
18832
|
for (let i = 0; i < models.length; i++) {
|
|
18792
|
-
if (models[i]._url) {
|
|
18793
|
-
models[i].enableFlattenning = true;
|
|
18794
|
-
models[i].flattenDiscard = true;
|
|
18795
|
-
|
|
18833
|
+
if (models[i] instanceof Cesium.Cesium3DTileset && models[i]._url) {
|
|
18834
|
+
// models[i].enableFlattenning = true;
|
|
18835
|
+
// models[i].flattenDiscard = true;
|
|
18836
|
+
// models[i].readyPromise.then(function (tileset) {
|
|
18837
|
+
// that.g_flattenedPolygonTexture.attachTileset(tileset);
|
|
18838
|
+
// });
|
|
18796
18839
|
flag = true;
|
|
18797
18840
|
}
|
|
18798
18841
|
}
|
|
18799
18842
|
|
|
18800
18843
|
if (flag) {
|
|
18801
|
-
this.
|
|
18844
|
+
this.remove();
|
|
18802
18845
|
|
|
18803
18846
|
this._drawManager.startDraw("polygon", {
|
|
18804
18847
|
clampToGround: true
|
|
@@ -18814,13 +18857,10 @@ class ModelExcavateViewModel {
|
|
|
18814
18857
|
|
|
18815
18858
|
setHeight(val) {
|
|
18816
18859
|
this._options.height = Number(val);
|
|
18817
|
-
}
|
|
18818
|
-
|
|
18819
|
-
|
|
18820
|
-
clear() {
|
|
18821
|
-
this._drawManager.stopDraw(); // 销毁地形开挖
|
|
18822
|
-
|
|
18860
|
+
}
|
|
18823
18861
|
|
|
18862
|
+
remove() {
|
|
18863
|
+
// 销毁地形开挖
|
|
18824
18864
|
if (this.intervalId) {
|
|
18825
18865
|
clearInterval(this.intervalId);
|
|
18826
18866
|
this.ii = 0;
|
|
@@ -18846,11 +18886,20 @@ class ModelExcavateViewModel {
|
|
|
18846
18886
|
|
|
18847
18887
|
this._Kq3dTerrainExcavation && this._Kq3dTerrainExcavation.destroy();
|
|
18848
18888
|
this.g_flattenedPolygonTexture && this.g_flattenedPolygonTexture.removeAllFlattenedPolygon();
|
|
18889
|
+
} // 清除
|
|
18890
|
+
|
|
18891
|
+
|
|
18892
|
+
clear() {
|
|
18893
|
+
this._drawManager.stopDraw();
|
|
18894
|
+
|
|
18895
|
+
this.remove();
|
|
18849
18896
|
} //销毁
|
|
18850
18897
|
|
|
18851
18898
|
|
|
18852
18899
|
destroy() {
|
|
18853
18900
|
this.clear();
|
|
18901
|
+
this.g_flattenedPolygonTexture && this.g_flattenedPolygonTexture.detachAllTileset();
|
|
18902
|
+
this.g_flattenedPolygonTexture && this.g_flattenedPolygonTexture.destroy();
|
|
18854
18903
|
}
|
|
18855
18904
|
|
|
18856
18905
|
}
|
|
@@ -18972,6 +19021,7 @@ const __default__ = {
|
|
|
18972
19021
|
viewModel = new ModelExcavateViewModel(scenceView, {
|
|
18973
19022
|
height: formItem.excavationDepth
|
|
18974
19023
|
});
|
|
19024
|
+
window.scenceView = scenceView;
|
|
18975
19025
|
}
|
|
18976
19026
|
});
|
|
18977
19027
|
});
|
|
@@ -19175,13 +19225,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
19175
19225
|
var gis_utils_ = __webpack_require__(7135);
|
|
19176
19226
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
19177
19227
|
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
19228
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
19181
19229
|
var message = __webpack_require__(3694);
|
|
19182
19230
|
;// CONCATENATED MODULE: ./src/webgl/modelfilter/ModelFilterViewModel.js
|
|
19183
19231
|
|
|
19184
|
-
|
|
19185
19232
|
//模型滤镜逻辑类
|
|
19186
19233
|
|
|
19187
19234
|
class ModelFilterViewModel {
|
|
@@ -19907,28 +19954,14 @@ ModelFilter.install = (Vue, opts) => {
|
|
|
19907
19954
|
|
|
19908
19955
|
/***/ }),
|
|
19909
19956
|
|
|
19910
|
-
/***/
|
|
19957
|
+
/***/ 9166:
|
|
19911
19958
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
19912
19959
|
|
|
19913
19960
|
"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
|
-
|
|
19961
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19962
|
+
/* harmony export */ "Z": function() { return /* binding */ ModelProfileAnalysisViewModel; }
|
|
19963
|
+
/* harmony export */ });
|
|
19964
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
19932
19965
|
|
|
19933
19966
|
//分析逻辑类
|
|
19934
19967
|
let floatingPoint;
|
|
@@ -19941,15 +19974,15 @@ class ModelProfileAnalysisViewModel {
|
|
|
19941
19974
|
//显示结果的DOM元素显隐
|
|
19942
19975
|
//全局参数对象
|
|
19943
19976
|
constructor(scenceView, viewModel, chart) {
|
|
19944
|
-
(0,
|
|
19977
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
19945
19978
|
|
|
19946
|
-
(0,
|
|
19979
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
19947
19980
|
|
|
19948
|
-
(0,
|
|
19981
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
19949
19982
|
|
|
19950
|
-
(0,
|
|
19983
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_language", null);
|
|
19951
19984
|
|
|
19952
|
-
(0,
|
|
19985
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
19953
19986
|
width: 360,
|
|
19954
19987
|
height: 360
|
|
19955
19988
|
});
|
|
@@ -20190,6 +20223,27 @@ class ModelProfileAnalysisViewModel {
|
|
|
20190
20223
|
}
|
|
20191
20224
|
|
|
20192
20225
|
}
|
|
20226
|
+
|
|
20227
|
+
/***/ }),
|
|
20228
|
+
|
|
20229
|
+
/***/ 3750:
|
|
20230
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
20231
|
+
|
|
20232
|
+
"use strict";
|
|
20233
|
+
|
|
20234
|
+
// EXPORTS
|
|
20235
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
20236
|
+
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
20237
|
+
});
|
|
20238
|
+
|
|
20239
|
+
// UNUSED EXPORTS: ModelProfileAnalysisViewModel
|
|
20240
|
+
|
|
20241
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
20242
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
20243
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
20244
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
20245
|
+
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
20246
|
+
var ModelProfileAnalysisViewModel = __webpack_require__(9166);
|
|
20193
20247
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
20194
20248
|
var client_icons_vue_ = __webpack_require__(348);
|
|
20195
20249
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
@@ -20329,7 +20383,7 @@ const __default__ = {
|
|
|
20329
20383
|
});
|
|
20330
20384
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
20331
20385
|
if (scenceView) {
|
|
20332
|
-
viewModel = new ModelProfileAnalysisViewModel(scenceView, {
|
|
20386
|
+
viewModel = new ModelProfileAnalysisViewModel/* default */.Z(scenceView, {
|
|
20333
20387
|
perspectiveAngle: formItem.perspectiveAngle,
|
|
20334
20388
|
// 透视角度
|
|
20335
20389
|
targetAreaWidth: formItem.targetAreaWidth,
|
|
@@ -20784,8 +20838,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
20784
20838
|
|
|
20785
20839
|
// UNUSED EXPORTS: ModelSelectViewModel
|
|
20786
20840
|
|
|
20787
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
20788
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
20789
20841
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
20790
20842
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
20791
20843
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -20920,7 +20972,6 @@ var util_ = __webpack_require__(3458);
|
|
|
20920
20972
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
20921
20973
|
;// 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
20974
|
|
|
20923
|
-
|
|
20924
20975
|
const _hoisted_1 = {
|
|
20925
20976
|
class: "title"
|
|
20926
20977
|
};
|
|
@@ -21262,14 +21313,11 @@ var gis_utils_ = __webpack_require__(7135);
|
|
|
21262
21313
|
var client_icons_vue_ = __webpack_require__(348);
|
|
21263
21314
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
21264
21315
|
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
21316
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
21268
21317
|
var const_image_ = __webpack_require__(6277);
|
|
21269
21318
|
;// CONCATENATED MODULE: ./src/webgl/particleeffect/ParticleEffectViewModel.js
|
|
21270
21319
|
|
|
21271
21320
|
|
|
21272
|
-
|
|
21273
21321
|
let _gravityScratch = null;
|
|
21274
21322
|
let _gravity = 1.0; //粒子特效逻辑类
|
|
21275
21323
|
|
|
@@ -22387,13 +22435,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
22387
22435
|
var gis_utils_ = __webpack_require__(7135);
|
|
22388
22436
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
22389
22437
|
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
22438
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
22393
22439
|
var message = __webpack_require__(3694);
|
|
22394
22440
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
22395
22441
|
|
|
22396
|
-
|
|
22397
22442
|
//平面裁剪逻辑类
|
|
22398
22443
|
|
|
22399
22444
|
class PlaneClipViewModel {
|
|
@@ -23179,13 +23224,13 @@ PlaneClip.install = (Vue, opts) => {
|
|
|
23179
23224
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23180
23225
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
23181
23226
|
/* harmony export */ });
|
|
23182
|
-
/* harmony import */ var
|
|
23227
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23183
23228
|
|
|
23184
23229
|
// 重置视图
|
|
23185
23230
|
class ResetViewViewModel {
|
|
23186
23231
|
//三维viewer对象
|
|
23187
23232
|
constructor(viewer) {
|
|
23188
|
-
(0,
|
|
23233
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23189
23234
|
|
|
23190
23235
|
this._viewer = viewer;
|
|
23191
23236
|
} //重置视角
|
|
@@ -23334,30 +23379,14 @@ ResetView.install = (Vue, opts) => {
|
|
|
23334
23379
|
|
|
23335
23380
|
/***/ }),
|
|
23336
23381
|
|
|
23337
|
-
/***/
|
|
23382
|
+
/***/ 6561:
|
|
23338
23383
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
23339
23384
|
|
|
23340
23385
|
"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
|
-
|
|
23386
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23387
|
+
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
23388
|
+
/* harmony export */ });
|
|
23389
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23361
23390
|
|
|
23362
23391
|
//卷帘逻辑类
|
|
23363
23392
|
class RollerViewModel {
|
|
@@ -23371,23 +23400,23 @@ class RollerViewModel {
|
|
|
23371
23400
|
//左右卷帘活动状态
|
|
23372
23401
|
//上下卷帘活动状态
|
|
23373
23402
|
constructor(scenceView, options) {
|
|
23374
|
-
(0,
|
|
23403
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23375
23404
|
|
|
23376
|
-
(0,
|
|
23405
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
23377
23406
|
|
|
23378
|
-
(0,
|
|
23407
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
23379
23408
|
|
|
23380
|
-
(0,
|
|
23409
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
23381
23410
|
|
|
23382
|
-
(0,
|
|
23411
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
23383
23412
|
|
|
23384
|
-
(0,
|
|
23413
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
23385
23414
|
|
|
23386
|
-
(0,
|
|
23415
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
23387
23416
|
|
|
23388
|
-
(0,
|
|
23417
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
23389
23418
|
|
|
23390
|
-
(0,
|
|
23419
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
23391
23420
|
|
|
23392
23421
|
this._viewer = scenceView._viewer;
|
|
23393
23422
|
this._layerManager = scenceView._layerManager;
|
|
@@ -23560,6 +23589,29 @@ class RollerViewModel {
|
|
|
23560
23589
|
}
|
|
23561
23590
|
|
|
23562
23591
|
}
|
|
23592
|
+
|
|
23593
|
+
/***/ }),
|
|
23594
|
+
|
|
23595
|
+
/***/ 1871:
|
|
23596
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
23597
|
+
|
|
23598
|
+
"use strict";
|
|
23599
|
+
|
|
23600
|
+
// EXPORTS
|
|
23601
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
23602
|
+
"default": function() { return /* reexport */ Roller; }
|
|
23603
|
+
});
|
|
23604
|
+
|
|
23605
|
+
// UNUSED EXPORTS: RollerViewModel
|
|
23606
|
+
|
|
23607
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
23608
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
23609
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
23610
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
23611
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
23612
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
23613
|
+
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
23614
|
+
var RollerViewModel = __webpack_require__(6561);
|
|
23563
23615
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
23564
23616
|
var util_ = __webpack_require__(3458);
|
|
23565
23617
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -23667,7 +23719,7 @@ const __default__ = {
|
|
|
23667
23719
|
let options = {
|
|
23668
23720
|
layers: layers
|
|
23669
23721
|
};
|
|
23670
|
-
viewModel = new RollerViewModel(scenceView, options);
|
|
23722
|
+
viewModel = new RollerViewModel/* default */.Z(scenceView, options);
|
|
23671
23723
|
}
|
|
23672
23724
|
});
|
|
23673
23725
|
});
|
|
@@ -23961,8 +24013,6 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
23961
24013
|
var gis_utils_ = __webpack_require__(7135);
|
|
23962
24014
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
23963
24015
|
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
24016
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
23967
24017
|
var message = __webpack_require__(3694);
|
|
23968
24018
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
@@ -23971,7 +24021,6 @@ var const_image_ = __webpack_require__(6277);
|
|
|
23971
24021
|
|
|
23972
24022
|
|
|
23973
24023
|
|
|
23974
|
-
|
|
23975
24024
|
class ScanEffectViewModel {
|
|
23976
24025
|
//参数
|
|
23977
24026
|
// 绘制对象
|
|
@@ -27629,30 +27678,14 @@ SceneSet.install = (Vue, opts) => {
|
|
|
27629
27678
|
|
|
27630
27679
|
/***/ }),
|
|
27631
27680
|
|
|
27632
|
-
/***/
|
|
27681
|
+
/***/ 1248:
|
|
27633
27682
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27634
27683
|
|
|
27635
27684
|
"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
|
-
|
|
27685
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
27686
|
+
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
27687
|
+
/* harmony export */ });
|
|
27688
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
27656
27689
|
|
|
27657
27690
|
//截图逻辑类
|
|
27658
27691
|
class ScreenshotViewModel {
|
|
@@ -27660,11 +27693,11 @@ class ScreenshotViewModel {
|
|
|
27660
27693
|
//截图存储参数对象
|
|
27661
27694
|
//截图三维对象
|
|
27662
27695
|
constructor(viewer, options) {
|
|
27663
|
-
(0,
|
|
27696
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
27664
27697
|
|
|
27665
|
-
(0,
|
|
27698
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
27666
27699
|
|
|
27667
|
-
(0,
|
|
27700
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
27668
27701
|
|
|
27669
27702
|
this._options = {
|
|
27670
27703
|
width: options.imgWidth,
|
|
@@ -27799,6 +27832,29 @@ class ScreenshotViewModel {
|
|
|
27799
27832
|
}
|
|
27800
27833
|
|
|
27801
27834
|
}
|
|
27835
|
+
|
|
27836
|
+
/***/ }),
|
|
27837
|
+
|
|
27838
|
+
/***/ 7874:
|
|
27839
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27840
|
+
|
|
27841
|
+
"use strict";
|
|
27842
|
+
|
|
27843
|
+
// EXPORTS
|
|
27844
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27845
|
+
"default": function() { return /* reexport */ Screenshot; }
|
|
27846
|
+
});
|
|
27847
|
+
|
|
27848
|
+
// UNUSED EXPORTS: ScreenshotViewModel
|
|
27849
|
+
|
|
27850
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
27851
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
27852
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
27853
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
27854
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
27855
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
27856
|
+
// EXTERNAL MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
27857
|
+
var ScreenshotViewModel = __webpack_require__(1248);
|
|
27802
27858
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
27803
27859
|
var util_ = __webpack_require__(3458);
|
|
27804
27860
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -27924,7 +27980,7 @@ const __default__ = {
|
|
|
27924
27980
|
imgHeightMax.value = canvas.height;
|
|
27925
27981
|
formItem.imgWidth = canvas.width;
|
|
27926
27982
|
formItem.imgHeight = canvas.height;
|
|
27927
|
-
viewModel = new ScreenshotViewModel(scenceView._viewer, formItem);
|
|
27983
|
+
viewModel = new ScreenshotViewModel/* default */.Z(scenceView._viewer, formItem);
|
|
27928
27984
|
}
|
|
27929
27985
|
});
|
|
27930
27986
|
});
|
|
@@ -29393,8 +29449,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
29393
29449
|
var gis_utils_ = __webpack_require__(7135);
|
|
29394
29450
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
29395
29451
|
var defineProperty = __webpack_require__(8270);
|
|
29396
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
29397
|
-
var
|
|
29452
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
29453
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
29398
29454
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29399
29455
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29400
29456
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
@@ -32170,12 +32226,12 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
32170
32226
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
32171
32227
|
/* harmony export */ "Z": function() { return /* binding */ StatusBarViewModel; }
|
|
32172
32228
|
/* harmony export */ });
|
|
32173
|
-
/* harmony import */ var
|
|
32229
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
32174
32230
|
|
|
32175
32231
|
// 地图状态栏逻辑类
|
|
32176
32232
|
class StatusBarViewModel {
|
|
32177
32233
|
constructor(viewer, options) {
|
|
32178
|
-
(0,
|
|
32234
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
32179
32235
|
|
|
32180
32236
|
viewer.statusBar.show = true;
|
|
32181
32237
|
let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
|
|
@@ -32410,13 +32466,10 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
32410
32466
|
var gis_utils_ = __webpack_require__(7135);
|
|
32411
32467
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
32412
32468
|
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
32469
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
32416
32470
|
var message = __webpack_require__(3694);
|
|
32417
32471
|
;// CONCATENATED MODULE: ./src/webgl/terrainoperation/TerrainOperationViewModel.js
|
|
32418
32472
|
|
|
32419
|
-
|
|
32420
32473
|
//地形淹没分析逻辑类
|
|
32421
32474
|
|
|
32422
32475
|
class TerrainOperationViewModel {
|
|
@@ -33009,14 +33062,11 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
33009
33062
|
var gis_utils_ = __webpack_require__(7135);
|
|
33010
33063
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
33011
33064
|
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
33065
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
33015
33066
|
var message = __webpack_require__(3694);
|
|
33016
33067
|
;// CONCATENATED MODULE: ./src/webgl/terrainprofileanalysis/TerrainProfileAnalysisViewModel.js
|
|
33017
33068
|
|
|
33018
33069
|
|
|
33019
|
-
|
|
33020
33070
|
class TerrainProfileAnalysisViewModel {
|
|
33021
33071
|
// 三维viewer对象
|
|
33022
33072
|
//绘制管理对象
|
|
@@ -33457,15 +33507,15 @@ TerrainProfileAnalysis.install = (Vue, opts) => {
|
|
|
33457
33507
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33458
33508
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
33459
33509
|
/* harmony export */ });
|
|
33460
|
-
/* harmony import */ var
|
|
33510
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33461
33511
|
|
|
33462
33512
|
class UndergroundViewModel {
|
|
33463
33513
|
// 三维viewer对象
|
|
33464
33514
|
// 地下模式三维管理对象
|
|
33465
33515
|
constructor(viewer) {
|
|
33466
|
-
(0,
|
|
33516
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33467
33517
|
|
|
33468
|
-
(0,
|
|
33518
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
33469
33519
|
|
|
33470
33520
|
this._viewer = viewer;
|
|
33471
33521
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -33675,7 +33725,7 @@ Underground.install = (Vue, opts) => {
|
|
|
33675
33725
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33676
33726
|
/* harmony export */ "Z": function() { return /* binding */ VideoFusiontViewModel; }
|
|
33677
33727
|
/* harmony export */ });
|
|
33678
|
-
/* harmony import */ var
|
|
33728
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33679
33729
|
|
|
33680
33730
|
//视频融合逻辑类
|
|
33681
33731
|
class VideoFusiontViewModel {
|
|
@@ -33683,13 +33733,13 @@ class VideoFusiontViewModel {
|
|
|
33683
33733
|
//视频融合存储参数对象
|
|
33684
33734
|
//视频融合对象
|
|
33685
33735
|
constructor(scenceView, options) {
|
|
33686
|
-
(0,
|
|
33736
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33687
33737
|
|
|
33688
|
-
(0,
|
|
33738
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
33689
33739
|
|
|
33690
|
-
(0,
|
|
33740
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
33691
33741
|
|
|
33692
|
-
(0,
|
|
33742
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
33693
33743
|
|
|
33694
33744
|
this._options = Object.assign({}, options);
|
|
33695
33745
|
this._viewer = scenceView._viewer;
|
|
@@ -33895,12 +33945,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
33895
33945
|
|
|
33896
33946
|
// UNUSED EXPORTS: VideoFusionViewModel
|
|
33897
33947
|
|
|
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
33948
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
33905
33949
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
33906
33950
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -33917,9 +33961,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
33917
33961
|
var message = __webpack_require__(3694);
|
|
33918
33962
|
;// 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
33963
|
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
33964
|
const _hoisted_1 = {
|
|
33924
33965
|
class: "kq3d-video-fusion-box"
|
|
33925
33966
|
};
|
|
@@ -35004,7 +35045,7 @@ VideoFusion.install = (Vue, opts) => {
|
|
|
35004
35045
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
35005
35046
|
/* harmony export */ "Z": function() { return /* binding */ VideoProjectViewModel; }
|
|
35006
35047
|
/* harmony export */ });
|
|
35007
|
-
/* harmony import */ var
|
|
35048
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
35008
35049
|
|
|
35009
35050
|
//视频投放逻辑类
|
|
35010
35051
|
class VideoProjectViewModel {
|
|
@@ -35012,13 +35053,13 @@ class VideoProjectViewModel {
|
|
|
35012
35053
|
//视频投放存储参数对象
|
|
35013
35054
|
//视频投放对象
|
|
35014
35055
|
constructor(scenceView, options) {
|
|
35015
|
-
(0,
|
|
35056
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
35016
35057
|
|
|
35017
|
-
(0,
|
|
35058
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
35018
35059
|
|
|
35019
|
-
(0,
|
|
35060
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_projectVideo", null);
|
|
35020
35061
|
|
|
35021
|
-
(0,
|
|
35062
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoElement", null);
|
|
35022
35063
|
|
|
35023
35064
|
this._options = Object.assign({}, options);
|
|
35024
35065
|
this._viewer = scenceView._viewer;
|
|
@@ -35200,12 +35241,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
35200
35241
|
|
|
35201
35242
|
// UNUSED EXPORTS: VideoProjectViewModel
|
|
35202
35243
|
|
|
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
35244
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
35210
35245
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
35211
35246
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -35222,9 +35257,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
35222
35257
|
var message = __webpack_require__(3694);
|
|
35223
35258
|
;// 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
35259
|
|
|
35225
|
-
|
|
35226
|
-
|
|
35227
|
-
|
|
35228
35260
|
const _hoisted_1 = {
|
|
35229
35261
|
class: "kq3d-video-project-box"
|
|
35230
35262
|
};
|
|
@@ -37905,8 +37937,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37905
37937
|
|
|
37906
37938
|
// UNUSED EXPORTS: WireframeSketchViewModel
|
|
37907
37939
|
|
|
37908
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
37909
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
37910
37940
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
37911
37941
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
37912
37942
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -37991,7 +38021,6 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
37991
38021
|
|
|
37992
38022
|
|
|
37993
38023
|
|
|
37994
|
-
|
|
37995
38024
|
//语言
|
|
37996
38025
|
|
|
37997
38026
|
const __default__ = {
|
|
@@ -38594,35 +38623,19 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
38594
38623
|
|
|
38595
38624
|
/***/ }),
|
|
38596
38625
|
|
|
38597
|
-
/***/
|
|
38598
|
-
/***/ (function(module) {
|
|
38599
|
-
|
|
38600
|
-
"use strict";
|
|
38601
|
-
module.exports = require("core-js/modules/es.array.push.js");
|
|
38602
|
-
|
|
38603
|
-
/***/ }),
|
|
38604
|
-
|
|
38605
|
-
/***/ 4360:
|
|
38626
|
+
/***/ 3600:
|
|
38606
38627
|
/***/ (function(module) {
|
|
38607
38628
|
|
|
38608
38629
|
"use strict";
|
|
38609
|
-
module.exports = require("core-js/modules/
|
|
38630
|
+
module.exports = require("core-js/modules/es.array.includes.js");
|
|
38610
38631
|
|
|
38611
38632
|
/***/ }),
|
|
38612
38633
|
|
|
38613
|
-
/***/
|
|
38634
|
+
/***/ 4271:
|
|
38614
38635
|
/***/ (function(module) {
|
|
38615
38636
|
|
|
38616
38637
|
"use strict";
|
|
38617
|
-
module.exports = require("core-js/modules/
|
|
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");
|
|
38638
|
+
module.exports = require("core-js/modules/es.error.cause.js");
|
|
38626
38639
|
|
|
38627
38640
|
/***/ }),
|
|
38628
38641
|
|
|
@@ -38842,8 +38855,8 @@ var modelselect = __webpack_require__(9089);
|
|
|
38842
38855
|
var modelfilter = __webpack_require__(7937);
|
|
38843
38856
|
// EXTERNAL MODULE: ./src/webgl/wireframesketch/index.js + 4 modules
|
|
38844
38857
|
var wireframesketch = __webpack_require__(4686);
|
|
38845
|
-
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/index.js +
|
|
38846
|
-
var limitheightanalysis = __webpack_require__(
|
|
38858
|
+
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/index.js + 3 modules
|
|
38859
|
+
var limitheightanalysis = __webpack_require__(5551);
|
|
38847
38860
|
// EXTERNAL MODULE: ./src/webgl/terrainprofileanalysis/index.js + 4 modules
|
|
38848
38861
|
var terrainprofileanalysis = __webpack_require__(7649);
|
|
38849
38862
|
// EXTERNAL MODULE: ./src/webgl/scaneffect/index.js + 4 modules
|
|
@@ -38858,8 +38871,8 @@ var sightlineanalysis = __webpack_require__(6031);
|
|
|
38858
38871
|
var viewshedanalysis = __webpack_require__(2612);
|
|
38859
38872
|
// EXTERNAL MODULE: ./src/webgl/shadowanalysis/index.js + 4 modules
|
|
38860
38873
|
var shadowanalysis = __webpack_require__(8449);
|
|
38861
|
-
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/index.js +
|
|
38862
|
-
var modelprofileanalysis = __webpack_require__(
|
|
38874
|
+
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/index.js + 3 modules
|
|
38875
|
+
var modelprofileanalysis = __webpack_require__(3750);
|
|
38863
38876
|
// EXTERNAL MODULE: ./src/webgl/skylineanalysis/index.js + 5 modules
|
|
38864
38877
|
var skylineanalysis = __webpack_require__(421);
|
|
38865
38878
|
// EXTERNAL MODULE: ./src/webgl/terrainoperation/index.js + 4 modules
|
|
@@ -38884,14 +38897,14 @@ var adddata = __webpack_require__(5110);
|
|
|
38884
38897
|
var particleeffect = __webpack_require__(828);
|
|
38885
38898
|
// EXTERNAL MODULE: ./src/webgl/weathereffect/index.js + 4 modules
|
|
38886
38899
|
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__(
|
|
38900
|
+
// EXTERNAL MODULE: ./src/webgl/comparemap/index.js + 6 modules
|
|
38901
|
+
var comparemap = __webpack_require__(1670);
|
|
38902
|
+
// EXTERNAL MODULE: ./src/webgl/screenshot/index.js + 3 modules
|
|
38903
|
+
var screenshot = __webpack_require__(7874);
|
|
38891
38904
|
// EXTERNAL MODULE: ./src/webgl/hawkeye/index.js + 3 modules
|
|
38892
38905
|
var hawkeye = __webpack_require__(7686);
|
|
38893
|
-
// EXTERNAL MODULE: ./src/webgl/roller/index.js +
|
|
38894
|
-
var roller = __webpack_require__(
|
|
38906
|
+
// EXTERNAL MODULE: ./src/webgl/roller/index.js + 3 modules
|
|
38907
|
+
var roller = __webpack_require__(1871);
|
|
38895
38908
|
// EXTERNAL MODULE: ./src/webgl/underground/index.js + 3 modules
|
|
38896
38909
|
var underground = __webpack_require__(8521);
|
|
38897
38910
|
// EXTERNAL MODULE: ./src/webgl/statusbar/index.js + 5 modules
|
|
@@ -38902,8 +38915,8 @@ var videoproject = __webpack_require__(7413);
|
|
|
38902
38915
|
var videofusion = __webpack_require__(7942);
|
|
38903
38916
|
// EXTERNAL MODULE: ./src/webgl/sceneset/index.js + 7 modules
|
|
38904
38917
|
var sceneset = __webpack_require__(5802);
|
|
38905
|
-
// EXTERNAL MODULE: ./src/webgl/light/index.js +
|
|
38906
|
-
var light = __webpack_require__(
|
|
38918
|
+
// EXTERNAL MODULE: ./src/webgl/light/index.js + 3 modules
|
|
38919
|
+
var light = __webpack_require__(9001);
|
|
38907
38920
|
// EXTERNAL MODULE: ./src/webgl/geologicalbodyanalysis/index.js + 4 modules
|
|
38908
38921
|
var geologicalbodyanalysis = __webpack_require__(9378);
|
|
38909
38922
|
;// CONCATENATED MODULE: ./src/webgl/components.js
|
|
@@ -39076,13 +39089,13 @@ const install = function (Vue, opts = {}) {
|
|
|
39076
39089
|
});
|
|
39077
39090
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
39078
39091
|
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
39092
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/mitt"
|
|
39082
39093
|
var mitt_ = __webpack_require__(8905);
|
|
39083
39094
|
var mitt_default = /*#__PURE__*/__webpack_require__.n(mitt_);
|
|
39084
39095
|
;// CONCATENATED MODULE: external "core-js/modules/web.dom-exception.stack.js"
|
|
39085
39096
|
var web_dom_exception_stack_js_namespaceObject = require("core-js/modules/web.dom-exception.stack.js");
|
|
39097
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
39098
|
+
var es_array_includes_js_ = __webpack_require__(3600);
|
|
39086
39099
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
39087
39100
|
var const_image_ = __webpack_require__(6277);
|
|
39088
39101
|
;// CONCATENATED MODULE: ./src/webgl/sceneview/DrawManager.js
|
|
@@ -40373,7 +40386,6 @@ var global_event_default = /*#__PURE__*/__webpack_require__.n(global_event_);
|
|
|
40373
40386
|
|
|
40374
40387
|
|
|
40375
40388
|
|
|
40376
|
-
|
|
40377
40389
|
//图层管理类
|
|
40378
40390
|
|
|
40379
40391
|
class LayerManager {
|
|
@@ -42083,7 +42095,6 @@ function delTreeDataByGuid(data, guid) {
|
|
|
42083
42095
|
}
|
|
42084
42096
|
;// CONCATENATED MODULE: ./src/webgl/sceneview/SceneViewViewModel.js
|
|
42085
42097
|
|
|
42086
|
-
|
|
42087
42098
|
//SceneView逻辑类
|
|
42088
42099
|
|
|
42089
42100
|
|