@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/scaneffect/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/const-image"), 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/const-image"], 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__6277__, __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,80 +29,80 @@ 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
|
+
/***/ 2118:
|
|
44
44
|
/***/ (function(module) {
|
|
45
45
|
|
|
46
46
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
47
|
|
|
48
48
|
/***/ }),
|
|
49
49
|
|
|
50
|
-
/***/
|
|
50
|
+
/***/ 9389:
|
|
51
51
|
/***/ (function(module) {
|
|
52
52
|
|
|
53
53
|
module.exports = require("element-plus/dist/index.full.js");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
57
|
+
/***/ 7080:
|
|
58
58
|
/***/ (function(module) {
|
|
59
59
|
|
|
60
60
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
61
61
|
|
|
62
62
|
/***/ }),
|
|
63
63
|
|
|
64
|
-
/***/
|
|
64
|
+
/***/ 6277:
|
|
65
65
|
/***/ (function(module) {
|
|
66
66
|
|
|
67
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__6277__;
|
|
68
68
|
|
|
69
69
|
/***/ }),
|
|
70
70
|
|
|
71
|
-
/***/
|
|
71
|
+
/***/ 7135:
|
|
72
72
|
/***/ (function(module) {
|
|
73
73
|
|
|
74
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 3458:
|
|
79
79
|
/***/ (function(module) {
|
|
80
80
|
|
|
81
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
82
82
|
|
|
83
83
|
/***/ }),
|
|
84
84
|
|
|
85
|
-
/***/
|
|
85
|
+
/***/ 7997:
|
|
86
86
|
/***/ (function(module) {
|
|
87
87
|
|
|
88
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
89
89
|
|
|
90
90
|
/***/ }),
|
|
91
91
|
|
|
92
|
-
/***/
|
|
92
|
+
/***/ 1895:
|
|
93
93
|
/***/ (function(module) {
|
|
94
94
|
|
|
95
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
96
96
|
|
|
97
97
|
/***/ }),
|
|
98
98
|
|
|
99
|
-
/***/
|
|
99
|
+
/***/ 5301:
|
|
100
100
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
// EXPORTS
|
|
104
104
|
__webpack_require__.d(__webpack_exports__, {
|
|
105
|
-
|
|
105
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
106
106
|
});
|
|
107
107
|
|
|
108
108
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -220,27 +220,29 @@ function _defineProperty(e, r, t) {
|
|
|
220
220
|
/******/
|
|
221
221
|
/************************************************************************/
|
|
222
222
|
var __webpack_exports__ = {};
|
|
223
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
224
|
+
!function() {
|
|
223
225
|
// ESM COMPAT FLAG
|
|
224
226
|
__webpack_require__.r(__webpack_exports__);
|
|
225
227
|
|
|
226
228
|
// EXPORTS
|
|
227
229
|
__webpack_require__.d(__webpack_exports__, {
|
|
228
|
-
ScanEffectViewModel: function() { return /* reexport */ ScanEffectViewModel; },
|
|
230
|
+
"ScanEffectViewModel": function() { return /* reexport */ ScanEffectViewModel; },
|
|
229
231
|
"default": function() { return /* reexport */ ScanEffect; }
|
|
230
232
|
});
|
|
231
233
|
|
|
232
234
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
233
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
235
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
234
236
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
235
|
-
var gis_utils_ = __webpack_require__(
|
|
237
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
236
238
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
237
|
-
var defineProperty = __webpack_require__(
|
|
239
|
+
var defineProperty = __webpack_require__(5301);
|
|
238
240
|
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
239
|
-
var es_array_push_js_ = __webpack_require__(
|
|
241
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
240
242
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
241
|
-
var message = __webpack_require__(
|
|
243
|
+
var message = __webpack_require__(1349);
|
|
242
244
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
243
|
-
var const_image_ = __webpack_require__(
|
|
245
|
+
var const_image_ = __webpack_require__(6277);
|
|
244
246
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffectViewModel.js
|
|
245
247
|
|
|
246
248
|
|
|
@@ -252,9 +254,9 @@ var const_image_ = __webpack_require__(4822);
|
|
|
252
254
|
|
|
253
255
|
class ScanEffectViewModel {
|
|
254
256
|
constructor(scenceView, option) {
|
|
255
|
-
(0,defineProperty/* default */.
|
|
257
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
256
258
|
//参数
|
|
257
|
-
(0,defineProperty/* default */.
|
|
259
|
+
(0,defineProperty/* default */.Z)(this, "_options", {
|
|
258
260
|
scanMode: 1,
|
|
259
261
|
// 分析类型
|
|
260
262
|
viewer: null,
|
|
@@ -282,11 +284,11 @@ class ScanEffectViewModel {
|
|
|
282
284
|
lineScans: [],
|
|
283
285
|
ringScans: []
|
|
284
286
|
});
|
|
285
|
-
(0,defineProperty/* default */.
|
|
287
|
+
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
286
288
|
// 绘制对象
|
|
287
|
-
(0,defineProperty/* default */.
|
|
288
|
-
(0,defineProperty/* default */.
|
|
289
|
-
(0,defineProperty/* default */.
|
|
289
|
+
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
290
|
+
(0,defineProperty/* default */.Z)(this, "_lineScan", null);
|
|
291
|
+
(0,defineProperty/* default */.Z)(this, "_ringScan", null);
|
|
290
292
|
this._viewer = scenceView._viewer;
|
|
291
293
|
this._options.viewer = this._viewer;
|
|
292
294
|
this._options = Object.assign(this._options, {
|
|
@@ -659,7 +661,7 @@ class ScanEffectViewModel {
|
|
|
659
661
|
});
|
|
660
662
|
}
|
|
661
663
|
} else {
|
|
662
|
-
(0,message/* default */.
|
|
664
|
+
(0,message/* default */.Z)({
|
|
663
665
|
message: this._language["addModelExtractionTips"],
|
|
664
666
|
type: "warning"
|
|
665
667
|
});
|
|
@@ -693,11 +695,11 @@ class ScanEffectViewModel {
|
|
|
693
695
|
}
|
|
694
696
|
}
|
|
695
697
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
696
|
-
var client_icons_vue_ = __webpack_require__(
|
|
698
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
697
699
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
698
|
-
var util_ = __webpack_require__(
|
|
700
|
+
var util_ = __webpack_require__(3458);
|
|
699
701
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
700
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
702
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
701
703
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
702
704
|
|
|
703
705
|
const _hoisted_1 = {
|
|
@@ -762,8 +764,7 @@ const __default__ = {
|
|
|
762
764
|
proxy
|
|
763
765
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
764
766
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
765
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
766
|
-
|
|
767
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
767
768
|
// 获取组件传参
|
|
768
769
|
const props = __props;
|
|
769
770
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -1424,7 +1425,7 @@ const __exports__ = ScanEffectvue_type_script_setup_true_lang_js;
|
|
|
1424
1425
|
|
|
1425
1426
|
/* harmony default export */ var ScanEffect = (__exports__);
|
|
1426
1427
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1427
|
-
var init_js_ = __webpack_require__(
|
|
1428
|
+
var init_js_ = __webpack_require__(7997);
|
|
1428
1429
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1429
1430
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/index.js
|
|
1430
1431
|
/*
|
|
@@ -1439,6 +1440,7 @@ ScanEffect.install = (Vue, opts) => {
|
|
|
1439
1440
|
Vue.component(ScanEffect.name, ScanEffect);
|
|
1440
1441
|
};
|
|
1441
1442
|
|
|
1443
|
+
}();
|
|
1442
1444
|
/******/ return __webpack_exports__;
|
|
1443
1445
|
/******/ })()
|
|
1444
1446
|
;
|
|
@@ -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,87 +29,87 @@ 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
|
+
/***/ 2118:
|
|
44
44
|
/***/ (function(module) {
|
|
45
45
|
|
|
46
46
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
47
|
|
|
48
48
|
/***/ }),
|
|
49
49
|
|
|
50
|
-
/***/
|
|
50
|
+
/***/ 8470:
|
|
51
51
|
/***/ (function(module) {
|
|
52
52
|
|
|
53
53
|
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
57
|
+
/***/ 1058:
|
|
58
58
|
/***/ (function(module) {
|
|
59
59
|
|
|
60
60
|
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
61
61
|
|
|
62
62
|
/***/ }),
|
|
63
63
|
|
|
64
|
-
/***/
|
|
64
|
+
/***/ 9389:
|
|
65
65
|
/***/ (function(module) {
|
|
66
66
|
|
|
67
67
|
module.exports = require("element-plus/dist/index.full.js");
|
|
68
68
|
|
|
69
69
|
/***/ }),
|
|
70
70
|
|
|
71
|
-
/***/
|
|
71
|
+
/***/ 7080:
|
|
72
72
|
/***/ (function(module) {
|
|
73
73
|
|
|
74
74
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 7135:
|
|
79
79
|
/***/ (function(module) {
|
|
80
80
|
|
|
81
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
|
|
82
82
|
|
|
83
83
|
/***/ }),
|
|
84
84
|
|
|
85
|
-
/***/
|
|
85
|
+
/***/ 3458:
|
|
86
86
|
/***/ (function(module) {
|
|
87
87
|
|
|
88
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
|
|
89
89
|
|
|
90
90
|
/***/ }),
|
|
91
91
|
|
|
92
|
-
/***/
|
|
92
|
+
/***/ 7997:
|
|
93
93
|
/***/ (function(module) {
|
|
94
94
|
|
|
95
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
|
|
96
96
|
|
|
97
97
|
/***/ }),
|
|
98
98
|
|
|
99
|
-
/***/
|
|
99
|
+
/***/ 1895:
|
|
100
100
|
/***/ (function(module) {
|
|
101
101
|
|
|
102
|
-
module.exports =
|
|
102
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
103
103
|
|
|
104
104
|
/***/ }),
|
|
105
105
|
|
|
106
|
-
/***/
|
|
106
|
+
/***/ 5301:
|
|
107
107
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
// EXPORTS
|
|
111
111
|
__webpack_require__.d(__webpack_exports__, {
|
|
112
|
-
|
|
112
|
+
"Z": function() { return /* binding */ _defineProperty; }
|
|
113
113
|
});
|
|
114
114
|
|
|
115
115
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -227,29 +227,31 @@ function _defineProperty(e, r, t) {
|
|
|
227
227
|
/******/
|
|
228
228
|
/************************************************************************/
|
|
229
229
|
var __webpack_exports__ = {};
|
|
230
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
231
|
+
!function() {
|
|
230
232
|
// ESM COMPAT FLAG
|
|
231
233
|
__webpack_require__.r(__webpack_exports__);
|
|
232
234
|
|
|
233
235
|
// EXPORTS
|
|
234
236
|
__webpack_require__.d(__webpack_exports__, {
|
|
235
|
-
SceneAdvancedToImageViewModel: function() { return /* reexport */ SceneAdvancedToImageViewModel; },
|
|
237
|
+
"SceneAdvancedToImageViewModel": function() { return /* reexport */ SceneAdvancedToImageViewModel; },
|
|
236
238
|
"default": function() { return /* reexport */ SceneAdvancedToImage; }
|
|
237
239
|
});
|
|
238
240
|
|
|
239
241
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
240
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
242
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
241
243
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
242
|
-
var gis_utils_ = __webpack_require__(
|
|
244
|
+
var gis_utils_ = __webpack_require__(7135);
|
|
243
245
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
244
|
-
var defineProperty = __webpack_require__(
|
|
246
|
+
var defineProperty = __webpack_require__(5301);
|
|
245
247
|
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
246
|
-
var es_array_push_js_ = __webpack_require__(
|
|
248
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
247
249
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
248
|
-
var esnext_iterator_constructor_js_ = __webpack_require__(
|
|
250
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
249
251
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
250
|
-
var esnext_iterator_for_each_js_ = __webpack_require__(
|
|
252
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
251
253
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
252
|
-
var message = __webpack_require__(
|
|
254
|
+
var message = __webpack_require__(1349);
|
|
253
255
|
;// CONCATENATED MODULE: ./src/webgl/sceneadvancedtoimage/SceneAdvancedToImageViewModel.js
|
|
254
256
|
|
|
255
257
|
|
|
@@ -261,16 +263,16 @@ var message = __webpack_require__(3275);
|
|
|
261
263
|
|
|
262
264
|
class SceneAdvancedToImageViewModel {
|
|
263
265
|
constructor(scenceView, options) {
|
|
264
|
-
(0,defineProperty/* default */.
|
|
265
|
-
(0,defineProperty/* default */.
|
|
266
|
-
(0,defineProperty/* default */.
|
|
266
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
267
|
+
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
268
|
+
(0,defineProperty/* default */.Z)(this, "_canvasToImage", null);
|
|
267
269
|
//场景出图类
|
|
268
|
-
(0,defineProperty/* default */.
|
|
270
|
+
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
269
271
|
//绘制管理对象
|
|
270
|
-
(0,defineProperty/* default */.
|
|
272
|
+
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
271
273
|
//绘制完成监听事件
|
|
272
|
-
(0,defineProperty/* default */.
|
|
273
|
-
(0,defineProperty/* default */.
|
|
274
|
+
(0,defineProperty/* default */.Z)(this, "_satellitePyramidPrimitive", null);
|
|
275
|
+
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
274
276
|
this._language = scenceView._language;
|
|
275
277
|
this._viewer = scenceView._viewer;
|
|
276
278
|
this._options = options;
|
|
@@ -319,13 +321,13 @@ class SceneAdvancedToImageViewModel {
|
|
|
319
321
|
this._satellitePyramidPrimitive.show = true;
|
|
320
322
|
}, 1000);
|
|
321
323
|
} catch (error) {
|
|
322
|
-
(0,message/* default */.
|
|
324
|
+
(0,message/* default */.Z)({
|
|
323
325
|
message: this._language["toImageErrorTips"],
|
|
324
326
|
type: "error"
|
|
325
327
|
});
|
|
326
328
|
}
|
|
327
329
|
} else {
|
|
328
|
-
(0,message/* default */.
|
|
330
|
+
(0,message/* default */.Z)({
|
|
329
331
|
message: this._language["toImageCentrumOpticusTips"],
|
|
330
332
|
type: "warning"
|
|
331
333
|
});
|
|
@@ -493,11 +495,11 @@ class SceneAdvancedToImageViewModel {
|
|
|
493
495
|
}
|
|
494
496
|
}
|
|
495
497
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
496
|
-
var client_icons_vue_ = __webpack_require__(
|
|
498
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
497
499
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
498
|
-
var util_ = __webpack_require__(
|
|
500
|
+
var util_ = __webpack_require__(3458);
|
|
499
501
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
500
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
502
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
501
503
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneadvancedtoimage/SceneAdvancedToImage.vue?vue&type=script&setup=true&lang=js
|
|
502
504
|
|
|
503
505
|
const _hoisted_1 = {
|
|
@@ -562,7 +564,7 @@ const __default__ = {
|
|
|
562
564
|
proxy
|
|
563
565
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
564
566
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
565
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
567
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
566
568
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
567
569
|
|
|
568
570
|
// 获取组件传参
|
|
@@ -1040,7 +1042,7 @@ const __exports__ = SceneAdvancedToImagevue_type_script_setup_true_lang_js;
|
|
|
1040
1042
|
|
|
1041
1043
|
/* harmony default export */ var SceneAdvancedToImage = (__exports__);
|
|
1042
1044
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1043
|
-
var init_js_ = __webpack_require__(
|
|
1045
|
+
var init_js_ = __webpack_require__(7997);
|
|
1044
1046
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1045
1047
|
;// CONCATENATED MODULE: ./src/webgl/sceneadvancedtoimage/index.js
|
|
1046
1048
|
|
|
@@ -1051,6 +1053,7 @@ SceneAdvancedToImage.install = (Vue, opts) => {
|
|
|
1051
1053
|
Vue.component(SceneAdvancedToImage.name, SceneAdvancedToImage);
|
|
1052
1054
|
};
|
|
1053
1055
|
|
|
1056
|
+
}();
|
|
1054
1057
|
/******/ return __webpack_exports__;
|
|
1055
1058
|
/******/ })()
|
|
1056
1059
|
;
|