@kq_npm/client3d_webgl_vue 4.3.1 → 4.3.3-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +35 -4
- package/adddata/style/adddata.css +110 -1
- package/aspectanalysis/style/aspectanalysis.css +101 -1
- package/baseterraingallery/index.js +2 -2
- package/baseterraingallery/style/baseterraingallery.css +88 -1
- package/boxclip/index.js +10 -0
- package/boxclip/style/boxclip.css +97 -1
- package/clientPrint/index.js +5 -15
- package/clientPrint/style/clientPrint.css +461 -1
- package/comparemap/index.js +136 -145
- package/comparemap/style/comparemap.css +35 -1
- package/compass/index.js +2 -2
- package/excavatefillanalysis/style/excavatefillanalysis.css +140 -1
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +13 -3
- package/flight/style/flight.css +150 -1
- package/floodanalysis/style/floodanalysis.css +95 -1
- package/geologicalbodyanalysis/index.js +10 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +64 -1
- package/gpuspatialquery/index.js +10 -0
- package/gpuspatialquery/style/gpuspatialquery.css +88 -1
- package/hawkeye/index.js +2 -2
- package/index.js +214 -48
- package/isolineanalysis/style/isolineanalysis.css +113 -1
- package/light/index.js +170 -169
- package/light/style/light.css +104 -1
- package/limitheightanalysis/index.js +126 -125
- package/limitheightanalysis/style/limitheightanalysis.css +88 -1
- package/measure/index.js +174 -45
- package/measure/style/measure.css +84 -1
- package/modelFlat/index.js +10 -0
- package/modelFlat/style/modelFlat.css +66 -1
- package/modelexcavate/index.js +10 -0
- package/modelexcavate/style/modelexcavate.css +66 -1
- package/modelfilter/index.js +10 -0
- package/modelfilter/style/modelfilter.css +66 -1
- package/modelprofileanalysis/index.js +165 -164
- package/modelprofileanalysis/style/modelprofileanalysis.css +94 -1
- package/modelselect/index.js +10 -0
- package/modelselect/style/modelselect.css +28 -1
- package/package.json +1 -1
- package/particleeffect/index.js +10 -0
- package/particleeffect/style/particleeffect.css +94 -1
- package/planeclip/index.js +10 -0
- package/planeclip/style/planeclip.css +94 -1
- package/resetview/index.js +2 -2
- package/roller/index.js +171 -170
- package/roller/style/roller.css +59 -1
- package/scaneffect/index.js +10 -0
- package/scaneffect/style/scaneffect.css +101 -1
- package/sceneset/index.js +10 -1
- package/sceneset/style/sceneset.css +86 -1
- package/sceneview/index.js +481 -309
- package/sceneview/style/sceneview.css +127 -1
- package/screenshot/index.js +159 -158
- package/screenshot/style/screenshot.css +53 -1
- package/shadowanalysis/style/shadowanalysis.css +141 -1
- package/sightlineanalysis/index.js +7 -5
- package/sightlineanalysis/style/divpoint.css +22 -1
- package/sightlineanalysis/style/sightlineanalysis.css +85 -1
- package/skylineanalysis/style/skylineanalysis.css +100 -1
- package/slopeanalysis/style/slopeanalysis.css +101 -1
- package/statusbar/index.js +12 -3
- package/style.css +3817 -1
- package/terrainoperation/index.js +10 -0
- package/terrainoperation/style/terrainoperation.css +66 -1
- package/terrainprofileanalysis/index.js +10 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +83 -1
- package/underground/index.js +3 -3
- package/underground/style/underground.css +19 -1
- package/videofusion/index.js +35 -5
- package/videofusion/style/videofusion.css +104 -1
- package/videoproject/index.js +35 -5
- package/videoproject/style/videoproject.css +104 -1
- package/viewshedanalysis/style/viewshedanalysis.css +88 -1
- package/weathereffect/style/weathereffect.css +95 -1
- package/wireframesketch/index.js +10 -0
- package/wireframesketch/style/wireframesketch.css +12 -1
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, __unused_webpack_exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
18
|
|
|
@@ -23,6 +23,8 @@ 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
|
+
|
|
26
28
|
module.exports = function (cssWithMappingToString) {
|
|
27
29
|
var list = []; // return the list of modules as css string
|
|
28
30
|
|
|
@@ -85,9 +87,7 @@ module.exports = function (cssWithMappingToString) {
|
|
|
85
87
|
/***/ }),
|
|
86
88
|
|
|
87
89
|
/***/ 3961:
|
|
88
|
-
/***/ (function(module
|
|
89
|
-
|
|
90
|
-
__webpack_require__(4271);
|
|
90
|
+
/***/ (function(module) {
|
|
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.push.js"
|
|
461
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
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,6 +469,12 @@ 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);
|
|
472
478
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/webmapservice"
|
|
473
479
|
var webmapservice_ = __webpack_require__(3217);
|
|
474
480
|
var webmapservice_default = /*#__PURE__*/__webpack_require__.n(webmapservice_);
|
|
@@ -487,6 +493,10 @@ var external_papaparse_default = /*#__PURE__*/__webpack_require__.n(external_pap
|
|
|
487
493
|
|
|
488
494
|
|
|
489
495
|
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
490
500
|
//添加数据逻辑类
|
|
491
501
|
|
|
492
502
|
class AddDataViewModel {
|
|
@@ -3190,13 +3200,13 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
3190
3200
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3191
3201
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
3192
3202
|
/* harmony export */ });
|
|
3193
|
-
/* harmony import */ var
|
|
3203
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
3194
3204
|
|
|
3195
3205
|
//在线地形逻辑类
|
|
3196
3206
|
class BaseterrainGalleryViewModel {
|
|
3197
3207
|
//基本地形对象
|
|
3198
3208
|
constructor(viewer) {
|
|
3199
|
-
(0,
|
|
3209
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
3200
3210
|
|
|
3201
3211
|
this._baseterrainGallery.viewer = viewer;
|
|
3202
3212
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
@@ -3608,10 +3618,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
3608
3618
|
var gis_utils_ = __webpack_require__(7135);
|
|
3609
3619
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
3610
3620
|
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);
|
|
3611
3623
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
3612
3624
|
var message = __webpack_require__(3694);
|
|
3613
3625
|
;// CONCATENATED MODULE: ./src/webgl/boxclip/BoxClipViewModel.js
|
|
3614
3626
|
|
|
3627
|
+
|
|
3615
3628
|
//Box裁剪逻辑类
|
|
3616
3629
|
|
|
3617
3630
|
class BoxClipViewModel {
|
|
@@ -4740,8 +4753,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
4740
4753
|
"default": function() { return /* reexport */ ClientPrint; }
|
|
4741
4754
|
});
|
|
4742
4755
|
|
|
4743
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
4744
|
-
var
|
|
4756
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
4757
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
4745
4758
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
4746
4759
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
4747
4760
|
;// CONCATENATED MODULE: external "html2canvas"
|
|
@@ -6841,23 +6854,39 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
6841
6854
|
|
|
6842
6855
|
/***/ }),
|
|
6843
6856
|
|
|
6844
|
-
/***/
|
|
6857
|
+
/***/ 9168:
|
|
6845
6858
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6846
6859
|
|
|
6847
6860
|
"use strict";
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6861
|
+
|
|
6862
|
+
// EXPORTS
|
|
6863
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
6864
|
+
"default": function() { return /* reexport */ CompareMap; }
|
|
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
|
+
|
|
6852
6881
|
|
|
6853
6882
|
//多窗口逻辑类
|
|
6854
6883
|
class CompareMapViewModel {
|
|
6855
6884
|
// 三维视图对象
|
|
6856
6885
|
//三维viewer对象
|
|
6857
6886
|
constructor(scenceView, options = {}) {
|
|
6858
|
-
(0,
|
|
6887
|
+
(0,defineProperty/* default */.Z)(this, "_scenceView", null);
|
|
6859
6888
|
|
|
6860
|
-
(0,
|
|
6889
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
6861
6890
|
|
|
6862
6891
|
this._scenceView = scenceView;
|
|
6863
6892
|
this._viewer = scenceView._viewer;
|
|
@@ -6975,36 +7004,10 @@ class CompareMapViewModel {
|
|
|
6975
7004
|
}
|
|
6976
7005
|
|
|
6977
7006
|
}
|
|
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);
|
|
7003
7007
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
7004
7008
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
7005
7009
|
;// 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
|
|
7006
7010
|
|
|
7007
|
-
|
|
7008
7011
|
const _hoisted_1 = {
|
|
7009
7012
|
class: "kq3d-compare-map-tree"
|
|
7010
7013
|
};
|
|
@@ -7206,7 +7209,7 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
7206
7209
|
splitLineColor: props.splitLineColor,
|
|
7207
7210
|
splitLineWidth: props.splitLineWidth
|
|
7208
7211
|
};
|
|
7209
|
-
viewModel = new CompareMapViewModel
|
|
7212
|
+
viewModel = new CompareMapViewModel(scenceView, options);
|
|
7210
7213
|
}
|
|
7211
7214
|
});
|
|
7212
7215
|
}); //切换窗口模式
|
|
@@ -7369,13 +7372,13 @@ CompareMap.install = (Vue, opts) => {
|
|
|
7369
7372
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7370
7373
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
7371
7374
|
/* harmony export */ });
|
|
7372
|
-
/* harmony import */ var
|
|
7375
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7373
7376
|
|
|
7374
7377
|
// 重置视图
|
|
7375
7378
|
class CompassViewModel {
|
|
7376
7379
|
//三维viewer对象
|
|
7377
7380
|
constructor(viewer) {
|
|
7378
|
-
(0,
|
|
7381
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
7379
7382
|
|
|
7380
7383
|
this._viewer = viewer;
|
|
7381
7384
|
} //重置方向
|
|
@@ -8240,13 +8243,13 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
|
8240
8243
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8241
8244
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
8242
8245
|
/* harmony export */ });
|
|
8243
|
-
/* harmony import */ var
|
|
8246
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
8244
8247
|
|
|
8245
8248
|
// 三维固定缩放逻辑
|
|
8246
8249
|
class FixedZoomin3dViewModel {
|
|
8247
8250
|
//三维viewer对象
|
|
8248
8251
|
constructor(viewer) {
|
|
8249
|
-
(0,
|
|
8252
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
8250
8253
|
|
|
8251
8254
|
this._viewer = viewer;
|
|
8252
8255
|
} //获取相机焦点
|
|
@@ -8452,13 +8455,13 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
8452
8455
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8453
8456
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
8454
8457
|
/* harmony export */ });
|
|
8455
|
-
/* harmony import */ var
|
|
8458
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
8456
8459
|
|
|
8457
8460
|
// 三维固定缩放逻辑
|
|
8458
8461
|
class FixedZoomout3dViewModel {
|
|
8459
8462
|
//三维viewer对象
|
|
8460
8463
|
constructor(viewer) {
|
|
8461
|
-
(0,
|
|
8464
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
8462
8465
|
|
|
8463
8466
|
this._viewer = viewer;
|
|
8464
8467
|
} //获取相机焦点
|
|
@@ -8664,16 +8667,16 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
8664
8667
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8665
8668
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
8666
8669
|
/* harmony export */ });
|
|
8667
|
-
/* harmony import */ var
|
|
8670
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
8668
8671
|
|
|
8669
8672
|
//飞行操作类
|
|
8670
8673
|
class FlightViewModel {
|
|
8671
8674
|
//飞行三维对象
|
|
8672
8675
|
//停止事件
|
|
8673
8676
|
constructor(viewer) {
|
|
8674
|
-
(0,
|
|
8677
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
8675
8678
|
|
|
8676
|
-
(0,
|
|
8679
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
8677
8680
|
|
|
8678
8681
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
8679
8682
|
this.stopEvent = this._animationPath.stoped;
|
|
@@ -8785,6 +8788,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
8785
8788
|
|
|
8786
8789
|
// UNUSED EXPORTS: FlightViewModel
|
|
8787
8790
|
|
|
8791
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
8792
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
8788
8793
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
8789
8794
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
8790
8795
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
@@ -8803,6 +8808,7 @@ var util_ = __webpack_require__(3458);
|
|
|
8803
8808
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
8804
8809
|
;// 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
|
|
8805
8810
|
|
|
8811
|
+
|
|
8806
8812
|
const _hoisted_1 = {
|
|
8807
8813
|
class: "kq-flight3d-box"
|
|
8808
8814
|
};
|
|
@@ -10750,10 +10756,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
10750
10756
|
var gis_utils_ = __webpack_require__(7135);
|
|
10751
10757
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
10752
10758
|
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);
|
|
10753
10761
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
10754
10762
|
var message = __webpack_require__(3694);
|
|
10755
10763
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysisViewModel.js
|
|
10756
10764
|
|
|
10765
|
+
|
|
10757
10766
|
//地质体分析逻辑类
|
|
10758
10767
|
|
|
10759
10768
|
class GeologicalBodyAnalysisViewModel {
|
|
@@ -11491,10 +11500,13 @@ var external_xe_utils_namespaceObject = require("xe-utils");
|
|
|
11491
11500
|
var external_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_xe_utils_namespaceObject);
|
|
11492
11501
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
11493
11502
|
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);
|
|
11494
11505
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
11495
11506
|
var message = __webpack_require__(3694);
|
|
11496
11507
|
;// CONCATENATED MODULE: ./src/webgl/gpuspatialquery/GPUSpatialQueryViewModel.js
|
|
11497
11508
|
|
|
11509
|
+
|
|
11498
11510
|
//GPU空间查询逻辑类
|
|
11499
11511
|
|
|
11500
11512
|
class GPUSpatialQueryViewModel {
|
|
@@ -12473,13 +12485,13 @@ GPUSpatialQuery.install = (Vue, opts) => {
|
|
|
12473
12485
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12474
12486
|
/* harmony export */ "Z": function() { return /* binding */ HawkeyeViewModel; }
|
|
12475
12487
|
/* harmony export */ });
|
|
12476
|
-
/* harmony import */ var
|
|
12488
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12477
12489
|
|
|
12478
12490
|
//鹰眼逻辑类
|
|
12479
12491
|
class HawkeyeViewModel {
|
|
12480
12492
|
//鹰眼三维对象
|
|
12481
12493
|
constructor(scenceView, options) {
|
|
12482
|
-
(0,
|
|
12494
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_overviewMap", null);
|
|
12483
12495
|
|
|
12484
12496
|
options.viewer = scenceView._viewer;
|
|
12485
12497
|
options.centerRectColor = Cesium.Color.fromCssColorString(options.centerColor || "#0000ff").withAlpha(options.centerColorAlpha || 0.5);
|
|
@@ -15456,14 +15468,30 @@ IsolineAnalysis.install = (Vue, opts) => {
|
|
|
15456
15468
|
|
|
15457
15469
|
/***/ }),
|
|
15458
15470
|
|
|
15459
|
-
/***/
|
|
15471
|
+
/***/ 9010:
|
|
15460
15472
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
15461
15473
|
|
|
15462
15474
|
"use strict";
|
|
15463
|
-
|
|
15464
|
-
|
|
15465
|
-
|
|
15466
|
-
|
|
15475
|
+
|
|
15476
|
+
// EXPORTS
|
|
15477
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
15478
|
+
"default": function() { return /* reexport */ Light; }
|
|
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
|
+
|
|
15467
15495
|
|
|
15468
15496
|
//灯光特效逻辑类
|
|
15469
15497
|
class LightViewModel {
|
|
@@ -15475,21 +15503,21 @@ class LightViewModel {
|
|
|
15475
15503
|
//灯光存储参数对象
|
|
15476
15504
|
//灯光对象集合
|
|
15477
15505
|
constructor(scenceView, options) {
|
|
15478
|
-
(0,
|
|
15506
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
15479
15507
|
|
|
15480
|
-
(0,
|
|
15508
|
+
(0,defineProperty/* default */.Z)(this, "_light", null);
|
|
15481
15509
|
|
|
15482
|
-
(0,
|
|
15510
|
+
(0,defineProperty/* default */.Z)(this, "_lightModel", null);
|
|
15483
15511
|
|
|
15484
|
-
(0,
|
|
15512
|
+
(0,defineProperty/* default */.Z)(this, "_lightModelDs", null);
|
|
15485
15513
|
|
|
15486
|
-
(0,
|
|
15514
|
+
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
15487
15515
|
|
|
15488
|
-
(0,
|
|
15516
|
+
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
15489
15517
|
|
|
15490
|
-
(0,
|
|
15518
|
+
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
15491
15519
|
|
|
15492
|
-
(0,
|
|
15520
|
+
(0,defineProperty/* default */.Z)(this, "_lightList", []);
|
|
15493
15521
|
|
|
15494
15522
|
this._options = options;
|
|
15495
15523
|
this._viewer = scenceView._viewer;
|
|
@@ -15717,29 +15745,6 @@ class LightViewModel {
|
|
|
15717
15745
|
}
|
|
15718
15746
|
|
|
15719
15747
|
}
|
|
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);
|
|
15743
15748
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
15744
15749
|
var util_ = __webpack_require__(3458);
|
|
15745
15750
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -15852,7 +15857,7 @@ const __default__ = {
|
|
|
15852
15857
|
|
|
15853
15858
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
15854
15859
|
if (scenceView) {
|
|
15855
|
-
viewModel = new LightViewModel
|
|
15860
|
+
viewModel = new LightViewModel(scenceView, formItem);
|
|
15856
15861
|
}
|
|
15857
15862
|
});
|
|
15858
15863
|
});
|
|
@@ -16386,29 +16391,45 @@ Light.install = (Vue, opts) => {
|
|
|
16386
16391
|
|
|
16387
16392
|
/***/ }),
|
|
16388
16393
|
|
|
16389
|
-
/***/
|
|
16394
|
+
/***/ 3926:
|
|
16390
16395
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
16391
16396
|
|
|
16392
16397
|
"use strict";
|
|
16393
|
-
|
|
16394
|
-
|
|
16395
|
-
|
|
16396
|
-
|
|
16398
|
+
|
|
16399
|
+
// EXPORTS
|
|
16400
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
16401
|
+
"default": function() { return /* reexport */ LimitHeightAnalysis; }
|
|
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
|
+
|
|
16397
16418
|
|
|
16398
16419
|
//限高分析逻辑类
|
|
16399
16420
|
class LimitHeightAnalysisViewModel {
|
|
16400
16421
|
//三维viewer对象
|
|
16401
16422
|
//限高分析存储参数对象
|
|
16402
16423
|
constructor(scenceView, options) {
|
|
16403
|
-
(0,
|
|
16424
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
16404
16425
|
|
|
16405
|
-
(0,
|
|
16426
|
+
(0,defineProperty/* default */.Z)(this, "_options", {});
|
|
16406
16427
|
|
|
16407
|
-
(0,
|
|
16428
|
+
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
16408
16429
|
|
|
16409
|
-
(0,
|
|
16430
|
+
(0,defineProperty/* default */.Z)(this, "_drawFinishedEventListener", null);
|
|
16410
16431
|
|
|
16411
|
-
(0,
|
|
16432
|
+
(0,defineProperty/* default */.Z)(this, "_limitHeightAnalysis", null);
|
|
16412
16433
|
|
|
16413
16434
|
this._viewer = scenceView._viewer;
|
|
16414
16435
|
this._options = options;
|
|
@@ -16507,29 +16528,6 @@ class LimitHeightAnalysisViewModel {
|
|
|
16507
16528
|
}
|
|
16508
16529
|
|
|
16509
16530
|
}
|
|
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);
|
|
16533
16531
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
16534
16532
|
var util_ = __webpack_require__(3458);
|
|
16535
16533
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -16655,7 +16653,7 @@ const __default__ = {
|
|
|
16655
16653
|
|
|
16656
16654
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
16657
16655
|
if (scenceView) {
|
|
16658
|
-
viewModel = new LimitHeightAnalysisViewModel
|
|
16656
|
+
viewModel = new LimitHeightAnalysisViewModel(scenceView, {
|
|
16659
16657
|
baseHeight: formItem.baseHeight,
|
|
16660
16658
|
limitHeight: formItem.limitHeight,
|
|
16661
16659
|
limitHeightColor: formItem.limitHeightColor,
|
|
@@ -17009,7 +17007,7 @@ LimitHeightAnalysis.install = (Vue, opts) => {
|
|
|
17009
17007
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17010
17008
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
17011
17009
|
/* harmony export */ });
|
|
17012
|
-
/* harmony import */ var
|
|
17010
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
17013
17011
|
|
|
17014
17012
|
//测量操作类
|
|
17015
17013
|
class MeasureViewModel {
|
|
@@ -17017,13 +17015,13 @@ class MeasureViewModel {
|
|
|
17017
17015
|
//测量事件
|
|
17018
17016
|
//活动事件
|
|
17019
17017
|
constructor(viewer) {
|
|
17020
|
-
(0,
|
|
17018
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
17021
17019
|
|
|
17022
|
-
(0,
|
|
17020
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
17023
17021
|
|
|
17024
|
-
(0,
|
|
17022
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
17025
17023
|
|
|
17026
|
-
(0,
|
|
17024
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
17027
17025
|
|
|
17028
17026
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(viewer);
|
|
17029
17027
|
this._viewer = viewer;
|
|
@@ -17133,8 +17131,24 @@ class MeasureViewModel {
|
|
|
17133
17131
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
17134
17132
|
break;
|
|
17135
17133
|
|
|
17136
|
-
case "
|
|
17137
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
17134
|
+
case "nmi":
|
|
17135
|
+
newValue = (value / 1852).toFixed(2) + " nmi";
|
|
17136
|
+
break;
|
|
17137
|
+
|
|
17138
|
+
case "m²":
|
|
17139
|
+
newValue = value.toFixed(2) + " m²";
|
|
17140
|
+
break;
|
|
17141
|
+
|
|
17142
|
+
case "km²":
|
|
17143
|
+
newValue = (value / 1000000).toFixed(2) + " km²";
|
|
17144
|
+
break;
|
|
17145
|
+
|
|
17146
|
+
case "mu":
|
|
17147
|
+
newValue = (value * 2 / 3).toFixed(2) + " mu";
|
|
17148
|
+
break;
|
|
17149
|
+
|
|
17150
|
+
case "ha":
|
|
17151
|
+
newValue = (value / 10000).toFixed(2) + " ha";
|
|
17138
17152
|
break;
|
|
17139
17153
|
|
|
17140
17154
|
default:
|
|
@@ -17332,6 +17346,10 @@ const __default__ = {
|
|
|
17332
17346
|
props: {
|
|
17333
17347
|
//指定组件绑定的viewer对象的div的id
|
|
17334
17348
|
target: String,
|
|
17349
|
+
// 设置参数
|
|
17350
|
+
settingParams: {
|
|
17351
|
+
type: Object
|
|
17352
|
+
},
|
|
17335
17353
|
// 是否显示阴影效果
|
|
17336
17354
|
showShadow: {
|
|
17337
17355
|
type: Boolean,
|
|
@@ -17377,7 +17395,9 @@ const __default__ = {
|
|
|
17377
17395
|
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
17378
17396
|
let isResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
17379
17397
|
let distanceValue = null;
|
|
17380
|
-
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
17398
|
+
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.distanceUnit || ""); // 单位
|
|
17399
|
+
|
|
17400
|
+
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
17381
17401
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("0");
|
|
17382
17402
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
17383
17403
|
let mode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("space");
|
|
@@ -17390,29 +17410,49 @@ const __default__ = {
|
|
|
17390
17410
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
17391
17411
|
let measureTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
17392
17412
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
17393
|
-
language.value = messages.value[newVal]["webgl"];
|
|
17413
|
+
language.value = Object.assign({}, messages.value[newVal]["webgl"], messages.value[newVal]["leaflet"]);
|
|
17394
17414
|
measureTitle.value = language.value.measure;
|
|
17395
17415
|
modeList.value = loadModeData();
|
|
17416
|
+
distanceUnits.value = setDistanceUnits();
|
|
17417
|
+
areaUnits.value = setAreaUnits();
|
|
17396
17418
|
}); // 距离测量单位
|
|
17397
17419
|
|
|
17398
|
-
let distanceUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
17399
|
-
label: "m",
|
|
17400
|
-
value: "m"
|
|
17401
|
-
}, {
|
|
17402
|
-
label: "km",
|
|
17403
|
-
value: "km"
|
|
17404
|
-
}, {
|
|
17405
|
-
label: "n mile",
|
|
17406
|
-
value: "n mile"
|
|
17407
|
-
}]); // 面积测量单位
|
|
17420
|
+
let distanceUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
17408
17421
|
|
|
17409
|
-
let
|
|
17410
|
-
|
|
17411
|
-
|
|
17412
|
-
|
|
17413
|
-
|
|
17414
|
-
|
|
17415
|
-
|
|
17422
|
+
let setDistanceUnits = () => {
|
|
17423
|
+
return [{
|
|
17424
|
+
label: language.value.kilometre,
|
|
17425
|
+
value: "km"
|
|
17426
|
+
}, {
|
|
17427
|
+
label: language.value.metre,
|
|
17428
|
+
value: "m"
|
|
17429
|
+
}, {
|
|
17430
|
+
label: language.value.nauticalMile,
|
|
17431
|
+
value: "nmi"
|
|
17432
|
+
}];
|
|
17433
|
+
};
|
|
17434
|
+
|
|
17435
|
+
distanceUnits.value = setDistanceUnits(); // 面积测量单位
|
|
17436
|
+
|
|
17437
|
+
let areaUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
17438
|
+
|
|
17439
|
+
let setAreaUnits = () => {
|
|
17440
|
+
return [{
|
|
17441
|
+
label: language.value.squareKilometers,
|
|
17442
|
+
value: "km²"
|
|
17443
|
+
}, {
|
|
17444
|
+
label: language.value.squareMeter,
|
|
17445
|
+
value: "m²"
|
|
17446
|
+
}, {
|
|
17447
|
+
label: language.value.mu,
|
|
17448
|
+
value: "mu"
|
|
17449
|
+
}, {
|
|
17450
|
+
label: language.value.hectare,
|
|
17451
|
+
value: "ha"
|
|
17452
|
+
}];
|
|
17453
|
+
};
|
|
17454
|
+
|
|
17455
|
+
areaUnits.value = setAreaUnits(); // 组件容器Ref
|
|
17416
17456
|
|
|
17417
17457
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
17418
17458
|
|
|
@@ -17435,7 +17475,13 @@ const __default__ = {
|
|
|
17435
17475
|
if (measureType.value === "distance") {
|
|
17436
17476
|
if (res.distance) {
|
|
17437
17477
|
distanceValue = res.distance;
|
|
17438
|
-
|
|
17478
|
+
|
|
17479
|
+
if (props.settingParams && props.settingParams.distanceUnit) {
|
|
17480
|
+
distanceUnit.value = props.settingParams && props.settingParams.distanceUnit || "";
|
|
17481
|
+
onChangeUnit(distanceUnit.value);
|
|
17482
|
+
} else {
|
|
17483
|
+
result.value = formatDistance(res.distance);
|
|
17484
|
+
}
|
|
17439
17485
|
}
|
|
17440
17486
|
} else if (measureType.value === "height" && res) {
|
|
17441
17487
|
result.value = {
|
|
@@ -17445,7 +17491,16 @@ const __default__ = {
|
|
|
17445
17491
|
angle: res.angle ? res.angle.toFixed(2).replace(/\.?0+$/, '') : 0
|
|
17446
17492
|
};
|
|
17447
17493
|
} else if (measureType.value === "area") {
|
|
17448
|
-
if (res && res.area
|
|
17494
|
+
if (res && res.area || res && res.area == 0) {
|
|
17495
|
+
distanceValue = res.area;
|
|
17496
|
+
|
|
17497
|
+
if (props.settingParams && props.settingParams.areaUnit) {
|
|
17498
|
+
areaUnit.value = props.settingParams && props.settingParams.areaUnit || "";
|
|
17499
|
+
onChangeUnit(areaUnit.value);
|
|
17500
|
+
} else {
|
|
17501
|
+
result.value = formatArea(res.area);
|
|
17502
|
+
}
|
|
17503
|
+
}
|
|
17449
17504
|
} else if (measureType.value === "azimuth" && res) {
|
|
17450
17505
|
if (res.positions && res.positions.length > 0) {
|
|
17451
17506
|
result.value = res.azimuth.toFixed(4) + " °";
|
|
@@ -17456,16 +17511,32 @@ const __default__ = {
|
|
|
17456
17511
|
} else result.value = 0;
|
|
17457
17512
|
} else if (measureType.value === "coordinate") {
|
|
17458
17513
|
if (res && res.coordinate) {
|
|
17459
|
-
|
|
17460
|
-
|
|
17461
|
-
|
|
17462
|
-
|
|
17463
|
-
|
|
17514
|
+
let convertValue = null;
|
|
17515
|
+
|
|
17516
|
+
if (props.settingParams && props.settingParams.isConvert) {
|
|
17517
|
+
result.value = {
|
|
17518
|
+
longitude: res.coordinate.longitude ? convertXY(res.coordinate.longitude) : 0,
|
|
17519
|
+
latitude: res.coordinate.latitude ? convertXY(res.coordinate.latitude) : 0,
|
|
17520
|
+
height: res.coordinate.height ? res.coordinate.height.toFixed(2) : 0
|
|
17521
|
+
};
|
|
17522
|
+
convertValue = [result.value.longitude, result.value.latitude];
|
|
17523
|
+
} else {
|
|
17524
|
+
result.value = {
|
|
17525
|
+
longitude: res.coordinate.longitude ? res.coordinate.longitude.toFixed(5) + "°" : 0,
|
|
17526
|
+
latitude: res.coordinate.latitude ? res.coordinate.latitude.toFixed(5) + "°" : 0,
|
|
17527
|
+
height: res.coordinate.height ? res.coordinate.height.toFixed(2) : 0
|
|
17528
|
+
};
|
|
17529
|
+
}
|
|
17530
|
+
|
|
17464
17531
|
viewModel.stopMeasure();
|
|
17465
17532
|
|
|
17466
17533
|
if (res.measureResult && res.measureResult.labels && res.measureResult.labels.length > 0) {
|
|
17467
17534
|
res.measureResult.labels._labels.forEach(label => {
|
|
17468
17535
|
label.text = label.text.replace('X', language.value.longitude).replace('Y', language.value.latitude).replace('Z', language.value.elevation).replace(/\n/g, '°\n');
|
|
17536
|
+
|
|
17537
|
+
if (convertValue) {
|
|
17538
|
+
label.text = label.text.replace(res.coordinate.longitude.toFixed(5) + "°", convertValue[0]).replace(res.coordinate.latitude.toFixed(5) + "°", convertValue[1]);
|
|
17539
|
+
}
|
|
17469
17540
|
});
|
|
17470
17541
|
}
|
|
17471
17542
|
}
|
|
@@ -17481,11 +17552,28 @@ const __default__ = {
|
|
|
17481
17552
|
});
|
|
17482
17553
|
}
|
|
17483
17554
|
});
|
|
17484
|
-
});
|
|
17555
|
+
}); // 经纬度转度分秒
|
|
17556
|
+
|
|
17557
|
+
function convertXY(val) {
|
|
17558
|
+
if (!val) {
|
|
17559
|
+
return "";
|
|
17560
|
+
} // 度=经纬度的整数部分
|
|
17561
|
+
|
|
17562
|
+
|
|
17563
|
+
let d = Math.floor(Number(val)); // 经纬度的小数部分*60
|
|
17564
|
+
|
|
17565
|
+
let temp1 = (Number(val) - Number(d)) * 60; // 分=(经纬度的小数部分*60)的整数部分
|
|
17566
|
+
|
|
17567
|
+
let f = Math.floor(Number(temp1)); // 秒=(经纬度的小数部分*60-分)*60
|
|
17568
|
+
|
|
17569
|
+
let m = Math.floor((Number(temp1) - Number(f)) * 60);
|
|
17570
|
+
return d + "°" + f + "′" + m + "″";
|
|
17571
|
+
}
|
|
17485
17572
|
/**
|
|
17486
17573
|
* @description 监听header生成
|
|
17487
17574
|
*/
|
|
17488
17575
|
|
|
17576
|
+
|
|
17489
17577
|
const watchCreateHeaderTemp = () => {
|
|
17490
17578
|
if (props.showHeaderTemp) {
|
|
17491
17579
|
// 生成headerTemp
|
|
@@ -17519,14 +17607,14 @@ const __default__ = {
|
|
|
17519
17607
|
}
|
|
17520
17608
|
|
|
17521
17609
|
function formatArea(area) {
|
|
17522
|
-
|
|
17610
|
+
areaUnit.value = "m²";
|
|
17523
17611
|
|
|
17524
17612
|
if (area > 1000000) {
|
|
17525
17613
|
area = area / 1000000;
|
|
17526
|
-
|
|
17614
|
+
areaUnit.value = "km²";
|
|
17527
17615
|
}
|
|
17528
17616
|
|
|
17529
|
-
return area.toFixed(2) + " " +
|
|
17617
|
+
return area.toFixed(2) + " " + areaUnit.value;
|
|
17530
17618
|
}
|
|
17531
17619
|
/**
|
|
17532
17620
|
* @description 监听单位变化操作
|
|
@@ -17558,8 +17646,24 @@ const __default__ = {
|
|
|
17558
17646
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
17559
17647
|
break;
|
|
17560
17648
|
|
|
17561
|
-
case "
|
|
17562
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
17649
|
+
case "nmi":
|
|
17650
|
+
newValue = (value / 1852).toFixed(2) + " nmi";
|
|
17651
|
+
break;
|
|
17652
|
+
|
|
17653
|
+
case "m²":
|
|
17654
|
+
newValue = value.toFixed(2) + " m²";
|
|
17655
|
+
break;
|
|
17656
|
+
|
|
17657
|
+
case "km²":
|
|
17658
|
+
newValue = (value / 1000000).toFixed(2) + " km²";
|
|
17659
|
+
break;
|
|
17660
|
+
|
|
17661
|
+
case "mu":
|
|
17662
|
+
newValue = (value * 2 / 3).toFixed(2) + " mu";
|
|
17663
|
+
break;
|
|
17664
|
+
|
|
17665
|
+
case "ha":
|
|
17666
|
+
newValue = (value / 10000).toFixed(2) + " ha";
|
|
17563
17667
|
break;
|
|
17564
17668
|
|
|
17565
17669
|
default:
|
|
@@ -17831,9 +17935,10 @@ const __default__ = {
|
|
|
17831
17935
|
/* TEXT */
|
|
17832
17936
|
)) : ((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
|
|
17833
17937
|
/* TEXT */
|
|
17834
|
-
))])) : (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)(isResult) ? ((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_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_12, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).unit), 1
|
|
17938
|
+
))])) : (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)(isResult) ? ((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_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_12, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).unit), 1
|
|
17835
17939
|
/* TEXT */
|
|
17836
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
17940
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
17941
|
+
key: 0,
|
|
17837
17942
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(distanceUnit),
|
|
17838
17943
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(distanceUnit) ? distanceUnit.value = $event : distanceUnit = $event),
|
|
17839
17944
|
onChange: onChangeUnit
|
|
@@ -17854,7 +17959,29 @@ const __default__ = {
|
|
|
17854
17959
|
|
|
17855
17960
|
}, 8
|
|
17856
17961
|
/* PROPS */
|
|
17857
|
-
, ["modelValue"])
|
|
17962
|
+
, ["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_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
17963
|
+
key: 1,
|
|
17964
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(areaUnit),
|
|
17965
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(areaUnit) ? areaUnit.value = $event : areaUnit = $event),
|
|
17966
|
+
onChange: onChangeUnit
|
|
17967
|
+
}, {
|
|
17968
|
+
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)(areaUnits), item => {
|
|
17969
|
+
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, {
|
|
17970
|
+
key: item.value,
|
|
17971
|
+
label: item.label,
|
|
17972
|
+
value: item.value
|
|
17973
|
+
}, null, 8
|
|
17974
|
+
/* PROPS */
|
|
17975
|
+
, ["label", "value"]);
|
|
17976
|
+
}), 128
|
|
17977
|
+
/* KEYED_FRAGMENT */
|
|
17978
|
+
))]),
|
|
17979
|
+
_: 1
|
|
17980
|
+
/* STABLE */
|
|
17981
|
+
|
|
17982
|
+
}, 8
|
|
17983
|
+
/* PROPS */
|
|
17984
|
+
, ["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_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureResult), 1
|
|
17858
17985
|
/* TEXT */
|
|
17859
17986
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_16, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).spaceDistance), 1
|
|
17860
17987
|
/* TEXT */
|
|
@@ -17874,11 +18001,11 @@ const __default__ = {
|
|
|
17874
18001
|
/* TEXT */
|
|
17875
18002
|
)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'coordinate' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_24, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_25, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longitude), 1
|
|
17876
18003
|
/* TEXT */
|
|
17877
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_26, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).longitude)
|
|
18004
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_26, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).longitude), 1
|
|
17878
18005
|
/* TEXT */
|
|
17879
18006
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_27, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude), 1
|
|
17880
18007
|
/* TEXT */
|
|
17881
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_28, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).latitude)
|
|
18008
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_28, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).latitude), 1
|
|
17882
18009
|
/* TEXT */
|
|
17883
18010
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_29, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).elevation), 1
|
|
17884
18011
|
/* TEXT */
|
|
@@ -17939,10 +18066,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
17939
18066
|
var gis_utils_ = __webpack_require__(7135);
|
|
17940
18067
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
17941
18068
|
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);
|
|
17942
18071
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
17943
18072
|
var message = __webpack_require__(3694);
|
|
17944
18073
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/ModelFlatViewModel.js
|
|
17945
18074
|
|
|
18075
|
+
|
|
17946
18076
|
//模型拾取逻辑类
|
|
17947
18077
|
|
|
17948
18078
|
class ModelFlatViewModel {
|
|
@@ -18474,10 +18604,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
18474
18604
|
var gis_utils_ = __webpack_require__(7135);
|
|
18475
18605
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
18476
18606
|
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);
|
|
18477
18609
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
18478
18610
|
var message = __webpack_require__(3694);
|
|
18479
18611
|
;// CONCATENATED MODULE: ./src/webgl/modelexcavate/ModelExcavateViewModel.js
|
|
18480
18612
|
|
|
18613
|
+
|
|
18481
18614
|
//模型开挖逻辑类
|
|
18482
18615
|
|
|
18483
18616
|
class ModelExcavateViewModel {
|
|
@@ -19042,10 +19175,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
19042
19175
|
var gis_utils_ = __webpack_require__(7135);
|
|
19043
19176
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
19044
19177
|
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);
|
|
19045
19180
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
19046
19181
|
var message = __webpack_require__(3694);
|
|
19047
19182
|
;// CONCATENATED MODULE: ./src/webgl/modelfilter/ModelFilterViewModel.js
|
|
19048
19183
|
|
|
19184
|
+
|
|
19049
19185
|
//模型滤镜逻辑类
|
|
19050
19186
|
|
|
19051
19187
|
class ModelFilterViewModel {
|
|
@@ -19771,14 +19907,28 @@ ModelFilter.install = (Vue, opts) => {
|
|
|
19771
19907
|
|
|
19772
19908
|
/***/ }),
|
|
19773
19909
|
|
|
19774
|
-
/***/
|
|
19910
|
+
/***/ 4563:
|
|
19775
19911
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
19776
19912
|
|
|
19777
19913
|
"use strict";
|
|
19778
|
-
|
|
19779
|
-
|
|
19780
|
-
|
|
19781
|
-
|
|
19914
|
+
|
|
19915
|
+
// EXPORTS
|
|
19916
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
19917
|
+
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
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
|
+
|
|
19782
19932
|
|
|
19783
19933
|
//分析逻辑类
|
|
19784
19934
|
let floatingPoint;
|
|
@@ -19791,15 +19941,15 @@ class ModelProfileAnalysisViewModel {
|
|
|
19791
19941
|
//显示结果的DOM元素显隐
|
|
19792
19942
|
//全局参数对象
|
|
19793
19943
|
constructor(scenceView, viewModel, chart) {
|
|
19794
|
-
(0,
|
|
19944
|
+
(0,defineProperty/* default */.Z)(this, "_profileAnalysis", null);
|
|
19795
19945
|
|
|
19796
|
-
(0,
|
|
19946
|
+
(0,defineProperty/* default */.Z)(this, "_ProfileAnalysisChart", null);
|
|
19797
19947
|
|
|
19798
|
-
(0,
|
|
19948
|
+
(0,defineProperty/* default */.Z)(this, "_ProfileAnalysisChartVis", null);
|
|
19799
19949
|
|
|
19800
|
-
(0,
|
|
19950
|
+
(0,defineProperty/* default */.Z)(this, "_language", null);
|
|
19801
19951
|
|
|
19802
|
-
(0,
|
|
19952
|
+
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
19803
19953
|
width: 360,
|
|
19804
19954
|
height: 360
|
|
19805
19955
|
});
|
|
@@ -20040,27 +20190,6 @@ class ModelProfileAnalysisViewModel {
|
|
|
20040
20190
|
}
|
|
20041
20191
|
|
|
20042
20192
|
}
|
|
20043
|
-
|
|
20044
|
-
/***/ }),
|
|
20045
|
-
|
|
20046
|
-
/***/ 3750:
|
|
20047
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
20048
|
-
|
|
20049
|
-
"use strict";
|
|
20050
|
-
|
|
20051
|
-
// EXPORTS
|
|
20052
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
20053
|
-
"default": function() { return /* reexport */ ModelProfileAnalysis; }
|
|
20054
|
-
});
|
|
20055
|
-
|
|
20056
|
-
// UNUSED EXPORTS: ModelProfileAnalysisViewModel
|
|
20057
|
-
|
|
20058
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
20059
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
20060
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
20061
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
20062
|
-
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/ModelProfileAnalysisViewModel.js
|
|
20063
|
-
var ModelProfileAnalysisViewModel = __webpack_require__(9166);
|
|
20064
20193
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
20065
20194
|
var client_icons_vue_ = __webpack_require__(348);
|
|
20066
20195
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
@@ -20200,7 +20329,7 @@ const __default__ = {
|
|
|
20200
20329
|
});
|
|
20201
20330
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
20202
20331
|
if (scenceView) {
|
|
20203
|
-
viewModel = new ModelProfileAnalysisViewModel
|
|
20332
|
+
viewModel = new ModelProfileAnalysisViewModel(scenceView, {
|
|
20204
20333
|
perspectiveAngle: formItem.perspectiveAngle,
|
|
20205
20334
|
// 透视角度
|
|
20206
20335
|
targetAreaWidth: formItem.targetAreaWidth,
|
|
@@ -20655,6 +20784,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
20655
20784
|
|
|
20656
20785
|
// UNUSED EXPORTS: ModelSelectViewModel
|
|
20657
20786
|
|
|
20787
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
20788
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
20658
20789
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
20659
20790
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
20660
20791
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -20789,6 +20920,7 @@ var util_ = __webpack_require__(3458);
|
|
|
20789
20920
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
20790
20921
|
;// 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
|
|
20791
20922
|
|
|
20923
|
+
|
|
20792
20924
|
const _hoisted_1 = {
|
|
20793
20925
|
class: "title"
|
|
20794
20926
|
};
|
|
@@ -21130,11 +21262,14 @@ var gis_utils_ = __webpack_require__(7135);
|
|
|
21130
21262
|
var client_icons_vue_ = __webpack_require__(348);
|
|
21131
21263
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
21132
21264
|
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);
|
|
21133
21267
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
21134
21268
|
var const_image_ = __webpack_require__(6277);
|
|
21135
21269
|
;// CONCATENATED MODULE: ./src/webgl/particleeffect/ParticleEffectViewModel.js
|
|
21136
21270
|
|
|
21137
21271
|
|
|
21272
|
+
|
|
21138
21273
|
let _gravityScratch = null;
|
|
21139
21274
|
let _gravity = 1.0; //粒子特效逻辑类
|
|
21140
21275
|
|
|
@@ -22252,10 +22387,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
22252
22387
|
var gis_utils_ = __webpack_require__(7135);
|
|
22253
22388
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
22254
22389
|
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);
|
|
22255
22392
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
22256
22393
|
var message = __webpack_require__(3694);
|
|
22257
22394
|
;// CONCATENATED MODULE: ./src/webgl/planeclip/PlaneClipViewModel.js
|
|
22258
22395
|
|
|
22396
|
+
|
|
22259
22397
|
//平面裁剪逻辑类
|
|
22260
22398
|
|
|
22261
22399
|
class PlaneClipViewModel {
|
|
@@ -23041,13 +23179,13 @@ PlaneClip.install = (Vue, opts) => {
|
|
|
23041
23179
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23042
23180
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
23043
23181
|
/* harmony export */ });
|
|
23044
|
-
/* harmony import */ var
|
|
23182
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23045
23183
|
|
|
23046
23184
|
// 重置视图
|
|
23047
23185
|
class ResetViewViewModel {
|
|
23048
23186
|
//三维viewer对象
|
|
23049
23187
|
constructor(viewer) {
|
|
23050
|
-
(0,
|
|
23188
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23051
23189
|
|
|
23052
23190
|
this._viewer = viewer;
|
|
23053
23191
|
} //重置视角
|
|
@@ -23196,14 +23334,30 @@ ResetView.install = (Vue, opts) => {
|
|
|
23196
23334
|
|
|
23197
23335
|
/***/ }),
|
|
23198
23336
|
|
|
23199
|
-
/***/
|
|
23337
|
+
/***/ 5547:
|
|
23200
23338
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
23201
23339
|
|
|
23202
23340
|
"use strict";
|
|
23203
|
-
|
|
23204
|
-
|
|
23205
|
-
|
|
23206
|
-
|
|
23341
|
+
|
|
23342
|
+
// EXPORTS
|
|
23343
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
23344
|
+
"default": function() { return /* reexport */ Roller; }
|
|
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
|
+
|
|
23207
23361
|
|
|
23208
23362
|
//卷帘逻辑类
|
|
23209
23363
|
class RollerViewModel {
|
|
@@ -23217,23 +23371,23 @@ class RollerViewModel {
|
|
|
23217
23371
|
//左右卷帘活动状态
|
|
23218
23372
|
//上下卷帘活动状态
|
|
23219
23373
|
constructor(scenceView, options) {
|
|
23220
|
-
(0,
|
|
23374
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
23221
23375
|
|
|
23222
|
-
(0,
|
|
23376
|
+
(0,defineProperty/* default */.Z)(this, "_layerManager", null);
|
|
23223
23377
|
|
|
23224
|
-
(0,
|
|
23378
|
+
(0,defineProperty/* default */.Z)(this, "_layers", []);
|
|
23225
23379
|
|
|
23226
|
-
(0,
|
|
23380
|
+
(0,defineProperty/* default */.Z)(this, "_lrSlider", null);
|
|
23227
23381
|
|
|
23228
|
-
(0,
|
|
23382
|
+
(0,defineProperty/* default */.Z)(this, "_tbSlider", null);
|
|
23229
23383
|
|
|
23230
|
-
(0,
|
|
23384
|
+
(0,defineProperty/* default */.Z)(this, "_lrSliderHandler", null);
|
|
23231
23385
|
|
|
23232
|
-
(0,
|
|
23386
|
+
(0,defineProperty/* default */.Z)(this, "_tbSliderHandler", null);
|
|
23233
23387
|
|
|
23234
|
-
(0,
|
|
23388
|
+
(0,defineProperty/* default */.Z)(this, "_lrSliderActive", false);
|
|
23235
23389
|
|
|
23236
|
-
(0,
|
|
23390
|
+
(0,defineProperty/* default */.Z)(this, "_tbSliderActive", false);
|
|
23237
23391
|
|
|
23238
23392
|
this._viewer = scenceView._viewer;
|
|
23239
23393
|
this._layerManager = scenceView._layerManager;
|
|
@@ -23406,29 +23560,6 @@ class RollerViewModel {
|
|
|
23406
23560
|
}
|
|
23407
23561
|
|
|
23408
23562
|
}
|
|
23409
|
-
|
|
23410
|
-
/***/ }),
|
|
23411
|
-
|
|
23412
|
-
/***/ 1871:
|
|
23413
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
23414
|
-
|
|
23415
|
-
"use strict";
|
|
23416
|
-
|
|
23417
|
-
// EXPORTS
|
|
23418
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
23419
|
-
"default": function() { return /* reexport */ Roller; }
|
|
23420
|
-
});
|
|
23421
|
-
|
|
23422
|
-
// UNUSED EXPORTS: RollerViewModel
|
|
23423
|
-
|
|
23424
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
23425
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
23426
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
23427
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
23428
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
23429
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
23430
|
-
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
23431
|
-
var RollerViewModel = __webpack_require__(6561);
|
|
23432
23563
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
23433
23564
|
var util_ = __webpack_require__(3458);
|
|
23434
23565
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -23536,7 +23667,7 @@ const __default__ = {
|
|
|
23536
23667
|
let options = {
|
|
23537
23668
|
layers: layers
|
|
23538
23669
|
};
|
|
23539
|
-
viewModel = new RollerViewModel
|
|
23670
|
+
viewModel = new RollerViewModel(scenceView, options);
|
|
23540
23671
|
}
|
|
23541
23672
|
});
|
|
23542
23673
|
});
|
|
@@ -23830,6 +23961,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
23830
23961
|
var gis_utils_ = __webpack_require__(7135);
|
|
23831
23962
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
23832
23963
|
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);
|
|
23833
23966
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
23834
23967
|
var message = __webpack_require__(3694);
|
|
23835
23968
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
@@ -23838,6 +23971,7 @@ var const_image_ = __webpack_require__(6277);
|
|
|
23838
23971
|
|
|
23839
23972
|
|
|
23840
23973
|
|
|
23974
|
+
|
|
23841
23975
|
class ScanEffectViewModel {
|
|
23842
23976
|
//参数
|
|
23843
23977
|
// 绘制对象
|
|
@@ -27495,14 +27629,30 @@ SceneSet.install = (Vue, opts) => {
|
|
|
27495
27629
|
|
|
27496
27630
|
/***/ }),
|
|
27497
27631
|
|
|
27498
|
-
/***/
|
|
27632
|
+
/***/ 6104:
|
|
27499
27633
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27500
27634
|
|
|
27501
27635
|
"use strict";
|
|
27502
|
-
|
|
27503
|
-
|
|
27504
|
-
|
|
27505
|
-
|
|
27636
|
+
|
|
27637
|
+
// EXPORTS
|
|
27638
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27639
|
+
"default": function() { return /* reexport */ Screenshot; }
|
|
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
|
+
|
|
27506
27656
|
|
|
27507
27657
|
//截图逻辑类
|
|
27508
27658
|
class ScreenshotViewModel {
|
|
@@ -27510,11 +27660,11 @@ class ScreenshotViewModel {
|
|
|
27510
27660
|
//截图存储参数对象
|
|
27511
27661
|
//截图三维对象
|
|
27512
27662
|
constructor(viewer, options) {
|
|
27513
|
-
(0,
|
|
27663
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
27514
27664
|
|
|
27515
|
-
(0,
|
|
27665
|
+
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
27516
27666
|
|
|
27517
|
-
(0,
|
|
27667
|
+
(0,defineProperty/* default */.Z)(this, "_cameraToImage", null);
|
|
27518
27668
|
|
|
27519
27669
|
this._options = {
|
|
27520
27670
|
width: options.imgWidth,
|
|
@@ -27649,29 +27799,6 @@ class ScreenshotViewModel {
|
|
|
27649
27799
|
}
|
|
27650
27800
|
|
|
27651
27801
|
}
|
|
27652
|
-
|
|
27653
|
-
/***/ }),
|
|
27654
|
-
|
|
27655
|
-
/***/ 7874:
|
|
27656
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27657
|
-
|
|
27658
|
-
"use strict";
|
|
27659
|
-
|
|
27660
|
-
// EXPORTS
|
|
27661
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
27662
|
-
"default": function() { return /* reexport */ Screenshot; }
|
|
27663
|
-
});
|
|
27664
|
-
|
|
27665
|
-
// UNUSED EXPORTS: ScreenshotViewModel
|
|
27666
|
-
|
|
27667
|
-
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
27668
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
27669
|
-
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
27670
|
-
var client_icons_vue_ = __webpack_require__(348);
|
|
27671
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
27672
|
-
var gis_utils_ = __webpack_require__(7135);
|
|
27673
|
-
// EXTERNAL MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
27674
|
-
var ScreenshotViewModel = __webpack_require__(1248);
|
|
27675
27802
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
27676
27803
|
var util_ = __webpack_require__(3458);
|
|
27677
27804
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
@@ -27797,7 +27924,7 @@ const __default__ = {
|
|
|
27797
27924
|
imgHeightMax.value = canvas.height;
|
|
27798
27925
|
formItem.imgWidth = canvas.width;
|
|
27799
27926
|
formItem.imgHeight = canvas.height;
|
|
27800
|
-
viewModel = new ScreenshotViewModel
|
|
27927
|
+
viewModel = new ScreenshotViewModel(scenceView._viewer, formItem);
|
|
27801
27928
|
}
|
|
27802
27929
|
});
|
|
27803
27930
|
});
|
|
@@ -29266,8 +29393,8 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
29266
29393
|
var gis_utils_ = __webpack_require__(7135);
|
|
29267
29394
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
29268
29395
|
var defineProperty = __webpack_require__(8270);
|
|
29269
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
29270
|
-
var
|
|
29396
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
29397
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
29271
29398
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29272
29399
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29273
29400
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
@@ -32043,12 +32170,12 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
32043
32170
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
32044
32171
|
/* harmony export */ "Z": function() { return /* binding */ StatusBarViewModel; }
|
|
32045
32172
|
/* harmony export */ });
|
|
32046
|
-
/* harmony import */ var
|
|
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);
|
|
32047
32174
|
|
|
32048
32175
|
// 地图状态栏逻辑类
|
|
32049
32176
|
class StatusBarViewModel {
|
|
32050
32177
|
constructor(viewer, options) {
|
|
32051
|
-
(0,
|
|
32178
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
32052
32179
|
|
|
32053
32180
|
viewer.statusBar.show = true;
|
|
32054
32181
|
let callback = viewer.statusBar.readyPromise.then || viewer.statusBar.readyPromise.resolve;
|
|
@@ -32283,10 +32410,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
32283
32410
|
var gis_utils_ = __webpack_require__(7135);
|
|
32284
32411
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
32285
32412
|
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);
|
|
32286
32415
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
32287
32416
|
var message = __webpack_require__(3694);
|
|
32288
32417
|
;// CONCATENATED MODULE: ./src/webgl/terrainoperation/TerrainOperationViewModel.js
|
|
32289
32418
|
|
|
32419
|
+
|
|
32290
32420
|
//地形淹没分析逻辑类
|
|
32291
32421
|
|
|
32292
32422
|
class TerrainOperationViewModel {
|
|
@@ -32879,11 +33009,14 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
32879
33009
|
var gis_utils_ = __webpack_require__(7135);
|
|
32880
33010
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
32881
33011
|
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);
|
|
32882
33014
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
32883
33015
|
var message = __webpack_require__(3694);
|
|
32884
33016
|
;// CONCATENATED MODULE: ./src/webgl/terrainprofileanalysis/TerrainProfileAnalysisViewModel.js
|
|
32885
33017
|
|
|
32886
33018
|
|
|
33019
|
+
|
|
32887
33020
|
class TerrainProfileAnalysisViewModel {
|
|
32888
33021
|
// 三维viewer对象
|
|
32889
33022
|
//绘制管理对象
|
|
@@ -33324,15 +33457,15 @@ TerrainProfileAnalysis.install = (Vue, opts) => {
|
|
|
33324
33457
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33325
33458
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
33326
33459
|
/* harmony export */ });
|
|
33327
|
-
/* harmony import */ var
|
|
33460
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33328
33461
|
|
|
33329
33462
|
class UndergroundViewModel {
|
|
33330
33463
|
// 三维viewer对象
|
|
33331
33464
|
// 地下模式三维管理对象
|
|
33332
33465
|
constructor(viewer) {
|
|
33333
|
-
(0,
|
|
33466
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33334
33467
|
|
|
33335
|
-
(0,
|
|
33468
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
33336
33469
|
|
|
33337
33470
|
this._viewer = viewer;
|
|
33338
33471
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -33542,7 +33675,7 @@ Underground.install = (Vue, opts) => {
|
|
|
33542
33675
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
33543
33676
|
/* harmony export */ "Z": function() { return /* binding */ VideoFusiontViewModel; }
|
|
33544
33677
|
/* harmony export */ });
|
|
33545
|
-
/* harmony import */ var
|
|
33678
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
33546
33679
|
|
|
33547
33680
|
//视频融合逻辑类
|
|
33548
33681
|
class VideoFusiontViewModel {
|
|
@@ -33550,13 +33683,13 @@ class VideoFusiontViewModel {
|
|
|
33550
33683
|
//视频融合存储参数对象
|
|
33551
33684
|
//视频融合对象
|
|
33552
33685
|
constructor(scenceView, options) {
|
|
33553
|
-
(0,
|
|
33686
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
33554
33687
|
|
|
33555
|
-
(0,
|
|
33688
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
33556
33689
|
|
|
33557
|
-
(0,
|
|
33690
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusion", null);
|
|
33558
33691
|
|
|
33559
|
-
(0,
|
|
33692
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoFusionCollection", null);
|
|
33560
33693
|
|
|
33561
33694
|
this._options = Object.assign({}, options);
|
|
33562
33695
|
this._viewer = scenceView._viewer;
|
|
@@ -33762,6 +33895,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
33762
33895
|
|
|
33763
33896
|
// UNUSED EXPORTS: VideoFusionViewModel
|
|
33764
33897
|
|
|
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);
|
|
33765
33904
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
33766
33905
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
33767
33906
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -33778,6 +33917,9 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
33778
33917
|
var message = __webpack_require__(3694);
|
|
33779
33918
|
;// 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
|
|
33780
33919
|
|
|
33920
|
+
|
|
33921
|
+
|
|
33922
|
+
|
|
33781
33923
|
const _hoisted_1 = {
|
|
33782
33924
|
class: "kq3d-video-fusion-box"
|
|
33783
33925
|
};
|
|
@@ -34862,7 +35004,7 @@ VideoFusion.install = (Vue, opts) => {
|
|
|
34862
35004
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
34863
35005
|
/* harmony export */ "Z": function() { return /* binding */ VideoProjectViewModel; }
|
|
34864
35006
|
/* harmony export */ });
|
|
34865
|
-
/* harmony import */ var
|
|
35007
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
34866
35008
|
|
|
34867
35009
|
//视频投放逻辑类
|
|
34868
35010
|
class VideoProjectViewModel {
|
|
@@ -34870,13 +35012,13 @@ class VideoProjectViewModel {
|
|
|
34870
35012
|
//视频投放存储参数对象
|
|
34871
35013
|
//视频投放对象
|
|
34872
35014
|
constructor(scenceView, options) {
|
|
34873
|
-
(0,
|
|
35015
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
34874
35016
|
|
|
34875
|
-
(0,
|
|
35017
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
34876
35018
|
|
|
34877
|
-
(0,
|
|
35019
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_projectVideo", null);
|
|
34878
35020
|
|
|
34879
|
-
(0,
|
|
35021
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoElement", null);
|
|
34880
35022
|
|
|
34881
35023
|
this._options = Object.assign({}, options);
|
|
34882
35024
|
this._viewer = scenceView._viewer;
|
|
@@ -35058,6 +35200,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
35058
35200
|
|
|
35059
35201
|
// UNUSED EXPORTS: VideoProjectViewModel
|
|
35060
35202
|
|
|
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);
|
|
35061
35209
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
35062
35210
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
35063
35211
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -35074,6 +35222,9 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
35074
35222
|
var message = __webpack_require__(3694);
|
|
35075
35223
|
;// 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
|
|
35076
35224
|
|
|
35225
|
+
|
|
35226
|
+
|
|
35227
|
+
|
|
35077
35228
|
const _hoisted_1 = {
|
|
35078
35229
|
class: "kq3d-video-project-box"
|
|
35079
35230
|
};
|
|
@@ -37754,6 +37905,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37754
37905
|
|
|
37755
37906
|
// UNUSED EXPORTS: WireframeSketchViewModel
|
|
37756
37907
|
|
|
37908
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
37909
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
37757
37910
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
37758
37911
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
37759
37912
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -37838,6 +37991,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
37838
37991
|
|
|
37839
37992
|
|
|
37840
37993
|
|
|
37994
|
+
|
|
37841
37995
|
//语言
|
|
37842
37996
|
|
|
37843
37997
|
const __default__ = {
|
|
@@ -38440,19 +38594,35 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
38440
38594
|
|
|
38441
38595
|
/***/ }),
|
|
38442
38596
|
|
|
38443
|
-
/***/
|
|
38597
|
+
/***/ 2118:
|
|
38444
38598
|
/***/ (function(module) {
|
|
38445
38599
|
|
|
38446
38600
|
"use strict";
|
|
38447
|
-
module.exports = require("core-js/modules/es.array.
|
|
38601
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
38448
38602
|
|
|
38449
38603
|
/***/ }),
|
|
38450
38604
|
|
|
38451
|
-
/***/
|
|
38605
|
+
/***/ 4360:
|
|
38452
38606
|
/***/ (function(module) {
|
|
38453
38607
|
|
|
38454
38608
|
"use strict";
|
|
38455
|
-
module.exports = require("core-js/modules/
|
|
38609
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
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");
|
|
38456
38626
|
|
|
38457
38627
|
/***/ }),
|
|
38458
38628
|
|
|
@@ -38672,8 +38842,8 @@ var modelselect = __webpack_require__(9089);
|
|
|
38672
38842
|
var modelfilter = __webpack_require__(7937);
|
|
38673
38843
|
// EXTERNAL MODULE: ./src/webgl/wireframesketch/index.js + 4 modules
|
|
38674
38844
|
var wireframesketch = __webpack_require__(4686);
|
|
38675
|
-
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/index.js +
|
|
38676
|
-
var limitheightanalysis = __webpack_require__(
|
|
38845
|
+
// EXTERNAL MODULE: ./src/webgl/limitheightanalysis/index.js + 4 modules
|
|
38846
|
+
var limitheightanalysis = __webpack_require__(3926);
|
|
38677
38847
|
// EXTERNAL MODULE: ./src/webgl/terrainprofileanalysis/index.js + 4 modules
|
|
38678
38848
|
var terrainprofileanalysis = __webpack_require__(7649);
|
|
38679
38849
|
// EXTERNAL MODULE: ./src/webgl/scaneffect/index.js + 4 modules
|
|
@@ -38688,8 +38858,8 @@ var sightlineanalysis = __webpack_require__(6031);
|
|
|
38688
38858
|
var viewshedanalysis = __webpack_require__(2612);
|
|
38689
38859
|
// EXTERNAL MODULE: ./src/webgl/shadowanalysis/index.js + 4 modules
|
|
38690
38860
|
var shadowanalysis = __webpack_require__(8449);
|
|
38691
|
-
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/index.js +
|
|
38692
|
-
var modelprofileanalysis = __webpack_require__(
|
|
38861
|
+
// EXTERNAL MODULE: ./src/webgl/modelprofileanalysis/index.js + 4 modules
|
|
38862
|
+
var modelprofileanalysis = __webpack_require__(4563);
|
|
38693
38863
|
// EXTERNAL MODULE: ./src/webgl/skylineanalysis/index.js + 5 modules
|
|
38694
38864
|
var skylineanalysis = __webpack_require__(421);
|
|
38695
38865
|
// EXTERNAL MODULE: ./src/webgl/terrainoperation/index.js + 4 modules
|
|
@@ -38714,14 +38884,14 @@ var adddata = __webpack_require__(5110);
|
|
|
38714
38884
|
var particleeffect = __webpack_require__(828);
|
|
38715
38885
|
// EXTERNAL MODULE: ./src/webgl/weathereffect/index.js + 4 modules
|
|
38716
38886
|
var weathereffect = __webpack_require__(5108);
|
|
38717
|
-
// EXTERNAL MODULE: ./src/webgl/comparemap/index.js +
|
|
38718
|
-
var comparemap = __webpack_require__(
|
|
38719
|
-
// EXTERNAL MODULE: ./src/webgl/screenshot/index.js +
|
|
38720
|
-
var screenshot = __webpack_require__(
|
|
38887
|
+
// EXTERNAL MODULE: ./src/webgl/comparemap/index.js + 7 modules
|
|
38888
|
+
var comparemap = __webpack_require__(9168);
|
|
38889
|
+
// EXTERNAL MODULE: ./src/webgl/screenshot/index.js + 4 modules
|
|
38890
|
+
var screenshot = __webpack_require__(6104);
|
|
38721
38891
|
// EXTERNAL MODULE: ./src/webgl/hawkeye/index.js + 3 modules
|
|
38722
38892
|
var hawkeye = __webpack_require__(7686);
|
|
38723
|
-
// EXTERNAL MODULE: ./src/webgl/roller/index.js +
|
|
38724
|
-
var roller = __webpack_require__(
|
|
38893
|
+
// EXTERNAL MODULE: ./src/webgl/roller/index.js + 4 modules
|
|
38894
|
+
var roller = __webpack_require__(5547);
|
|
38725
38895
|
// EXTERNAL MODULE: ./src/webgl/underground/index.js + 3 modules
|
|
38726
38896
|
var underground = __webpack_require__(8521);
|
|
38727
38897
|
// EXTERNAL MODULE: ./src/webgl/statusbar/index.js + 5 modules
|
|
@@ -38732,8 +38902,8 @@ var videoproject = __webpack_require__(7413);
|
|
|
38732
38902
|
var videofusion = __webpack_require__(7942);
|
|
38733
38903
|
// EXTERNAL MODULE: ./src/webgl/sceneset/index.js + 7 modules
|
|
38734
38904
|
var sceneset = __webpack_require__(5802);
|
|
38735
|
-
// EXTERNAL MODULE: ./src/webgl/light/index.js +
|
|
38736
|
-
var light = __webpack_require__(
|
|
38905
|
+
// EXTERNAL MODULE: ./src/webgl/light/index.js + 4 modules
|
|
38906
|
+
var light = __webpack_require__(9010);
|
|
38737
38907
|
// EXTERNAL MODULE: ./src/webgl/geologicalbodyanalysis/index.js + 4 modules
|
|
38738
38908
|
var geologicalbodyanalysis = __webpack_require__(9378);
|
|
38739
38909
|
;// CONCATENATED MODULE: ./src/webgl/components.js
|
|
@@ -38906,13 +39076,13 @@ const install = function (Vue, opts = {}) {
|
|
|
38906
39076
|
});
|
|
38907
39077
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
38908
39078
|
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);
|
|
38909
39081
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/mitt"
|
|
38910
39082
|
var mitt_ = __webpack_require__(8905);
|
|
38911
39083
|
var mitt_default = /*#__PURE__*/__webpack_require__.n(mitt_);
|
|
38912
39084
|
;// CONCATENATED MODULE: external "core-js/modules/web.dom-exception.stack.js"
|
|
38913
39085
|
var web_dom_exception_stack_js_namespaceObject = require("core-js/modules/web.dom-exception.stack.js");
|
|
38914
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.includes.js"
|
|
38915
|
-
var es_array_includes_js_ = __webpack_require__(3600);
|
|
38916
39086
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
38917
39087
|
var const_image_ = __webpack_require__(6277);
|
|
38918
39088
|
;// CONCATENATED MODULE: ./src/webgl/sceneview/DrawManager.js
|
|
@@ -40203,6 +40373,7 @@ var global_event_default = /*#__PURE__*/__webpack_require__.n(global_event_);
|
|
|
40203
40373
|
|
|
40204
40374
|
|
|
40205
40375
|
|
|
40376
|
+
|
|
40206
40377
|
//图层管理类
|
|
40207
40378
|
|
|
40208
40379
|
class LayerManager {
|
|
@@ -41912,6 +42083,7 @@ function delTreeDataByGuid(data, guid) {
|
|
|
41912
42083
|
}
|
|
41913
42084
|
;// CONCATENATED MODULE: ./src/webgl/sceneview/SceneViewViewModel.js
|
|
41914
42085
|
|
|
42086
|
+
|
|
41915
42087
|
//SceneView逻辑类
|
|
41916
42088
|
|
|
41917
42089
|
|