@kq_npm/client3d_webgl_vue 4.5.11 → 4.5.13
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 +63 -57
- package/aspectanalysis/index.js +36 -33
- package/baseterraingallery/index.js +36 -30
- package/boxclip/index.js +45 -42
- package/clientPrint/index.js +2058 -9342
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +37 -28
- package/compass/index.js +30 -24
- package/excavatefillanalysis/index.js +43 -40
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
- package/fixedzoomin/index.js +30 -24
- package/fixedzoomout/index.js +30 -24
- package/flight/index.js +49 -43
- package/floodanalysis/index.js +52 -46
- package/geologicalbodyanalysis/index.js +43 -40
- package/gpuspatialquery/index.js +47 -41
- package/hawkeye/index.js +22 -19
- package/headertemp/index.js +13 -10
- package/heatmap3d/index.js +84 -81
- package/index.js +681 -8019
- package/isolineanalysis/index.js +54 -51
- package/light/index.js +39 -36
- package/limitheightanalysis/index.js +94 -43
- package/measure/index.js +47 -41
- package/modelFlat/index.js +52 -46
- package/modelexcavate/index.js +58 -52
- package/modelfilter/index.js +45 -42
- package/modelprofileanalysis/index.js +121 -69
- package/modelselect/index.js +50 -44
- package/package.json +1 -1
- package/particleeffect/index.js +41 -38
- package/planeclip/index.js +45 -42
- package/resetview/index.js +30 -24
- package/roller/index.js +54 -46
- package/scaneffect/index.js +43 -41
- package/sceneadvancedtoimage/index.js +46 -43
- package/sceneapp/index.js +114 -7619
- package/sceneset/index.js +55 -52
- package/scenetohdimage/index.js +33 -30
- package/sceneview/index.js +2059 -9343
- package/screenshot/index.js +37 -31
- package/shadowanalysis/index.js +40 -37
- package/shadowanalysis/style/shadowanalysis.css +1 -1
- package/sightlineanalysis/index.js +63 -57
- package/skylineanalysis/index.js +53 -46
- package/slopeanalysis/index.js +46 -43
- package/slopeaspectanalysis/index.js +47 -44
- package/statusbar/index.js +36 -33
- package/style.css +1 -1
- package/terrainoperation/index.js +49 -46
- package/terrainprofileanalysis/index.js +52 -49
- package/underground/index.js +30 -26
- package/videofusion/index.js +49 -43
- package/videoproject/index.js +49 -43
- package/viewshedanalysis/index.js +36 -33
- package/weathereffect/index.js +35 -32
- package/wireframesketch/index.js +40 -37
package/adddata/index.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/webmapservice"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/const-image")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/webmapservice"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/const-image"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3217__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__6277__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 1349:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
22
|
/*
|
|
23
23
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -29,129 +29,129 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
29
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
31
|
};
|
|
32
|
-
/* harmony default export */ __webpack_exports__
|
|
32
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
33
|
|
|
34
34
|
/***/ }),
|
|
35
35
|
|
|
36
|
-
/***/
|
|
36
|
+
/***/ 8422:
|
|
37
37
|
/***/ (function(module) {
|
|
38
38
|
|
|
39
39
|
module.exports = require("@element-plus/icons-vue");
|
|
40
40
|
|
|
41
41
|
/***/ }),
|
|
42
42
|
|
|
43
|
-
/***/
|
|
43
|
+
/***/ 348:
|
|
44
44
|
/***/ (function(module) {
|
|
45
45
|
|
|
46
46
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
47
47
|
|
|
48
48
|
/***/ }),
|
|
49
49
|
|
|
50
|
-
/***/
|
|
50
|
+
/***/ 2118:
|
|
51
51
|
/***/ (function(module) {
|
|
52
52
|
|
|
53
53
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
57
|
+
/***/ 8470:
|
|
58
58
|
/***/ (function(module) {
|
|
59
59
|
|
|
60
60
|
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
61
61
|
|
|
62
62
|
/***/ }),
|
|
63
63
|
|
|
64
|
-
/***/
|
|
64
|
+
/***/ 1058:
|
|
65
65
|
/***/ (function(module) {
|
|
66
66
|
|
|
67
67
|
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
68
68
|
|
|
69
69
|
/***/ }),
|
|
70
70
|
|
|
71
|
-
/***/
|
|
71
|
+
/***/ 4360:
|
|
72
72
|
/***/ (function(module) {
|
|
73
73
|
|
|
74
74
|
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 8824:
|
|
79
79
|
/***/ (function(module) {
|
|
80
80
|
|
|
81
81
|
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
82
82
|
|
|
83
83
|
/***/ }),
|
|
84
84
|
|
|
85
|
-
/***/
|
|
85
|
+
/***/ 2936:
|
|
86
86
|
/***/ (function(module) {
|
|
87
87
|
|
|
88
88
|
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
89
89
|
|
|
90
90
|
/***/ }),
|
|
91
91
|
|
|
92
|
-
/***/
|
|
92
|
+
/***/ 9389:
|
|
93
93
|
/***/ (function(module) {
|
|
94
94
|
|
|
95
95
|
module.exports = require("element-plus/dist/index.full.js");
|
|
96
96
|
|
|
97
97
|
/***/ }),
|
|
98
98
|
|
|
99
|
-
/***/
|
|
99
|
+
/***/ 7080:
|
|
100
100
|
/***/ (function(module) {
|
|
101
101
|
|
|
102
102
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
103
103
|
|
|
104
104
|
/***/ }),
|
|
105
105
|
|
|
106
|
-
/***/
|
|
106
|
+
/***/ 6277:
|
|
107
107
|
/***/ (function(module) {
|
|
108
108
|
|
|
109
|
-
module.exports =
|
|
109
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__6277__;
|
|
110
110
|
|
|
111
111
|
/***/ }),
|
|
112
112
|
|
|
113
|
-
/***/
|
|
113
|
+
/***/ 7135:
|
|
114
114
|
/***/ (function(module) {
|
|
115
115
|
|
|
116
|
-
module.exports =
|
|
116
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
117
117
|
|
|
118
118
|
/***/ }),
|
|
119
119
|
|
|
120
|
-
/***/
|
|
120
|
+
/***/ 3458:
|
|
121
121
|
/***/ (function(module) {
|
|
122
122
|
|
|
123
|
-
module.exports =
|
|
123
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
124
124
|
|
|
125
125
|
/***/ }),
|
|
126
126
|
|
|
127
|
-
/***/
|
|
127
|
+
/***/ 3217:
|
|
128
128
|
/***/ (function(module) {
|
|
129
129
|
|
|
130
|
-
module.exports =
|
|
130
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3217__;
|
|
131
131
|
|
|
132
132
|
/***/ }),
|
|
133
133
|
|
|
134
|
-
/***/
|
|
134
|
+
/***/ 7997:
|
|
135
135
|
/***/ (function(module) {
|
|
136
136
|
|
|
137
|
-
module.exports =
|
|
137
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
138
138
|
|
|
139
139
|
/***/ }),
|
|
140
140
|
|
|
141
|
-
/***/
|
|
141
|
+
/***/ 1895:
|
|
142
142
|
/***/ (function(module) {
|
|
143
143
|
|
|
144
|
-
module.exports =
|
|
144
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
145
145
|
|
|
146
146
|
/***/ }),
|
|
147
147
|
|
|
148
|
-
/***/
|
|
148
|
+
/***/ 5301:
|
|
149
149
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
150
150
|
|
|
151
151
|
|
|
152
152
|
// EXPORTS
|
|
153
153
|
__webpack_require__.d(__webpack_exports__, {
|
|
154
|
-
|
|
154
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
155
155
|
});
|
|
156
156
|
|
|
157
157
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -269,46 +269,48 @@ function _defineProperty(e, r, t) {
|
|
|
269
269
|
/******/
|
|
270
270
|
/************************************************************************/
|
|
271
271
|
var __webpack_exports__ = {};
|
|
272
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
273
|
+
!function() {
|
|
272
274
|
// ESM COMPAT FLAG
|
|
273
275
|
__webpack_require__.r(__webpack_exports__);
|
|
274
276
|
|
|
275
277
|
// EXPORTS
|
|
276
278
|
__webpack_require__.d(__webpack_exports__, {
|
|
277
|
-
AddDataViewModel: function() { return /* reexport */ AddDataViewModel; },
|
|
279
|
+
"AddDataViewModel": function() { return /* reexport */ AddDataViewModel; },
|
|
278
280
|
"default": function() { return /* reexport */ AddData; }
|
|
279
281
|
});
|
|
280
282
|
|
|
281
283
|
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
282
|
-
var es_array_push_js_ = __webpack_require__(
|
|
284
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
283
285
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
284
|
-
var esnext_iterator_constructor_js_ = __webpack_require__(
|
|
286
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
285
287
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
286
|
-
var esnext_iterator_for_each_js_ = __webpack_require__(
|
|
288
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
287
289
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
288
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
290
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
289
291
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
290
|
-
var icons_vue_ = __webpack_require__(
|
|
292
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
291
293
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
292
|
-
var client_icons_vue_ = __webpack_require__(
|
|
294
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
293
295
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
294
|
-
var gis_utils_ = __webpack_require__(
|
|
296
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
295
297
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
296
|
-
var defineProperty = __webpack_require__(
|
|
298
|
+
var defineProperty = __webpack_require__(5301);
|
|
297
299
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
298
|
-
var web_url_search_params_delete_js_ = __webpack_require__(
|
|
300
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
299
301
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
300
|
-
var web_url_search_params_has_js_ = __webpack_require__(
|
|
302
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
301
303
|
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
302
|
-
var web_url_search_params_size_js_ = __webpack_require__(
|
|
304
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
303
305
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/webmapservice"
|
|
304
|
-
var webmapservice_ = __webpack_require__(
|
|
306
|
+
var webmapservice_ = __webpack_require__(3217);
|
|
305
307
|
var webmapservice_default = /*#__PURE__*/__webpack_require__.n(webmapservice_);
|
|
306
308
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
307
|
-
var util_ = __webpack_require__(
|
|
309
|
+
var util_ = __webpack_require__(3458);
|
|
308
310
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
309
|
-
var message = __webpack_require__(
|
|
311
|
+
var message = __webpack_require__(1349);
|
|
310
312
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
311
|
-
var const_image_ = __webpack_require__(
|
|
313
|
+
var const_image_ = __webpack_require__(6277);
|
|
312
314
|
;// CONCATENATED MODULE: external "papaparse"
|
|
313
315
|
var external_papaparse_namespaceObject = require("papaparse");
|
|
314
316
|
var external_papaparse_default = /*#__PURE__*/__webpack_require__.n(external_papaparse_namespaceObject);
|
|
@@ -333,10 +335,10 @@ var external_papaparse_default = /*#__PURE__*/__webpack_require__.n(external_pap
|
|
|
333
335
|
//添加数据逻辑类
|
|
334
336
|
class AddDataViewModel {
|
|
335
337
|
constructor(scenceView, options) {
|
|
336
|
-
(0,defineProperty/* default */.
|
|
337
|
-
(0,defineProperty/* default */.
|
|
338
|
-
(0,defineProperty/* default */.
|
|
339
|
-
(0,defineProperty/* default */.
|
|
338
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
339
|
+
(0,defineProperty/* default */.Z)(this, "_layerManager", null);
|
|
340
|
+
(0,defineProperty/* default */.Z)(this, "_language", null);
|
|
341
|
+
(0,defineProperty/* default */.Z)(this, "_geojsonStyle", {
|
|
340
342
|
label: {
|
|
341
343
|
express: "name",
|
|
342
344
|
// font: "25px 微软雅黑",
|
|
@@ -781,7 +783,7 @@ class AddDataViewModel {
|
|
|
781
783
|
try {
|
|
782
784
|
new URL(url);
|
|
783
785
|
} catch (error) {
|
|
784
|
-
(0,message/* default */.
|
|
786
|
+
(0,message/* default */.Z)({
|
|
785
787
|
message: this._language.errorUrlAddress,
|
|
786
788
|
type: "warning"
|
|
787
789
|
});
|
|
@@ -795,7 +797,7 @@ class AddDataViewModel {
|
|
|
795
797
|
return data;
|
|
796
798
|
}).then(data => {
|
|
797
799
|
if (data.status !== 200) {
|
|
798
|
-
(0,message/* default */.
|
|
800
|
+
(0,message/* default */.Z)({
|
|
799
801
|
message: this._language.serviceNotAvailable,
|
|
800
802
|
type: "warning"
|
|
801
803
|
});
|
|
@@ -805,13 +807,13 @@ class AddDataViewModel {
|
|
|
805
807
|
} catch {}
|
|
806
808
|
}
|
|
807
809
|
}).catch(() => {
|
|
808
|
-
(0,message/* default */.
|
|
810
|
+
(0,message/* default */.Z)({
|
|
809
811
|
message: this._language.serviceNotAvailable,
|
|
810
812
|
type: "warning"
|
|
811
813
|
});
|
|
812
814
|
});
|
|
813
815
|
} else {
|
|
814
|
-
(0,message/* default */.
|
|
816
|
+
(0,message/* default */.Z)({
|
|
815
817
|
message: this._language.inputUrlAddress,
|
|
816
818
|
type: "warning"
|
|
817
819
|
});
|
|
@@ -1102,7 +1104,7 @@ class AddDataViewModel {
|
|
|
1102
1104
|
});
|
|
1103
1105
|
webMapService.getMapInfo().then(mapInfo => {
|
|
1104
1106
|
if (mapInfo.resultcode === "error") {
|
|
1105
|
-
(0,message/* default */.
|
|
1107
|
+
(0,message/* default */.Z)({
|
|
1106
1108
|
message: mapInfo.message,
|
|
1107
1109
|
type: "warning"
|
|
1108
1110
|
});
|
|
@@ -1557,7 +1559,7 @@ function setChildrenAddType(nodeList, addType) {
|
|
|
1557
1559
|
}
|
|
1558
1560
|
}
|
|
1559
1561
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
1560
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
1562
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
1561
1563
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/adddata/AddData.vue?vue&type=script&setup=true&lang=js
|
|
1562
1564
|
|
|
1563
1565
|
|
|
@@ -1680,7 +1682,10 @@ const __default__ = {
|
|
|
1680
1682
|
expose: __expose
|
|
1681
1683
|
}) {
|
|
1682
1684
|
let accept = ".zip,.geojson,.topojson,.json,.kml,.kmz,.czml,.csv,.xls,.xlsx,.txt,.dwg,.dfx";
|
|
1683
|
-
|
|
1685
|
+
const {
|
|
1686
|
+
proxy
|
|
1687
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
1688
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
1684
1689
|
let selectTypeIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
1685
1690
|
|
|
1686
1691
|
//URL服务支持的数据源类型
|
|
@@ -2178,7 +2183,7 @@ const __exports__ = AddDatavue_type_script_setup_true_lang_js;
|
|
|
2178
2183
|
|
|
2179
2184
|
/* harmony default export */ var AddData = (__exports__);
|
|
2180
2185
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2181
|
-
var init_js_ = __webpack_require__(
|
|
2186
|
+
var init_js_ = __webpack_require__(7997);
|
|
2182
2187
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2183
2188
|
;// CONCATENATED MODULE: ./src/webgl/adddata/index.js
|
|
2184
2189
|
/*
|
|
@@ -2193,6 +2198,7 @@ AddData.install = (Vue, opts) => {
|
|
|
2193
2198
|
Vue.component(AddData.name, AddData);
|
|
2194
2199
|
};
|
|
2195
2200
|
|
|
2201
|
+
}();
|
|
2196
2202
|
/******/ return __webpack_exports__;
|
|
2197
2203
|
/******/ })()
|
|
2198
2204
|
;
|
package/aspectanalysis/index.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 1349:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
22
|
/*
|
|
23
23
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -29,66 +29,66 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
29
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
31
|
};
|
|
32
|
-
/* harmony default export */ __webpack_exports__
|
|
32
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
33
|
|
|
34
34
|
/***/ }),
|
|
35
35
|
|
|
36
|
-
/***/
|
|
36
|
+
/***/ 348:
|
|
37
37
|
/***/ (function(module) {
|
|
38
38
|
|
|
39
39
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
40
40
|
|
|
41
41
|
/***/ }),
|
|
42
42
|
|
|
43
|
-
/***/
|
|
43
|
+
/***/ 9389:
|
|
44
44
|
/***/ (function(module) {
|
|
45
45
|
|
|
46
46
|
module.exports = require("element-plus/dist/index.full.js");
|
|
47
47
|
|
|
48
48
|
/***/ }),
|
|
49
49
|
|
|
50
|
-
/***/
|
|
50
|
+
/***/ 7080:
|
|
51
51
|
/***/ (function(module) {
|
|
52
52
|
|
|
53
53
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
57
|
+
/***/ 7135:
|
|
58
58
|
/***/ (function(module) {
|
|
59
59
|
|
|
60
|
-
module.exports =
|
|
60
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
61
61
|
|
|
62
62
|
/***/ }),
|
|
63
63
|
|
|
64
|
-
/***/
|
|
64
|
+
/***/ 3458:
|
|
65
65
|
/***/ (function(module) {
|
|
66
66
|
|
|
67
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
68
68
|
|
|
69
69
|
/***/ }),
|
|
70
70
|
|
|
71
|
-
/***/
|
|
71
|
+
/***/ 7997:
|
|
72
72
|
/***/ (function(module) {
|
|
73
73
|
|
|
74
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 1895:
|
|
79
79
|
/***/ (function(module) {
|
|
80
80
|
|
|
81
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
82
82
|
|
|
83
83
|
/***/ }),
|
|
84
84
|
|
|
85
|
-
/***/
|
|
85
|
+
/***/ 5301:
|
|
86
86
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
// EXPORTS
|
|
90
90
|
__webpack_require__.d(__webpack_exports__, {
|
|
91
|
-
|
|
91
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
92
92
|
});
|
|
93
93
|
|
|
94
94
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -206,23 +206,25 @@ function _defineProperty(e, r, t) {
|
|
|
206
206
|
/******/
|
|
207
207
|
/************************************************************************/
|
|
208
208
|
var __webpack_exports__ = {};
|
|
209
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
210
|
+
!function() {
|
|
209
211
|
// ESM COMPAT FLAG
|
|
210
212
|
__webpack_require__.r(__webpack_exports__);
|
|
211
213
|
|
|
212
214
|
// EXPORTS
|
|
213
215
|
__webpack_require__.d(__webpack_exports__, {
|
|
214
|
-
AspectAnalysisViewModel: function() { return /* reexport */ AspectAnalysisViewModel; },
|
|
216
|
+
"AspectAnalysisViewModel": function() { return /* reexport */ AspectAnalysisViewModel; },
|
|
215
217
|
"default": function() { return /* reexport */ AspectAnalysis; }
|
|
216
218
|
});
|
|
217
219
|
|
|
218
220
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
219
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
221
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
220
222
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
221
|
-
var gis_utils_ = __webpack_require__(
|
|
223
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
222
224
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
223
|
-
var defineProperty = __webpack_require__(
|
|
225
|
+
var defineProperty = __webpack_require__(5301);
|
|
224
226
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
225
|
-
var message = __webpack_require__(
|
|
227
|
+
var message = __webpack_require__(1349);
|
|
226
228
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
227
229
|
|
|
228
230
|
/*
|
|
@@ -235,14 +237,14 @@ var message = __webpack_require__(3275);
|
|
|
235
237
|
|
|
236
238
|
class AspectAnalysisViewModel {
|
|
237
239
|
constructor(scenceView, aspect) {
|
|
238
|
-
(0,defineProperty/* default */.
|
|
240
|
+
(0,defineProperty/* default */.Z)(this, "_aspectAnalysis", null);
|
|
239
241
|
// 坡向三维对象
|
|
240
|
-
(0,defineProperty/* default */.
|
|
242
|
+
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
241
243
|
//全局参数
|
|
242
244
|
viewer: null,
|
|
243
245
|
_drawManager: null
|
|
244
246
|
});
|
|
245
|
-
(0,defineProperty/* default */.
|
|
247
|
+
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
246
248
|
this._language = scenceView._language;
|
|
247
249
|
this._globaOptions.viewer = scenceView._viewer;
|
|
248
250
|
let options = {
|
|
@@ -278,13 +280,13 @@ class AspectAnalysisViewModel {
|
|
|
278
280
|
});
|
|
279
281
|
}
|
|
280
282
|
} else {
|
|
281
|
-
(0,message/* default */.
|
|
283
|
+
(0,message/* default */.Z)({
|
|
282
284
|
message: this._language["stkTerrainAnalysisTips"],
|
|
283
285
|
type: "warning"
|
|
284
286
|
});
|
|
285
287
|
}
|
|
286
288
|
} else {
|
|
287
|
-
(0,message/* default */.
|
|
289
|
+
(0,message/* default */.Z)({
|
|
288
290
|
message: this._language["terrainAnalysisTips"],
|
|
289
291
|
type: "warning"
|
|
290
292
|
});
|
|
@@ -317,11 +319,11 @@ class AspectAnalysisViewModel {
|
|
|
317
319
|
}
|
|
318
320
|
}
|
|
319
321
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
320
|
-
var client_icons_vue_ = __webpack_require__(
|
|
322
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
321
323
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
322
|
-
var util_ = __webpack_require__(
|
|
324
|
+
var util_ = __webpack_require__(3458);
|
|
323
325
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
324
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
326
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
325
327
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
326
328
|
|
|
327
329
|
const _hoisted_1 = {
|
|
@@ -386,7 +388,7 @@ const __default__ = {
|
|
|
386
388
|
proxy
|
|
387
389
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
388
390
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
389
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
391
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
390
392
|
|
|
391
393
|
// 获取组件传参
|
|
392
394
|
const props = __props;
|
|
@@ -657,7 +659,7 @@ const __exports__ = AspectAnalysisvue_type_script_setup_true_lang_js;
|
|
|
657
659
|
|
|
658
660
|
/* harmony default export */ var AspectAnalysis = (__exports__);
|
|
659
661
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
660
|
-
var init_js_ = __webpack_require__(
|
|
662
|
+
var init_js_ = __webpack_require__(7997);
|
|
661
663
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
662
664
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/index.js
|
|
663
665
|
/*
|
|
@@ -672,6 +674,7 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
672
674
|
Vue.component(AspectAnalysis.name, AspectAnalysis);
|
|
673
675
|
};
|
|
674
676
|
|
|
677
|
+
}();
|
|
675
678
|
/******/ return __webpack_exports__;
|
|
676
679
|
/******/ })()
|
|
677
680
|
;
|