@kq_npm/client3d_webgl_vue 4.5.54 → 4.5.56
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/airspacegridoccupancyquery/index.js +1876 -0
- package/airspacegridoccupancyquery/style/airspacegridoccupancyquery.css +1 -0
- package/airspacegridoccupancyquery/style/index.js +3 -0
- package/airspaceprofileanalysis/index.js +1778 -0
- package/airspaceprofileanalysis/style/airspaceprofileanalysis.css +1 -0
- package/airspaceprofileanalysis/style/index.js +3 -0
- package/buildpointmodel/index.js +111 -31
- package/clientPrint/index.js +22739 -119
- package/gpuspatialquery/index.js +69 -9
- package/gridoccupancyquery/index.js +561 -0
- package/gridoccupancyquery/style/gridoccupancyquery.css +1 -0
- package/gridoccupancyquery/style/index.js +3 -0
- package/index.js +22739 -119
- package/lowaltitudefeature/index.js +4854 -0
- package/lowaltitudefeature/style/index.js +3 -0
- package/lowaltitudefeature/style/lowaltitudefeature.css +1 -0
- package/modelprofileanalysis/index.js +1 -0
- package/modelselect/index.js +1 -0
- package/package.json +1 -1
- package/sceneapp/index.js +22739 -119
- package/sceneview/index.js +22739 -119
- package/sceneview/style/sceneview.css +1 -1
- package/style.css +1 -1
- package/toolbarapp/index.js +22739 -119
- package/toolboxapp/index.js +22739 -119
- package/videofusion/index.js +80 -51
- package/viewshedanalysis/index.js +3 -1
- package/webgl.es.js +755 -185
- package/windyslicing/index.js +25 -9
|
@@ -0,0 +1,1876 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = 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/configprovider/useGlobalConfig"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/_mixin/render"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/configprovider/useGlobalConfig", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/_mixin/render"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = 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/configprovider/useGlobalConfig"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/_mixin/render"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = 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/configprovider/useGlobalConfig"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/_mixin/render"]);
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__50154__, __WEBPACK_EXTERNAL_MODULE__20064__, __WEBPACK_EXTERNAL_MODULE__20455__, __WEBPACK_EXTERNAL_MODULE__22686__, __WEBPACK_EXTERNAL_MODULE__42975__, __WEBPACK_EXTERNAL_MODULE__74383__) {
|
|
11
|
+
return /******/ (function() { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 6663:
|
|
16
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
21
|
+
Object.defineProperty(exports, "B", ({
|
|
22
|
+
value: true
|
|
23
|
+
}));
|
|
24
|
+
exports.A = void 0;
|
|
25
|
+
var _indexFull = __webpack_require__(56363);
|
|
26
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
27
|
+
var _default = exports.A = {
|
|
28
|
+
name: "KqSlider",
|
|
29
|
+
defaultComponent: _indexFull.ElSlider,
|
|
30
|
+
mixins: [_render.default],
|
|
31
|
+
setup(props, context) {
|
|
32
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/***/ }),
|
|
37
|
+
|
|
38
|
+
/***/ 6822:
|
|
39
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
40
|
+
|
|
41
|
+
// ESM COMPAT FLAG
|
|
42
|
+
__webpack_require__.r(__webpack_exports__);
|
|
43
|
+
|
|
44
|
+
// EXPORTS
|
|
45
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
46
|
+
__esModule: function() { return /* reexport */ Colvue_type_script_lang_js/* __esModule */.B; },
|
|
47
|
+
"default": function() { return /* binding */ Col; }
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/layout/Col.vue?vue&type=script&lang=js
|
|
51
|
+
var Colvue_type_script_lang_js = __webpack_require__(79265);
|
|
52
|
+
;// ./src/common/_ui/layout/Col.vue?vue&type=script&lang=js
|
|
53
|
+
|
|
54
|
+
;// ./src/common/_ui/layout/Col.vue
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
const __exports__ = Colvue_type_script_lang_js/* default */.A;
|
|
59
|
+
|
|
60
|
+
/* harmony default export */ var Col = (__exports__);
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 7955:
|
|
65
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
66
|
+
|
|
67
|
+
// ESM COMPAT FLAG
|
|
68
|
+
__webpack_require__.r(__webpack_exports__);
|
|
69
|
+
|
|
70
|
+
// EXPORTS
|
|
71
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
72
|
+
__esModule: function() { return /* reexport */ Formvue_type_script_lang_js/* __esModule */.B; },
|
|
73
|
+
"default": function() { return /* binding */ Form; }
|
|
74
|
+
});
|
|
75
|
+
|
|
76
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/form/Form.vue?vue&type=script&lang=js
|
|
77
|
+
var Formvue_type_script_lang_js = __webpack_require__(75797);
|
|
78
|
+
;// ./src/common/_ui/form/Form.vue?vue&type=script&lang=js
|
|
79
|
+
|
|
80
|
+
;// ./src/common/_ui/form/Form.vue
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
const __exports__ = Formvue_type_script_lang_js/* default */.A;
|
|
85
|
+
|
|
86
|
+
/* harmony default export */ var Form = (__exports__);
|
|
87
|
+
|
|
88
|
+
/***/ }),
|
|
89
|
+
|
|
90
|
+
/***/ 12319:
|
|
91
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
96
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
97
|
+
value: true
|
|
98
|
+
}));
|
|
99
|
+
Object.defineProperty(exports, "KqRadioButton", ({
|
|
100
|
+
enumerable: true,
|
|
101
|
+
get: function () {
|
|
102
|
+
return _RadioButton.default;
|
|
103
|
+
}
|
|
104
|
+
}));
|
|
105
|
+
Object.defineProperty(exports, "KqRadioGroup", ({
|
|
106
|
+
enumerable: true,
|
|
107
|
+
get: function () {
|
|
108
|
+
return _RadioGroup.default;
|
|
109
|
+
}
|
|
110
|
+
}));
|
|
111
|
+
Object.defineProperty(exports, "default", ({
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () {
|
|
114
|
+
return _Radio.default;
|
|
115
|
+
}
|
|
116
|
+
}));
|
|
117
|
+
var _Radio = _interopRequireDefault(__webpack_require__(79978));
|
|
118
|
+
var _RadioButton = _interopRequireDefault(__webpack_require__(19406));
|
|
119
|
+
var _RadioGroup = _interopRequireDefault(__webpack_require__(79875));
|
|
120
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
121
|
+
var _KqGIS = __webpack_require__(99602);
|
|
122
|
+
/*
|
|
123
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
124
|
+
* All rights reserved.
|
|
125
|
+
*/
|
|
126
|
+
|
|
127
|
+
_Radio.default.install = (Vue, opts) => {
|
|
128
|
+
(0, _init.default)(Vue, opts);
|
|
129
|
+
Vue.component(_Radio.default.name, _Radio.default);
|
|
130
|
+
Vue.component(_RadioButton.default.name, _RadioButton.default);
|
|
131
|
+
Vue.component(_RadioGroup.default.name, _RadioGroup.default);
|
|
132
|
+
};
|
|
133
|
+
_KqGIS.kq_npm_client_common_vue.KqRadio = _Radio.default;
|
|
134
|
+
_KqGIS.kq_npm_client_common_vue.KqRadioButton = _RadioButton.default;
|
|
135
|
+
_KqGIS.kq_npm_client_common_vue.KqRadioGroup = _RadioGroup.default;
|
|
136
|
+
|
|
137
|
+
/***/ }),
|
|
138
|
+
|
|
139
|
+
/***/ 19000:
|
|
140
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
145
|
+
Object.defineProperty(exports, "B", ({
|
|
146
|
+
value: true
|
|
147
|
+
}));
|
|
148
|
+
exports.A = void 0;
|
|
149
|
+
var _indexFull = __webpack_require__(56363);
|
|
150
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
151
|
+
var _default = exports.A = {
|
|
152
|
+
name: "KqFormItem",
|
|
153
|
+
defaultComponent: _indexFull.ElFormItem,
|
|
154
|
+
mixins: [_render.default],
|
|
155
|
+
setup(props, context) {
|
|
156
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
/***/ }),
|
|
161
|
+
|
|
162
|
+
/***/ 19406:
|
|
163
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
164
|
+
|
|
165
|
+
// ESM COMPAT FLAG
|
|
166
|
+
__webpack_require__.r(__webpack_exports__);
|
|
167
|
+
|
|
168
|
+
// EXPORTS
|
|
169
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
170
|
+
__esModule: function() { return /* reexport */ RadioButtonvue_type_script_lang_js/* __esModule */.B; },
|
|
171
|
+
"default": function() { return /* binding */ RadioButton; }
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/radio/RadioButton.vue?vue&type=script&lang=js
|
|
175
|
+
var RadioButtonvue_type_script_lang_js = __webpack_require__(88411);
|
|
176
|
+
;// ./src/common/_ui/radio/RadioButton.vue?vue&type=script&lang=js
|
|
177
|
+
|
|
178
|
+
;// ./src/common/_ui/radio/RadioButton.vue
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
const __exports__ = RadioButtonvue_type_script_lang_js/* default */.A;
|
|
183
|
+
|
|
184
|
+
/* harmony default export */ var RadioButton = (__exports__);
|
|
185
|
+
|
|
186
|
+
/***/ }),
|
|
187
|
+
|
|
188
|
+
/***/ 20064:
|
|
189
|
+
/***/ (function(module) {
|
|
190
|
+
|
|
191
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__20064__;
|
|
192
|
+
|
|
193
|
+
/***/ }),
|
|
194
|
+
|
|
195
|
+
/***/ 20455:
|
|
196
|
+
/***/ (function(module) {
|
|
197
|
+
|
|
198
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__20455__;
|
|
199
|
+
|
|
200
|
+
/***/ }),
|
|
201
|
+
|
|
202
|
+
/***/ 22686:
|
|
203
|
+
/***/ (function(module) {
|
|
204
|
+
|
|
205
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__22686__;
|
|
206
|
+
|
|
207
|
+
/***/ }),
|
|
208
|
+
|
|
209
|
+
/***/ 23761:
|
|
210
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
215
|
+
Object.defineProperty(exports, "B", ({
|
|
216
|
+
value: true
|
|
217
|
+
}));
|
|
218
|
+
exports.A = void 0;
|
|
219
|
+
var _indexFull = __webpack_require__(56363);
|
|
220
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
221
|
+
var _default = exports.A = {
|
|
222
|
+
/** 会被用到创建组件的时候 得注意大小写*/
|
|
223
|
+
name: "KqButton",
|
|
224
|
+
/** ??没找到用途 */
|
|
225
|
+
__ANT_BUTTON: true,
|
|
226
|
+
/** defaultComponent并没有实现任何的逻辑,只是把接收的 Object 直接返回,它的存在是完全让传⼊的整个对象获得对
|
|
227
|
+
* 应的类型
|
|
228
|
+
*/
|
|
229
|
+
defaultComponent: _indexFull.ElButton,
|
|
230
|
+
/**
|
|
231
|
+
* mixins 混用是一种分发vue组件中可复用功能的非常灵活的方式
|
|
232
|
+
* 当组件使用混合对象时,所有混合对象的选项将被混入该组件本身的选项
|
|
233
|
+
*
|
|
234
|
+
* 在开发中,我们可以单独创建一个js文件,在该文件中声明一个mixins对象,然后将组件或页面共用的属性或方法定义在mixins里边,并暴露出去,在需要使用到的组件中引入该js文件即可;
|
|
235
|
+
* 当组件中定义了相同的属性或方法时,组件里边声明的属性或方法优先级高于mixins;
|
|
236
|
+
* 虽然mixins中的属性或方法可以被多个组件或页面共用,但是在某个组件或页面中修改相关属性或方法时,不会对其他组件或页面造成影响
|
|
237
|
+
*/
|
|
238
|
+
mixins: [_render.default],
|
|
239
|
+
setup(props, context) {
|
|
240
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
/***/ }),
|
|
245
|
+
|
|
246
|
+
/***/ 28238:
|
|
247
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
248
|
+
|
|
249
|
+
// ESM COMPAT FLAG
|
|
250
|
+
__webpack_require__.r(__webpack_exports__);
|
|
251
|
+
|
|
252
|
+
// EXPORTS
|
|
253
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
254
|
+
__esModule: function() { return /* reexport */ Slidervue_type_script_lang_js/* __esModule */.B; },
|
|
255
|
+
"default": function() { return /* binding */ Slider; }
|
|
256
|
+
});
|
|
257
|
+
|
|
258
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/slider/Slider.vue?vue&type=script&lang=js
|
|
259
|
+
var Slidervue_type_script_lang_js = __webpack_require__(6663);
|
|
260
|
+
;// ./src/common/_ui/slider/Slider.vue?vue&type=script&lang=js
|
|
261
|
+
|
|
262
|
+
;// ./src/common/_ui/slider/Slider.vue
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
const __exports__ = Slidervue_type_script_lang_js/* default */.A;
|
|
267
|
+
|
|
268
|
+
/* harmony default export */ var Slider = (__exports__);
|
|
269
|
+
|
|
270
|
+
/***/ }),
|
|
271
|
+
|
|
272
|
+
/***/ 31885:
|
|
273
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
274
|
+
|
|
275
|
+
// ESM COMPAT FLAG
|
|
276
|
+
__webpack_require__.r(__webpack_exports__);
|
|
277
|
+
|
|
278
|
+
// EXPORTS
|
|
279
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
280
|
+
__esModule: function() { return /* reexport */ Buttonvue_type_script_lang_js/* __esModule */.B; },
|
|
281
|
+
"default": function() { return /* binding */ Button; }
|
|
282
|
+
});
|
|
283
|
+
|
|
284
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/button/Button.vue?vue&type=script&lang=js
|
|
285
|
+
var Buttonvue_type_script_lang_js = __webpack_require__(23761);
|
|
286
|
+
;// ./src/common/_ui/button/Button.vue?vue&type=script&lang=js
|
|
287
|
+
|
|
288
|
+
;// ./src/common/_ui/button/Button.vue
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
const __exports__ = Buttonvue_type_script_lang_js/* default */.A;
|
|
293
|
+
|
|
294
|
+
/* harmony default export */ var Button = (__exports__);
|
|
295
|
+
|
|
296
|
+
/***/ }),
|
|
297
|
+
|
|
298
|
+
/***/ 33751:
|
|
299
|
+
/***/ (function(module) {
|
|
300
|
+
|
|
301
|
+
module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
302
|
+
|
|
303
|
+
/***/ }),
|
|
304
|
+
|
|
305
|
+
/***/ 39466:
|
|
306
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
311
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
312
|
+
value: true
|
|
313
|
+
}));
|
|
314
|
+
Object.defineProperty(exports, "KqFormItem", ({
|
|
315
|
+
enumerable: true,
|
|
316
|
+
get: function () {
|
|
317
|
+
return _FormItem.default;
|
|
318
|
+
}
|
|
319
|
+
}));
|
|
320
|
+
Object.defineProperty(exports, "default", ({
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: function () {
|
|
323
|
+
return _Form.default;
|
|
324
|
+
}
|
|
325
|
+
}));
|
|
326
|
+
var _Form = _interopRequireDefault(__webpack_require__(7955));
|
|
327
|
+
var _FormItem = _interopRequireDefault(__webpack_require__(51078));
|
|
328
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
329
|
+
var _KqGIS = __webpack_require__(99602);
|
|
330
|
+
/*
|
|
331
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
332
|
+
* All rights reserved.
|
|
333
|
+
*/
|
|
334
|
+
|
|
335
|
+
_Form.default.install = (Vue, opts) => {
|
|
336
|
+
(0, _init.default)(Vue, opts);
|
|
337
|
+
Vue.component(_Form.default.name, _Form.default);
|
|
338
|
+
Vue.component(_FormItem.default.name, _FormItem.default);
|
|
339
|
+
};
|
|
340
|
+
_KqGIS.kq_npm_client_common_vue.KqForm = _Form.default;
|
|
341
|
+
_KqGIS.kq_npm_client_common_vue.KqFormItem = _FormItem.default;
|
|
342
|
+
|
|
343
|
+
/***/ }),
|
|
344
|
+
|
|
345
|
+
/***/ 39640:
|
|
346
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
347
|
+
|
|
348
|
+
// ESM COMPAT FLAG
|
|
349
|
+
__webpack_require__.r(__webpack_exports__);
|
|
350
|
+
|
|
351
|
+
// EXPORTS
|
|
352
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
353
|
+
__esModule: function() { return /* reexport */ Collapsevue_type_script_lang_js/* __esModule */.B; },
|
|
354
|
+
"default": function() { return /* binding */ Collapse; }
|
|
355
|
+
});
|
|
356
|
+
|
|
357
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/collapse/Collapse.vue?vue&type=script&lang=js
|
|
358
|
+
var Collapsevue_type_script_lang_js = __webpack_require__(61223);
|
|
359
|
+
;// ./src/common/_ui/collapse/Collapse.vue?vue&type=script&lang=js
|
|
360
|
+
|
|
361
|
+
;// ./src/common/_ui/collapse/Collapse.vue
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
const __exports__ = Collapsevue_type_script_lang_js/* default */.A;
|
|
366
|
+
|
|
367
|
+
/* harmony default export */ var Collapse = (__exports__);
|
|
368
|
+
|
|
369
|
+
/***/ }),
|
|
370
|
+
|
|
371
|
+
/***/ 39780:
|
|
372
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
373
|
+
|
|
374
|
+
// ESM COMPAT FLAG
|
|
375
|
+
__webpack_require__.r(__webpack_exports__);
|
|
376
|
+
|
|
377
|
+
// EXPORTS
|
|
378
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
379
|
+
__esModule: function() { return /* reexport */ Groupvue_type_script_lang_js/* __esModule */.B; },
|
|
380
|
+
"default": function() { return /* binding */ Group; }
|
|
381
|
+
});
|
|
382
|
+
|
|
383
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/button/Group.vue?vue&type=script&lang=js
|
|
384
|
+
var Groupvue_type_script_lang_js = __webpack_require__(40696);
|
|
385
|
+
;// ./src/common/_ui/button/Group.vue?vue&type=script&lang=js
|
|
386
|
+
|
|
387
|
+
;// ./src/common/_ui/button/Group.vue
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
const __exports__ = Groupvue_type_script_lang_js/* default */.A;
|
|
392
|
+
|
|
393
|
+
/* harmony default export */ var Group = (__exports__);
|
|
394
|
+
|
|
395
|
+
/***/ }),
|
|
396
|
+
|
|
397
|
+
/***/ 40669:
|
|
398
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
399
|
+
|
|
400
|
+
// ESM COMPAT FLAG
|
|
401
|
+
__webpack_require__.r(__webpack_exports__);
|
|
402
|
+
|
|
403
|
+
// EXPORTS
|
|
404
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
405
|
+
__esModule: function() { return /* reexport */ CollapseItemvue_type_script_lang_js/* __esModule */.B; },
|
|
406
|
+
"default": function() { return /* binding */ CollapseItem; }
|
|
407
|
+
});
|
|
408
|
+
|
|
409
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/collapse/CollapseItem.vue?vue&type=script&lang=js
|
|
410
|
+
var CollapseItemvue_type_script_lang_js = __webpack_require__(52330);
|
|
411
|
+
;// ./src/common/_ui/collapse/CollapseItem.vue?vue&type=script&lang=js
|
|
412
|
+
|
|
413
|
+
;// ./src/common/_ui/collapse/CollapseItem.vue
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
const __exports__ = CollapseItemvue_type_script_lang_js/* default */.A;
|
|
418
|
+
|
|
419
|
+
/* harmony default export */ var CollapseItem = (__exports__);
|
|
420
|
+
|
|
421
|
+
/***/ }),
|
|
422
|
+
|
|
423
|
+
/***/ 40696:
|
|
424
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
429
|
+
Object.defineProperty(exports, "B", ({
|
|
430
|
+
value: true
|
|
431
|
+
}));
|
|
432
|
+
exports.A = void 0;
|
|
433
|
+
var _indexFull = __webpack_require__(56363);
|
|
434
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
435
|
+
var _default = exports.A = {
|
|
436
|
+
name: "KqButtonGroup",
|
|
437
|
+
defaultComponent: _indexFull.ElButtonGroup,
|
|
438
|
+
mixins: [_render.default],
|
|
439
|
+
setup(props, context) {
|
|
440
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
441
|
+
}
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
/***/ }),
|
|
445
|
+
|
|
446
|
+
/***/ 41219:
|
|
447
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
452
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
453
|
+
value: true
|
|
454
|
+
}));
|
|
455
|
+
Object.defineProperty(exports, "KqCollapseItem", ({
|
|
456
|
+
enumerable: true,
|
|
457
|
+
get: function () {
|
|
458
|
+
return _CollapseItem.default;
|
|
459
|
+
}
|
|
460
|
+
}));
|
|
461
|
+
Object.defineProperty(exports, "default", ({
|
|
462
|
+
enumerable: true,
|
|
463
|
+
get: function () {
|
|
464
|
+
return _Collapse.default;
|
|
465
|
+
}
|
|
466
|
+
}));
|
|
467
|
+
var _Collapse = _interopRequireDefault(__webpack_require__(39640));
|
|
468
|
+
var _CollapseItem = _interopRequireDefault(__webpack_require__(40669));
|
|
469
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
470
|
+
var _KqGIS = __webpack_require__(99602);
|
|
471
|
+
/*
|
|
472
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
473
|
+
* All rights reserved.
|
|
474
|
+
*/
|
|
475
|
+
|
|
476
|
+
_Collapse.default.install = (Vue, opts) => {
|
|
477
|
+
(0, _init.default)(Vue, opts);
|
|
478
|
+
Vue.component(_Collapse.default.name, _Collapse.default);
|
|
479
|
+
Vue.component(_CollapseItem.default.name, _CollapseItem.default);
|
|
480
|
+
};
|
|
481
|
+
_KqGIS.kq_npm_client_common_vue.KqCollapse = _Collapse.default;
|
|
482
|
+
_KqGIS.kq_npm_client_common_vue.KqCollapseItem = _CollapseItem.default;
|
|
483
|
+
|
|
484
|
+
/***/ }),
|
|
485
|
+
|
|
486
|
+
/***/ 42975:
|
|
487
|
+
/***/ (function(module) {
|
|
488
|
+
|
|
489
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__42975__;
|
|
490
|
+
|
|
491
|
+
/***/ }),
|
|
492
|
+
|
|
493
|
+
/***/ 47415:
|
|
494
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
499
|
+
Object.defineProperty(exports, "B", ({
|
|
500
|
+
value: true
|
|
501
|
+
}));
|
|
502
|
+
exports.A = void 0;
|
|
503
|
+
var _indexFull = __webpack_require__(56363);
|
|
504
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
505
|
+
var _default = exports.A = {
|
|
506
|
+
name: "KqInputNumber",
|
|
507
|
+
defaultComponent: _indexFull.ElInputNumber,
|
|
508
|
+
mixins: [_render.default],
|
|
509
|
+
setup(props, context) {
|
|
510
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
511
|
+
}
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
/***/ }),
|
|
515
|
+
|
|
516
|
+
/***/ 50154:
|
|
517
|
+
/***/ (function(module) {
|
|
518
|
+
|
|
519
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__50154__;
|
|
520
|
+
|
|
521
|
+
/***/ }),
|
|
522
|
+
|
|
523
|
+
/***/ 51078:
|
|
524
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
525
|
+
|
|
526
|
+
// ESM COMPAT FLAG
|
|
527
|
+
__webpack_require__.r(__webpack_exports__);
|
|
528
|
+
|
|
529
|
+
// EXPORTS
|
|
530
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
531
|
+
__esModule: function() { return /* reexport */ FormItemvue_type_script_lang_js/* __esModule */.B; },
|
|
532
|
+
"default": function() { return /* binding */ FormItem; }
|
|
533
|
+
});
|
|
534
|
+
|
|
535
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/form/FormItem.vue?vue&type=script&lang=js
|
|
536
|
+
var FormItemvue_type_script_lang_js = __webpack_require__(19000);
|
|
537
|
+
;// ./src/common/_ui/form/FormItem.vue?vue&type=script&lang=js
|
|
538
|
+
|
|
539
|
+
;// ./src/common/_ui/form/FormItem.vue
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
const __exports__ = FormItemvue_type_script_lang_js/* default */.A;
|
|
544
|
+
|
|
545
|
+
/* harmony default export */ var FormItem = (__exports__);
|
|
546
|
+
|
|
547
|
+
/***/ }),
|
|
548
|
+
|
|
549
|
+
/***/ 52330:
|
|
550
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
555
|
+
Object.defineProperty(exports, "B", ({
|
|
556
|
+
value: true
|
|
557
|
+
}));
|
|
558
|
+
exports.A = void 0;
|
|
559
|
+
var _indexFull = __webpack_require__(56363);
|
|
560
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
561
|
+
var _default = exports.A = {
|
|
562
|
+
name: "KqCollapseItem",
|
|
563
|
+
defaultComponent: _indexFull.ElCollapseItem,
|
|
564
|
+
mixins: [_render.default],
|
|
565
|
+
setup(props, context) {
|
|
566
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
567
|
+
}
|
|
568
|
+
};
|
|
569
|
+
|
|
570
|
+
/***/ }),
|
|
571
|
+
|
|
572
|
+
/***/ 54291:
|
|
573
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
578
|
+
Object.defineProperty(exports, "B", ({
|
|
579
|
+
value: true
|
|
580
|
+
}));
|
|
581
|
+
exports.A = void 0;
|
|
582
|
+
var _indexFull = __webpack_require__(56363);
|
|
583
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
584
|
+
var _default = exports.A = {
|
|
585
|
+
name: "KqRow",
|
|
586
|
+
defaultComponent: _indexFull.ElRow,
|
|
587
|
+
mixins: [_render.default],
|
|
588
|
+
setup(props, context) {
|
|
589
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
590
|
+
}
|
|
591
|
+
};
|
|
592
|
+
|
|
593
|
+
/***/ }),
|
|
594
|
+
|
|
595
|
+
/***/ 54759:
|
|
596
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
601
|
+
Object.defineProperty(exports, "B", ({
|
|
602
|
+
value: true
|
|
603
|
+
}));
|
|
604
|
+
exports.A = void 0;
|
|
605
|
+
var _indexFull = __webpack_require__(56363);
|
|
606
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
607
|
+
var _default = exports.A = {
|
|
608
|
+
name: "KqRadio",
|
|
609
|
+
defaultComponent: _indexFull.ElRadio,
|
|
610
|
+
mixins: [_render.default],
|
|
611
|
+
setup(props, context) {
|
|
612
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
613
|
+
}
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
/***/ }),
|
|
617
|
+
|
|
618
|
+
/***/ 54930:
|
|
619
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
624
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
625
|
+
value: true
|
|
626
|
+
}));
|
|
627
|
+
Object.defineProperty(exports, "KqCol", ({
|
|
628
|
+
enumerable: true,
|
|
629
|
+
get: function () {
|
|
630
|
+
return _Col.default;
|
|
631
|
+
}
|
|
632
|
+
}));
|
|
633
|
+
Object.defineProperty(exports, "KqRow", ({
|
|
634
|
+
enumerable: true,
|
|
635
|
+
get: function () {
|
|
636
|
+
return _Row.default;
|
|
637
|
+
}
|
|
638
|
+
}));
|
|
639
|
+
var _Row = _interopRequireDefault(__webpack_require__(71530));
|
|
640
|
+
var _Col = _interopRequireDefault(__webpack_require__(6822));
|
|
641
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
642
|
+
var _KqGIS = __webpack_require__(99602);
|
|
643
|
+
/*
|
|
644
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
645
|
+
* All rights reserved.
|
|
646
|
+
*/
|
|
647
|
+
|
|
648
|
+
_Row.default.install = (Vue, opts) => {
|
|
649
|
+
(0, _init.default)(Vue, opts);
|
|
650
|
+
Vue.component(_Row.default.name, _Row.default);
|
|
651
|
+
};
|
|
652
|
+
_Col.default.install = (Vue, opts) => {
|
|
653
|
+
(0, _init.default)(Vue, opts);
|
|
654
|
+
Vue.component(_Col.default.name, _Col.default);
|
|
655
|
+
};
|
|
656
|
+
_KqGIS.kq_npm_client_common_vue.KqRow = _Row.default;
|
|
657
|
+
_KqGIS.kq_npm_client_common_vue.KqCol = _Col.default;
|
|
658
|
+
|
|
659
|
+
/***/ }),
|
|
660
|
+
|
|
661
|
+
/***/ 55149:
|
|
662
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
667
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
668
|
+
value: true
|
|
669
|
+
}));
|
|
670
|
+
exports["default"] = void 0;
|
|
671
|
+
var _InputNumber = _interopRequireDefault(__webpack_require__(55772));
|
|
672
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
673
|
+
var _KqGIS = __webpack_require__(99602);
|
|
674
|
+
/*
|
|
675
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
676
|
+
* All rights reserved.
|
|
677
|
+
*/
|
|
678
|
+
|
|
679
|
+
_InputNumber.default.install = (Vue, opts) => {
|
|
680
|
+
(0, _init.default)(Vue, opts);
|
|
681
|
+
Vue.component(_InputNumber.default.name, _InputNumber.default);
|
|
682
|
+
};
|
|
683
|
+
var _default = exports["default"] = _InputNumber.default;
|
|
684
|
+
_KqGIS.kq_npm_client_common_vue.KqRadio = _InputNumber.default;
|
|
685
|
+
|
|
686
|
+
/***/ }),
|
|
687
|
+
|
|
688
|
+
/***/ 55772:
|
|
689
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
690
|
+
|
|
691
|
+
// ESM COMPAT FLAG
|
|
692
|
+
__webpack_require__.r(__webpack_exports__);
|
|
693
|
+
|
|
694
|
+
// EXPORTS
|
|
695
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
696
|
+
__esModule: function() { return /* reexport */ InputNumbervue_type_script_lang_js/* __esModule */.B; },
|
|
697
|
+
"default": function() { return /* binding */ InputNumber; }
|
|
698
|
+
});
|
|
699
|
+
|
|
700
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/inputnumber/InputNumber.vue?vue&type=script&lang=js
|
|
701
|
+
var InputNumbervue_type_script_lang_js = __webpack_require__(47415);
|
|
702
|
+
;// ./src/common/_ui/inputnumber/InputNumber.vue?vue&type=script&lang=js
|
|
703
|
+
|
|
704
|
+
;// ./src/common/_ui/inputnumber/InputNumber.vue
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
const __exports__ = InputNumbervue_type_script_lang_js/* default */.A;
|
|
709
|
+
|
|
710
|
+
/* harmony default export */ var InputNumber = (__exports__);
|
|
711
|
+
|
|
712
|
+
/***/ }),
|
|
713
|
+
|
|
714
|
+
/***/ 56363:
|
|
715
|
+
/***/ (function(module) {
|
|
716
|
+
|
|
717
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
718
|
+
|
|
719
|
+
/***/ }),
|
|
720
|
+
|
|
721
|
+
/***/ 61223:
|
|
722
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
727
|
+
Object.defineProperty(exports, "B", ({
|
|
728
|
+
value: true
|
|
729
|
+
}));
|
|
730
|
+
exports.A = void 0;
|
|
731
|
+
var _indexFull = __webpack_require__(56363);
|
|
732
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
733
|
+
var _default = exports.A = {
|
|
734
|
+
name: "KqCollapse",
|
|
735
|
+
defaultComponent: _indexFull.ElCollapse,
|
|
736
|
+
mixins: [_render.default],
|
|
737
|
+
setup(props, context) {
|
|
738
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
739
|
+
}
|
|
740
|
+
};
|
|
741
|
+
|
|
742
|
+
/***/ }),
|
|
743
|
+
|
|
744
|
+
/***/ 65698:
|
|
745
|
+
/***/ (function(module) {
|
|
746
|
+
|
|
747
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
748
|
+
|
|
749
|
+
/***/ }),
|
|
750
|
+
|
|
751
|
+
/***/ 68676:
|
|
752
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
757
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
758
|
+
value: true
|
|
759
|
+
}));
|
|
760
|
+
Object.defineProperty(exports, "KqButtonGroup", ({
|
|
761
|
+
enumerable: true,
|
|
762
|
+
get: function () {
|
|
763
|
+
return _Group.default;
|
|
764
|
+
}
|
|
765
|
+
}));
|
|
766
|
+
Object.defineProperty(exports, "default", ({
|
|
767
|
+
enumerable: true,
|
|
768
|
+
get: function () {
|
|
769
|
+
return _Button.default;
|
|
770
|
+
}
|
|
771
|
+
}));
|
|
772
|
+
var _Button = _interopRequireDefault(__webpack_require__(31885));
|
|
773
|
+
var _Group = _interopRequireDefault(__webpack_require__(39780));
|
|
774
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
775
|
+
var _KqGIS = __webpack_require__(99602);
|
|
776
|
+
/*
|
|
777
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
778
|
+
* All rights reserved.
|
|
779
|
+
*/
|
|
780
|
+
|
|
781
|
+
_Button.default.install = (Vue, opts) => {
|
|
782
|
+
(0, _init.default)(Vue, opts);
|
|
783
|
+
Vue.component(_Button.default.name, _Button.default);
|
|
784
|
+
Vue.component(_Group.default.name, _Group.default);
|
|
785
|
+
};
|
|
786
|
+
_KqGIS.kq_npm_client_common_vue.KqButton = _Button.default;
|
|
787
|
+
_KqGIS.kq_npm_client_common_vue.KqBreadcrumb = _Group.default;
|
|
788
|
+
|
|
789
|
+
/***/ }),
|
|
790
|
+
|
|
791
|
+
/***/ 71323:
|
|
792
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
797
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
798
|
+
value: true
|
|
799
|
+
}));
|
|
800
|
+
exports["default"] = void 0;
|
|
801
|
+
var _indexFull = __webpack_require__(56363);
|
|
802
|
+
var _KqGIS = __webpack_require__(99602);
|
|
803
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
804
|
+
/*
|
|
805
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
806
|
+
* All rights reserved.
|
|
807
|
+
*/
|
|
808
|
+
|
|
809
|
+
_indexFull.ElMessage.install = (Vue, opts) => {
|
|
810
|
+
(0, _init.default)(Vue, opts);
|
|
811
|
+
Vue.component("KqMessage", _indexFull.ElMessage);
|
|
812
|
+
};
|
|
813
|
+
var _default = exports["default"] = _indexFull.ElMessage;
|
|
814
|
+
_KqGIS.kq_npm_client_common_vue.KqMessage = _indexFull.ElMessage;
|
|
815
|
+
|
|
816
|
+
/***/ }),
|
|
817
|
+
|
|
818
|
+
/***/ 71530:
|
|
819
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
820
|
+
|
|
821
|
+
// ESM COMPAT FLAG
|
|
822
|
+
__webpack_require__.r(__webpack_exports__);
|
|
823
|
+
|
|
824
|
+
// EXPORTS
|
|
825
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
826
|
+
__esModule: function() { return /* reexport */ Rowvue_type_script_lang_js/* __esModule */.B; },
|
|
827
|
+
"default": function() { return /* binding */ Row; }
|
|
828
|
+
});
|
|
829
|
+
|
|
830
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/layout/Row.vue?vue&type=script&lang=js
|
|
831
|
+
var Rowvue_type_script_lang_js = __webpack_require__(54291);
|
|
832
|
+
;// ./src/common/_ui/layout/Row.vue?vue&type=script&lang=js
|
|
833
|
+
|
|
834
|
+
;// ./src/common/_ui/layout/Row.vue
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
const __exports__ = Rowvue_type_script_lang_js/* default */.A;
|
|
839
|
+
|
|
840
|
+
/* harmony default export */ var Row = (__exports__);
|
|
841
|
+
|
|
842
|
+
/***/ }),
|
|
843
|
+
|
|
844
|
+
/***/ 74383:
|
|
845
|
+
/***/ (function(module) {
|
|
846
|
+
|
|
847
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__74383__;
|
|
848
|
+
|
|
849
|
+
/***/ }),
|
|
850
|
+
|
|
851
|
+
/***/ 75797:
|
|
852
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
857
|
+
Object.defineProperty(exports, "B", ({
|
|
858
|
+
value: true
|
|
859
|
+
}));
|
|
860
|
+
exports.A = void 0;
|
|
861
|
+
var _indexFull = __webpack_require__(56363);
|
|
862
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
863
|
+
var _vue = __webpack_require__(50154);
|
|
864
|
+
var _default = exports.A = {
|
|
865
|
+
name: "KqForm",
|
|
866
|
+
defaultComponent: _indexFull.ElForm,
|
|
867
|
+
mixins: [_render.default],
|
|
868
|
+
setup(props, context) {
|
|
869
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
870
|
+
// ElForm.setup(props, context);
|
|
871
|
+
}
|
|
872
|
+
};
|
|
873
|
+
|
|
874
|
+
/***/ }),
|
|
875
|
+
|
|
876
|
+
/***/ 76238:
|
|
877
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
882
|
+
Object.defineProperty(exports, "B", ({
|
|
883
|
+
value: true
|
|
884
|
+
}));
|
|
885
|
+
exports.A = void 0;
|
|
886
|
+
var _indexFull = __webpack_require__(56363);
|
|
887
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
888
|
+
var _default = exports.A = {
|
|
889
|
+
name: "KqRadioGroup",
|
|
890
|
+
defaultComponent: _indexFull.ElRadioGroup,
|
|
891
|
+
mixins: [_render.default],
|
|
892
|
+
setup(props, context) {
|
|
893
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
894
|
+
}
|
|
895
|
+
};
|
|
896
|
+
|
|
897
|
+
/***/ }),
|
|
898
|
+
|
|
899
|
+
/***/ 79265:
|
|
900
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
905
|
+
Object.defineProperty(exports, "B", ({
|
|
906
|
+
value: true
|
|
907
|
+
}));
|
|
908
|
+
exports.A = void 0;
|
|
909
|
+
var _indexFull = __webpack_require__(56363);
|
|
910
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
911
|
+
var _default = exports.A = {
|
|
912
|
+
name: "KqCol",
|
|
913
|
+
defaultComponent: _indexFull.ElCol,
|
|
914
|
+
mixins: [_render.default],
|
|
915
|
+
setup(props, context) {
|
|
916
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
917
|
+
}
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
/***/ }),
|
|
921
|
+
|
|
922
|
+
/***/ 79875:
|
|
923
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
924
|
+
|
|
925
|
+
// ESM COMPAT FLAG
|
|
926
|
+
__webpack_require__.r(__webpack_exports__);
|
|
927
|
+
|
|
928
|
+
// EXPORTS
|
|
929
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
930
|
+
__esModule: function() { return /* reexport */ RadioGroupvue_type_script_lang_js/* __esModule */.B; },
|
|
931
|
+
"default": function() { return /* binding */ RadioGroup; }
|
|
932
|
+
});
|
|
933
|
+
|
|
934
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/radio/RadioGroup.vue?vue&type=script&lang=js
|
|
935
|
+
var RadioGroupvue_type_script_lang_js = __webpack_require__(76238);
|
|
936
|
+
;// ./src/common/_ui/radio/RadioGroup.vue?vue&type=script&lang=js
|
|
937
|
+
|
|
938
|
+
;// ./src/common/_ui/radio/RadioGroup.vue
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
const __exports__ = RadioGroupvue_type_script_lang_js/* default */.A;
|
|
943
|
+
|
|
944
|
+
/* harmony default export */ var RadioGroup = (__exports__);
|
|
945
|
+
|
|
946
|
+
/***/ }),
|
|
947
|
+
|
|
948
|
+
/***/ 79978:
|
|
949
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
950
|
+
|
|
951
|
+
// ESM COMPAT FLAG
|
|
952
|
+
__webpack_require__.r(__webpack_exports__);
|
|
953
|
+
|
|
954
|
+
// EXPORTS
|
|
955
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
956
|
+
__esModule: function() { return /* reexport */ Radiovue_type_script_lang_js/* __esModule */.B; },
|
|
957
|
+
"default": function() { return /* binding */ Radio; }
|
|
958
|
+
});
|
|
959
|
+
|
|
960
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/common/_ui/radio/Radio.vue?vue&type=script&lang=js
|
|
961
|
+
var Radiovue_type_script_lang_js = __webpack_require__(54759);
|
|
962
|
+
;// ./src/common/_ui/radio/Radio.vue?vue&type=script&lang=js
|
|
963
|
+
|
|
964
|
+
;// ./src/common/_ui/radio/Radio.vue
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
const __exports__ = Radiovue_type_script_lang_js/* default */.A;
|
|
969
|
+
|
|
970
|
+
/* harmony default export */ var Radio = (__exports__);
|
|
971
|
+
|
|
972
|
+
/***/ }),
|
|
973
|
+
|
|
974
|
+
/***/ 84234:
|
|
975
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
976
|
+
|
|
977
|
+
// ESM COMPAT FLAG
|
|
978
|
+
__webpack_require__.r(__webpack_exports__);
|
|
979
|
+
|
|
980
|
+
// EXPORTS
|
|
981
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
982
|
+
__esModule: function() { return /* reexport */ AirspaceGridOccupancyQueryvue_type_script_setup_true_lang_js/* __esModule */.B; },
|
|
983
|
+
"default": function() { return /* binding */ AirspaceGridOccupancyQuery; }
|
|
984
|
+
});
|
|
985
|
+
|
|
986
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-1.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/airspacegridoccupancyquery/AirspaceGridOccupancyQuery.vue?vue&type=script&setup=true&lang=js
|
|
987
|
+
var AirspaceGridOccupancyQueryvue_type_script_setup_true_lang_js = __webpack_require__(97957);
|
|
988
|
+
;// ./src/webgl/airspacegridoccupancyquery/AirspaceGridOccupancyQuery.vue?vue&type=script&setup=true&lang=js
|
|
989
|
+
|
|
990
|
+
;// ./src/webgl/airspacegridoccupancyquery/AirspaceGridOccupancyQuery.vue
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
const __exports__ = AirspaceGridOccupancyQueryvue_type_script_setup_true_lang_js/* default */.A;
|
|
995
|
+
|
|
996
|
+
/* harmony default export */ var AirspaceGridOccupancyQuery = (__exports__);
|
|
997
|
+
|
|
998
|
+
/***/ }),
|
|
999
|
+
|
|
1000
|
+
/***/ 88411:
|
|
1001
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
1006
|
+
Object.defineProperty(exports, "B", ({
|
|
1007
|
+
value: true
|
|
1008
|
+
}));
|
|
1009
|
+
exports.A = void 0;
|
|
1010
|
+
var _indexFull = __webpack_require__(56363);
|
|
1011
|
+
var _render = _interopRequireDefault(__webpack_require__(74383));
|
|
1012
|
+
var _default = exports.A = {
|
|
1013
|
+
name: "KqRadioButton",
|
|
1014
|
+
defaultComponent: _indexFull.ElRadioButton,
|
|
1015
|
+
mixins: [_render.default],
|
|
1016
|
+
setup(props, context) {
|
|
1017
|
+
_render.default.setup && _render.default.setup(props, context);
|
|
1018
|
+
}
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
/***/ }),
|
|
1022
|
+
|
|
1023
|
+
/***/ 90724:
|
|
1024
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
1029
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
1030
|
+
value: true
|
|
1031
|
+
}));
|
|
1032
|
+
exports["default"] = void 0;
|
|
1033
|
+
var _indexFull = __webpack_require__(56363);
|
|
1034
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
1035
|
+
var _KqGIS = __webpack_require__(99602);
|
|
1036
|
+
/*
|
|
1037
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1038
|
+
* All rights reserved.
|
|
1039
|
+
*/
|
|
1040
|
+
|
|
1041
|
+
_indexFull.ElLoading.install = (Vue, opts) => {
|
|
1042
|
+
(0, _init.default)(Vue, opts);
|
|
1043
|
+
Vue.component("KqLoading", _indexFull.ElLoading);
|
|
1044
|
+
Vue.directive("loading", _indexFull.ElLoading.directive);
|
|
1045
|
+
};
|
|
1046
|
+
var _default = exports["default"] = _indexFull.ElLoading;
|
|
1047
|
+
_KqGIS.kq_npm_client_common_vue.KqLoading = _indexFull.ElLoading;
|
|
1048
|
+
|
|
1049
|
+
/***/ }),
|
|
1050
|
+
|
|
1051
|
+
/***/ 91564:
|
|
1052
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
1057
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
1058
|
+
value: true
|
|
1059
|
+
}));
|
|
1060
|
+
exports["default"] = void 0;
|
|
1061
|
+
var _message = _interopRequireDefault(__webpack_require__(71323));
|
|
1062
|
+
var _loading = _interopRequireDefault(__webpack_require__(90724));
|
|
1063
|
+
var _useGlobalConfig = __webpack_require__(22686);
|
|
1064
|
+
class AirspaceGridOccupancyQueryViewModel {
|
|
1065
|
+
constructor(scenceView, options) {
|
|
1066
|
+
this._viewer = null;
|
|
1067
|
+
this._mapTarget = null;
|
|
1068
|
+
this._options = {};
|
|
1069
|
+
this._defaultOptions = {
|
|
1070
|
+
queryUrl: "",
|
|
1071
|
+
calcLevel: 23,
|
|
1072
|
+
heightType: "trueHeight",
|
|
1073
|
+
startHeight: 0,
|
|
1074
|
+
endHeight: 100,
|
|
1075
|
+
buffer: 0,
|
|
1076
|
+
merge: true
|
|
1077
|
+
};
|
|
1078
|
+
this._drawManager = null;
|
|
1079
|
+
this._language = null;
|
|
1080
|
+
this._htmlTag = null;
|
|
1081
|
+
this._clickGirdPrimitive = null;
|
|
1082
|
+
this._queryGrids = [];
|
|
1083
|
+
this._loading = null;
|
|
1084
|
+
const {
|
|
1085
|
+
locale
|
|
1086
|
+
} = (0, _useGlobalConfig.useLocale)();
|
|
1087
|
+
this._language = locale;
|
|
1088
|
+
this._options = Object.assign({}, this._defaultOptions, options);
|
|
1089
|
+
this._viewer = scenceView._viewer;
|
|
1090
|
+
this._drawManager = scenceView._drawManager;
|
|
1091
|
+
this._mapTarget = scenceView._viewerId || null;
|
|
1092
|
+
this._viewer.resolutionScale = 1;
|
|
1093
|
+
this._viewer.postProcessStages.fxaa.enabled = true;
|
|
1094
|
+
this._viewer.scene.logarithmicDepthBuffer = true;
|
|
1095
|
+
}
|
|
1096
|
+
start() {
|
|
1097
|
+
const that = this;
|
|
1098
|
+
const queryUrl = this._options.queryUrl || "";
|
|
1099
|
+
if (!queryUrl.trim()) {
|
|
1100
|
+
(0, _message.default)({
|
|
1101
|
+
message: that._language.value.webgl["gridOccupancyQueryUrlEmpty"] || "请配置查询服务地址",
|
|
1102
|
+
type: "warning"
|
|
1103
|
+
});
|
|
1104
|
+
return;
|
|
1105
|
+
}
|
|
1106
|
+
const startH = Number(this._options.startHeight);
|
|
1107
|
+
const endH = Number(this._options.endHeight);
|
|
1108
|
+
if (!isNaN(startH) && !isNaN(endH) && startH > endH) {
|
|
1109
|
+
(0, _message.default)({
|
|
1110
|
+
message: that._language.value.webgl["airspaceGridOccupancyQueryHeightError"] || "起始高度不能大于结束高度",
|
|
1111
|
+
type: "error"
|
|
1112
|
+
});
|
|
1113
|
+
return;
|
|
1114
|
+
}
|
|
1115
|
+
this.removeData();
|
|
1116
|
+
if (!this._drawManager) return;
|
|
1117
|
+
this._drawManager.startDraw("rectangle", {
|
|
1118
|
+
fill: true,
|
|
1119
|
+
clampToGround: false
|
|
1120
|
+
}, (feature, {
|
|
1121
|
+
shape
|
|
1122
|
+
}) => {
|
|
1123
|
+
if (!shape || !shape.groupName || shape.groupName !== "AirspaceGridOccupancyQueryDraw") return;
|
|
1124
|
+
that.showAirspaceGridOccupancyQuery(shape);
|
|
1125
|
+
that._drawManager.clearDrawGroup("AirspaceGridOccupancyQueryDraw");
|
|
1126
|
+
}, "AirspaceGridOccupancyQueryDraw");
|
|
1127
|
+
}
|
|
1128
|
+
showAirspaceGridOccupancyQuery(shape) {
|
|
1129
|
+
this.removeData();
|
|
1130
|
+
const that = this;
|
|
1131
|
+
const queryUrl = this._options.queryUrl || "";
|
|
1132
|
+
const level = this._options.calcLevel || 23;
|
|
1133
|
+
const startHeight = this._options.startHeight || 0;
|
|
1134
|
+
const endHeight = this._options.endHeight || 100;
|
|
1135
|
+
const buffer = this._options.buffer || 0;
|
|
1136
|
+
const merge = this._options.merge !== undefined ? this._options.merge : true;
|
|
1137
|
+
const minLon = shape.rectangle.west / Math.PI * 180;
|
|
1138
|
+
const maxLon = shape.rectangle.east / Math.PI * 180;
|
|
1139
|
+
const minLat = shape.rectangle.south / Math.PI * 180;
|
|
1140
|
+
const maxLat = shape.rectangle.north / Math.PI * 180;
|
|
1141
|
+
const queryCoordinates = [[[minLon, minLat], [minLon, maxLat], [maxLon, maxLat], [maxLon, minLat], [minLon, minLat]]];
|
|
1142
|
+
|
|
1143
|
+
// 客户端计算矩形范围内的三维网格编码列表,用作轮廓打底
|
|
1144
|
+
const codeList = Module.calcGeoSotGBCode3DListOfRectZ(minLon, minLat, startHeight, maxLon, maxLat, endHeight, level - 1);
|
|
1145
|
+
this.drawGridsOutlineFromCodeList(codeList, Cesium.Color.GREEN.withAlpha(0.3));
|
|
1146
|
+
const body = {
|
|
1147
|
+
geom: {
|
|
1148
|
+
type: "FeatureCollection",
|
|
1149
|
+
features: [{
|
|
1150
|
+
type: "Feature",
|
|
1151
|
+
properties: {},
|
|
1152
|
+
geometry: {
|
|
1153
|
+
type: "Polygon",
|
|
1154
|
+
coordinates: queryCoordinates
|
|
1155
|
+
}
|
|
1156
|
+
}]
|
|
1157
|
+
},
|
|
1158
|
+
height: [Number(startHeight), Number(endHeight)],
|
|
1159
|
+
buffer: Number(buffer),
|
|
1160
|
+
level: Number(level),
|
|
1161
|
+
merge: merge
|
|
1162
|
+
};
|
|
1163
|
+
this._showLoading();
|
|
1164
|
+
fetch(queryUrl + "/airspaceOccupyRegion", {
|
|
1165
|
+
method: "POST",
|
|
1166
|
+
headers: {
|
|
1167
|
+
"Content-Type": "application/json"
|
|
1168
|
+
},
|
|
1169
|
+
body: JSON.stringify(body)
|
|
1170
|
+
}).then(response => {
|
|
1171
|
+
if (!response.ok) throw new Error("Network response was not ok");
|
|
1172
|
+
return response.json();
|
|
1173
|
+
}).then(data => {
|
|
1174
|
+
that._hideLoading();
|
|
1175
|
+
if (data.code === 200) {
|
|
1176
|
+
if (data.content) {
|
|
1177
|
+
const results = data.content;
|
|
1178
|
+
let hasResult = false;
|
|
1179
|
+
|
|
1180
|
+
// 按类型绘制占用网格(不同类型不同颜色)
|
|
1181
|
+
for (const key in results) {
|
|
1182
|
+
const typeCodes = results[key];
|
|
1183
|
+
if (typeCodes && typeCodes.length > 0) {
|
|
1184
|
+
hasResult = true;
|
|
1185
|
+
const alpha = key === "BASIC_BUILDINGS" ? 0.1 : 0.8;
|
|
1186
|
+
that.drawGridsFromCodeList(typeCodes, Cesium.Color.RED.withAlpha(alpha));
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
}).catch(error => {
|
|
1192
|
+
that._hideLoading();
|
|
1193
|
+
console.error("Airspace grid occupancy query error:", error);
|
|
1194
|
+
(0, _message.default)({
|
|
1195
|
+
message: that._language.value.webgl["gridOccupancyQueryFailed"] || "查询失败",
|
|
1196
|
+
type: "error"
|
|
1197
|
+
});
|
|
1198
|
+
});
|
|
1199
|
+
}
|
|
1200
|
+
drawGridsFromCodeList(codeList, color) {
|
|
1201
|
+
let instances = [];
|
|
1202
|
+
for (let i = 0; i < codeList.length; i++) {
|
|
1203
|
+
const code = codeList[i];
|
|
1204
|
+
const index = (code.length + 1) / 2;
|
|
1205
|
+
const grid = Module.decodeGeoSotGBCodeToBox(code.substring(0, index), code.substring(index));
|
|
1206
|
+
if (grid) {
|
|
1207
|
+
if (grid.minx < -180) grid.minx = -180;
|
|
1208
|
+
if (grid.maxx > 180) grid.maxx = 180;
|
|
1209
|
+
if (grid.miny < -90) grid.miny = -90;
|
|
1210
|
+
if (grid.maxy > 90) grid.maxy = 90;
|
|
1211
|
+
const minLon = Math.min(grid.minx, grid.maxx);
|
|
1212
|
+
const minLat = Math.min(grid.miny, grid.maxy);
|
|
1213
|
+
const maxLon = Math.max(grid.minx, grid.maxx);
|
|
1214
|
+
const maxLat = Math.max(grid.miny, grid.maxy);
|
|
1215
|
+
const minz = grid.minz;
|
|
1216
|
+
const maxz = grid.maxz;
|
|
1217
|
+
const rectangle = new Cesium.RectangleGeometry({
|
|
1218
|
+
ellipsoid: Cesium.Ellipsoid.WGS84,
|
|
1219
|
+
rectangle: Cesium.Rectangle.fromDegrees(minLon, minLat, maxLon, maxLat),
|
|
1220
|
+
height: minz,
|
|
1221
|
+
extrudedHeight: maxz
|
|
1222
|
+
});
|
|
1223
|
+
instances.push(new Cesium.GeometryInstance({
|
|
1224
|
+
geometry: rectangle
|
|
1225
|
+
}));
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
if (instances.length > 0) {
|
|
1229
|
+
const primitive = this._viewer.scene.primitives.add(new Cesium.Primitive({
|
|
1230
|
+
geometryInstances: instances,
|
|
1231
|
+
appearance: new Cesium.MaterialAppearance({
|
|
1232
|
+
flat: true,
|
|
1233
|
+
translucent: false,
|
|
1234
|
+
material: new Cesium.Material({
|
|
1235
|
+
fabric: {
|
|
1236
|
+
type: "Color",
|
|
1237
|
+
uniforms: {
|
|
1238
|
+
color: color
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
}),
|
|
1242
|
+
renderState: {
|
|
1243
|
+
depthTest: {
|
|
1244
|
+
enabled: true
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
}),
|
|
1248
|
+
cull: false,
|
|
1249
|
+
asynchronous: false
|
|
1250
|
+
}));
|
|
1251
|
+
this._queryGrids.push(primitive);
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
drawGridsOutlineFromCodeList(codeList, color) {
|
|
1255
|
+
const outlineColor = Cesium.ColorGeometryInstanceAttribute.fromColor(color);
|
|
1256
|
+
const instances = [];
|
|
1257
|
+
const size = codeList.size ? codeList.size() : codeList.length;
|
|
1258
|
+
for (let i = 0; i < size; i++) {
|
|
1259
|
+
const code = codeList.get ? codeList.get(i) : codeList[i];
|
|
1260
|
+
const index = (code.length + 1) / 2;
|
|
1261
|
+
const grid = Module.decodeGeoSotGBCode3DToBox ? Module.decodeGeoSotGBCode3DToBox(code) : Module.decodeGeoSotGBCodeToBox(code.substring(0, index), code.substring(index));
|
|
1262
|
+
if (grid) {
|
|
1263
|
+
if (grid.minx < -180) grid.minx = -180;
|
|
1264
|
+
if (grid.maxx > 180) grid.maxx = 180;
|
|
1265
|
+
if (grid.miny < -90) grid.miny = -90;
|
|
1266
|
+
if (grid.maxy > 90) grid.maxy = 90;
|
|
1267
|
+
const minLon = Math.min(grid.minx, grid.maxx);
|
|
1268
|
+
const minLat = Math.min(grid.miny, grid.maxy);
|
|
1269
|
+
const maxLon = Math.max(grid.minx, grid.maxx);
|
|
1270
|
+
const maxLat = Math.max(grid.miny, grid.maxy);
|
|
1271
|
+
const minz = grid.minz;
|
|
1272
|
+
const maxz = grid.maxz;
|
|
1273
|
+
const outline = new Cesium.RectangleOutlineGeometry({
|
|
1274
|
+
ellipsoid: Cesium.Ellipsoid.WGS84,
|
|
1275
|
+
rectangle: Cesium.Rectangle.fromDegrees(minLon, minLat, maxLon, maxLat),
|
|
1276
|
+
height: minz,
|
|
1277
|
+
extrudedHeight: maxz
|
|
1278
|
+
});
|
|
1279
|
+
instances.push(new Cesium.GeometryInstance({
|
|
1280
|
+
geometry: outline,
|
|
1281
|
+
attributes: {
|
|
1282
|
+
color: outlineColor
|
|
1283
|
+
}
|
|
1284
|
+
}));
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
if (instances.length > 0) {
|
|
1288
|
+
const primitive = this._viewer.scene.primitives.add(new Cesium.Primitive({
|
|
1289
|
+
geometryInstances: instances,
|
|
1290
|
+
appearance: new Cesium.PerInstanceColorAppearance({
|
|
1291
|
+
flat: true,
|
|
1292
|
+
renderState: {
|
|
1293
|
+
lineWidth: Math.min(1.0, this._viewer.scene.maximumAliasedLineWidth)
|
|
1294
|
+
}
|
|
1295
|
+
}),
|
|
1296
|
+
cull: false,
|
|
1297
|
+
asynchronous: false
|
|
1298
|
+
}));
|
|
1299
|
+
this._queryGrids.push(primitive);
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
_showLoading() {
|
|
1303
|
+
this._loading = _loading.default.service({
|
|
1304
|
+
lock: true,
|
|
1305
|
+
text: "Loading",
|
|
1306
|
+
background: "rgba(0, 0, 0, 0.7)",
|
|
1307
|
+
target: this._mapTarget ? document.getElementById(this._mapTarget) : null
|
|
1308
|
+
});
|
|
1309
|
+
}
|
|
1310
|
+
_hideLoading() {
|
|
1311
|
+
if (this._loading) {
|
|
1312
|
+
this._loading.close();
|
|
1313
|
+
this._loading = null;
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
setQueryUrl(val) {
|
|
1317
|
+
this._options.queryUrl = val;
|
|
1318
|
+
}
|
|
1319
|
+
setCalcLevel(val) {
|
|
1320
|
+
this._options.calcLevel = Number(val);
|
|
1321
|
+
}
|
|
1322
|
+
setHeightType(val) {
|
|
1323
|
+
this._options.heightType = val;
|
|
1324
|
+
}
|
|
1325
|
+
setStartHeight(val) {
|
|
1326
|
+
this._options.startHeight = Number(val);
|
|
1327
|
+
}
|
|
1328
|
+
setEndHeight(val) {
|
|
1329
|
+
this._options.endHeight = Number(val);
|
|
1330
|
+
}
|
|
1331
|
+
removeData() {
|
|
1332
|
+
if (this._htmlTag) {
|
|
1333
|
+
this._htmlTag.destroy();
|
|
1334
|
+
this._htmlTag = null;
|
|
1335
|
+
}
|
|
1336
|
+
if (this._queryGrids && this._queryGrids.length > 0) {
|
|
1337
|
+
for (let i = 0; i < this._queryGrids.length; i++) {
|
|
1338
|
+
this._viewer.scene.primitives.remove(this._queryGrids[i]);
|
|
1339
|
+
}
|
|
1340
|
+
this._queryGrids = [];
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
clear() {
|
|
1344
|
+
this.removeData();
|
|
1345
|
+
this._hideLoading();
|
|
1346
|
+
this._drawManager?.stopDraw();
|
|
1347
|
+
this._drawManager?.clearDrawGroup("AirspaceGridOccupancyQueryDraw");
|
|
1348
|
+
}
|
|
1349
|
+
destroy() {
|
|
1350
|
+
this.clear();
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
exports["default"] = AirspaceGridOccupancyQueryViewModel;
|
|
1354
|
+
|
|
1355
|
+
/***/ }),
|
|
1356
|
+
|
|
1357
|
+
/***/ 95765:
|
|
1358
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
1363
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
1364
|
+
value: true
|
|
1365
|
+
}));
|
|
1366
|
+
exports["default"] = void 0;
|
|
1367
|
+
var _Slider = _interopRequireDefault(__webpack_require__(28238));
|
|
1368
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
1369
|
+
var _KqGIS = __webpack_require__(99602);
|
|
1370
|
+
/*
|
|
1371
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1372
|
+
* All rights reserved.
|
|
1373
|
+
*/
|
|
1374
|
+
|
|
1375
|
+
_Slider.default.install = (Vue, opts) => {
|
|
1376
|
+
(0, _init.default)(Vue, opts);
|
|
1377
|
+
Vue.component(_Slider.default.name, _Slider.default);
|
|
1378
|
+
};
|
|
1379
|
+
var _default = exports["default"] = _Slider.default;
|
|
1380
|
+
_KqGIS.kq_npm_client_common_vue.KqSlider = _Slider.default;
|
|
1381
|
+
|
|
1382
|
+
/***/ }),
|
|
1383
|
+
|
|
1384
|
+
/***/ 97957:
|
|
1385
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
1390
|
+
Object.defineProperty(exports, "B", ({
|
|
1391
|
+
value: true
|
|
1392
|
+
}));
|
|
1393
|
+
exports.A = void 0;
|
|
1394
|
+
var _vue = __webpack_require__(50154);
|
|
1395
|
+
var _gisUtils = __webpack_require__(20064);
|
|
1396
|
+
var _client_icons_vue = __webpack_require__(65698);
|
|
1397
|
+
var _AirspaceGridOccupancyQueryViewModel = _interopRequireDefault(__webpack_require__(91564));
|
|
1398
|
+
var _message = _interopRequireDefault(__webpack_require__(71323));
|
|
1399
|
+
var _util = __webpack_require__(42975);
|
|
1400
|
+
var _useGlobalConfig = __webpack_require__(22686);
|
|
1401
|
+
var _button = _interopRequireDefault(__webpack_require__(68676));
|
|
1402
|
+
var _form = _interopRequireWildcard(__webpack_require__(39466));
|
|
1403
|
+
var _layout = __webpack_require__(54930);
|
|
1404
|
+
var _collapse = _interopRequireWildcard(__webpack_require__(41219));
|
|
1405
|
+
var _inputnumber = _interopRequireDefault(__webpack_require__(55149));
|
|
1406
|
+
var _slider = _interopRequireDefault(__webpack_require__(95765));
|
|
1407
|
+
var _radio = _interopRequireWildcard(__webpack_require__(12319));
|
|
1408
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
1409
|
+
const _hoisted_1 = {
|
|
1410
|
+
class: "kq3d-airspace-grid-occupancy-query-box"
|
|
1411
|
+
};
|
|
1412
|
+
const _hoisted_2 = {
|
|
1413
|
+
class: "kq3d-airspace-grid-occupancy-query-footer"
|
|
1414
|
+
};
|
|
1415
|
+
const __default__ = {
|
|
1416
|
+
name: "Kq3dAirspaceGridOccupancyQuery"
|
|
1417
|
+
};
|
|
1418
|
+
var _default = exports.A = /*@__PURE__*/Object.assign(__default__, {
|
|
1419
|
+
props: {
|
|
1420
|
+
mapTarget: {
|
|
1421
|
+
type: String
|
|
1422
|
+
},
|
|
1423
|
+
settingParams: {
|
|
1424
|
+
type: Object
|
|
1425
|
+
},
|
|
1426
|
+
showShadow: {
|
|
1427
|
+
type: Boolean,
|
|
1428
|
+
default: true
|
|
1429
|
+
},
|
|
1430
|
+
position: [String, Object],
|
|
1431
|
+
showHeaderTemp: {
|
|
1432
|
+
type: Boolean,
|
|
1433
|
+
default: false
|
|
1434
|
+
},
|
|
1435
|
+
isCollapseHeaderTemp: {
|
|
1436
|
+
type: Boolean,
|
|
1437
|
+
default: false
|
|
1438
|
+
},
|
|
1439
|
+
headerTempTitle: {
|
|
1440
|
+
type: String
|
|
1441
|
+
},
|
|
1442
|
+
headerTempIcon: {
|
|
1443
|
+
type: [Object, String],
|
|
1444
|
+
default: _client_icons_vue.IconGridCode
|
|
1445
|
+
},
|
|
1446
|
+
isRight: {
|
|
1447
|
+
type: Boolean,
|
|
1448
|
+
default: true
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
setup(__props, {
|
|
1452
|
+
expose: __expose
|
|
1453
|
+
}) {
|
|
1454
|
+
const {
|
|
1455
|
+
lang,
|
|
1456
|
+
locale
|
|
1457
|
+
} = (0, _useGlobalConfig.useLocale)();
|
|
1458
|
+
const props = __props;
|
|
1459
|
+
const {
|
|
1460
|
+
settingParams = {}
|
|
1461
|
+
} = props || {};
|
|
1462
|
+
let formItem = (0, _vue.reactive)({
|
|
1463
|
+
collapseValue: settingParams.collapseValue === "" ? "" : settingParams.collapseValue ?? "setting",
|
|
1464
|
+
queryUrl: settingParams.queryUrl ?? "",
|
|
1465
|
+
calcLevel: settingParams.calcLevel ?? 23,
|
|
1466
|
+
heightType: settingParams.heightType ?? "trueHeight",
|
|
1467
|
+
startHeight: settingParams.startHeight ?? 0,
|
|
1468
|
+
endHeight: settingParams.endHeight ?? 100
|
|
1469
|
+
});
|
|
1470
|
+
let viewModel = null;
|
|
1471
|
+
let boxRef = (0, _vue.ref)(null);
|
|
1472
|
+
let headerTemp = (0, _vue.ref)();
|
|
1473
|
+
let headerTempRef = (0, _vue.ref)();
|
|
1474
|
+
(0, _vue.onMounted)(() => {
|
|
1475
|
+
(0, _util.updatePosition)(boxRef.value, props);
|
|
1476
|
+
(0, _vue.watch)(() => props.position, (newVal, oldVal) => {
|
|
1477
|
+
(0, _util.updatePosition)(boxRef.value, props);
|
|
1478
|
+
});
|
|
1479
|
+
watchCreateHeaderTemp();
|
|
1480
|
+
(0, _vue.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
1481
|
+
(0, _vue.nextTick)(() => {
|
|
1482
|
+
watchCreateHeaderTemp();
|
|
1483
|
+
});
|
|
1484
|
+
});
|
|
1485
|
+
_gisUtils.utils.getWebMap(props.mapTarget, scenceView => {
|
|
1486
|
+
if (scenceView) {
|
|
1487
|
+
viewModel = new _AirspaceGridOccupancyQueryViewModel.default(scenceView, formItem);
|
|
1488
|
+
}
|
|
1489
|
+
});
|
|
1490
|
+
});
|
|
1491
|
+
const watchCreateHeaderTemp = () => {
|
|
1492
|
+
if (props.showHeaderTemp) {
|
|
1493
|
+
headerTemp.value = (0, _util.createHeaderTemp)(boxRef.value, (0, _vue.toRefs)(props), headerTempRef, "webgl.airspaceGridOccupancyQuery");
|
|
1494
|
+
}
|
|
1495
|
+
};
|
|
1496
|
+
function paramsChanged(key) {
|
|
1497
|
+
if (!viewModel) return;
|
|
1498
|
+
if (key === "startHeight" || key === "endHeight") {
|
|
1499
|
+
const startH = Number(formItem.startHeight);
|
|
1500
|
+
const endH = Number(formItem.endHeight);
|
|
1501
|
+
if (!isNaN(startH) && !isNaN(endH) && startH > endH) {
|
|
1502
|
+
(0, _message.default)({
|
|
1503
|
+
message: locale.value.webgl["airspaceGridOccupancyQueryHeightError"] || "起始高度不能大于结束高度",
|
|
1504
|
+
type: "error"
|
|
1505
|
+
});
|
|
1506
|
+
return;
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
switch (key) {
|
|
1510
|
+
case "queryUrl":
|
|
1511
|
+
viewModel.setQueryUrl(formItem.queryUrl);
|
|
1512
|
+
break;
|
|
1513
|
+
case "calcLevel":
|
|
1514
|
+
viewModel.setCalcLevel(formItem.calcLevel);
|
|
1515
|
+
break;
|
|
1516
|
+
case "heightType":
|
|
1517
|
+
viewModel.setHeightType(formItem.heightType);
|
|
1518
|
+
break;
|
|
1519
|
+
case "startHeight":
|
|
1520
|
+
viewModel.setStartHeight(formItem.startHeight);
|
|
1521
|
+
break;
|
|
1522
|
+
case "endHeight":
|
|
1523
|
+
viewModel.setEndHeight(formItem.endHeight);
|
|
1524
|
+
break;
|
|
1525
|
+
default:
|
|
1526
|
+
break;
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
function query() {
|
|
1530
|
+
let startH = Number(formItem.startHeight);
|
|
1531
|
+
let endH = Number(formItem.endHeight);
|
|
1532
|
+
if (isNaN(startH) || isNaN(endH)) {
|
|
1533
|
+
(0, _message.default)({
|
|
1534
|
+
message: locale.value.webgl["airspaceGridOccupancyQueryHeightError"] || "高度值必须为数字",
|
|
1535
|
+
type: "error"
|
|
1536
|
+
});
|
|
1537
|
+
return;
|
|
1538
|
+
}
|
|
1539
|
+
if (startH > endH) {
|
|
1540
|
+
(0, _message.default)({
|
|
1541
|
+
message: locale.value.webgl["airspaceGridOccupancyQueryHeightError"] || "起始高度不能大于结束高度",
|
|
1542
|
+
type: "error"
|
|
1543
|
+
});
|
|
1544
|
+
return;
|
|
1545
|
+
}
|
|
1546
|
+
viewModel && viewModel.start();
|
|
1547
|
+
}
|
|
1548
|
+
function clearResult() {
|
|
1549
|
+
viewModel && viewModel.clear();
|
|
1550
|
+
}
|
|
1551
|
+
(0, _vue.onBeforeUnmount)(() => {
|
|
1552
|
+
viewModel && viewModel.destroy();
|
|
1553
|
+
});
|
|
1554
|
+
__expose({
|
|
1555
|
+
paramsChanged,
|
|
1556
|
+
query,
|
|
1557
|
+
clearResult
|
|
1558
|
+
});
|
|
1559
|
+
return (_ctx, _cache) => {
|
|
1560
|
+
return (0, _vue.openBlock)(), (0, _vue.createElementBlock)("section", {
|
|
1561
|
+
class: (0, _vue.normalizeClass)(["kq3d-airspace-grid-occupancy-query", {
|
|
1562
|
+
'kq-box-shadow': __props.showShadow
|
|
1563
|
+
}]),
|
|
1564
|
+
ref_key: "boxRef",
|
|
1565
|
+
ref: boxRef
|
|
1566
|
+
}, [__props.showHeaderTemp ? ((0, _vue.openBlock)(), (0, _vue.createBlock)((0, _vue.resolveDynamicComponent)((0, _vue.unref)(headerTemp)), {
|
|
1567
|
+
key: 0,
|
|
1568
|
+
ref_key: "headerTempRef",
|
|
1569
|
+
ref: headerTempRef
|
|
1570
|
+
}, null, 512 /* NEED_PATCH */)) : (0, _vue.createCommentVNode)("v-if", true), (0, _vue.createElementVNode)("div", _hoisted_1, [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), {
|
|
1571
|
+
class: "kq3d-airspace-grid-occupancy-query-tip"
|
|
1572
|
+
}, {
|
|
1573
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createElementVNode)("p", null, (0, _vue.toDisplayString)((0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryTips), 1 /* TEXT */)]),
|
|
1574
|
+
_: 1 /* STABLE */
|
|
1575
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_collapse.default), {
|
|
1576
|
+
"model-value": (0, _vue.unref)(formItem).collapseValue
|
|
1577
|
+
}, {
|
|
1578
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_collapse.KqCollapseItem), {
|
|
1579
|
+
title: (0, _vue.unref)(locale).webgl.analysisSettings,
|
|
1580
|
+
name: "setting"
|
|
1581
|
+
}, {
|
|
1582
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_form.default), {
|
|
1583
|
+
"label-width": "110px",
|
|
1584
|
+
"label-position": "left"
|
|
1585
|
+
}, {
|
|
1586
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), null, {
|
|
1587
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_form.KqFormItem), {
|
|
1588
|
+
label: (0, _vue.unref)(locale).webgl.gridOccupancyQueryCalcLevel
|
|
1589
|
+
}, {
|
|
1590
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), {
|
|
1591
|
+
style: {
|
|
1592
|
+
"display": "flex"
|
|
1593
|
+
}
|
|
1594
|
+
}, {
|
|
1595
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqCol), {
|
|
1596
|
+
span: 16
|
|
1597
|
+
}, {
|
|
1598
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_slider.default), {
|
|
1599
|
+
modelValue: (0, _vue.unref)(formItem).calcLevel,
|
|
1600
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0, _vue.unref)(formItem).calcLevel = $event),
|
|
1601
|
+
step: 1,
|
|
1602
|
+
min: 1,
|
|
1603
|
+
max: 30,
|
|
1604
|
+
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('calcLevel'))
|
|
1605
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1606
|
+
_: 1 /* STABLE */
|
|
1607
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_layout.KqCol), {
|
|
1608
|
+
span: 8
|
|
1609
|
+
}, {
|
|
1610
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_inputnumber.default), {
|
|
1611
|
+
modelValue: (0, _vue.unref)(formItem).calcLevel,
|
|
1612
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0, _vue.unref)(formItem).calcLevel = $event),
|
|
1613
|
+
step: 1,
|
|
1614
|
+
min: 1,
|
|
1615
|
+
max: 30,
|
|
1616
|
+
"controls-position": "right",
|
|
1617
|
+
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('calcLevel'))
|
|
1618
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1619
|
+
_: 1 /* STABLE */
|
|
1620
|
+
})]),
|
|
1621
|
+
_: 1 /* STABLE */
|
|
1622
|
+
})]),
|
|
1623
|
+
_: 1 /* STABLE */
|
|
1624
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1625
|
+
_: 1 /* STABLE */
|
|
1626
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), null, {
|
|
1627
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_form.KqFormItem), {
|
|
1628
|
+
label: (0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryHeightType
|
|
1629
|
+
}, {
|
|
1630
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_radio.KqRadioGroup), {
|
|
1631
|
+
modelValue: (0, _vue.unref)(formItem).heightType,
|
|
1632
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0, _vue.unref)(formItem).heightType = $event),
|
|
1633
|
+
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('heightType'))
|
|
1634
|
+
}, {
|
|
1635
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_radio.default), {
|
|
1636
|
+
label: 'trueHeight'
|
|
1637
|
+
}, {
|
|
1638
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createTextVNode)((0, _vue.toDisplayString)((0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryTrueHeight), 1 /* TEXT */)]),
|
|
1639
|
+
_: 1 /* STABLE */
|
|
1640
|
+
})]),
|
|
1641
|
+
_: 1 /* STABLE */
|
|
1642
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1643
|
+
_: 1 /* STABLE */
|
|
1644
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1645
|
+
_: 1 /* STABLE */
|
|
1646
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), null, {
|
|
1647
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_form.KqFormItem), {
|
|
1648
|
+
label: (0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryStartHeight
|
|
1649
|
+
}, {
|
|
1650
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), {
|
|
1651
|
+
style: {
|
|
1652
|
+
"display": "flex"
|
|
1653
|
+
}
|
|
1654
|
+
}, {
|
|
1655
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqCol), {
|
|
1656
|
+
span: 16
|
|
1657
|
+
}, {
|
|
1658
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_slider.default), {
|
|
1659
|
+
modelValue: (0, _vue.unref)(formItem).startHeight,
|
|
1660
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0, _vue.unref)(formItem).startHeight = $event),
|
|
1661
|
+
step: 1,
|
|
1662
|
+
min: 0,
|
|
1663
|
+
max: 1000,
|
|
1664
|
+
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('startHeight'))
|
|
1665
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1666
|
+
_: 1 /* STABLE */
|
|
1667
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_layout.KqCol), {
|
|
1668
|
+
span: 8
|
|
1669
|
+
}, {
|
|
1670
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_inputnumber.default), {
|
|
1671
|
+
modelValue: (0, _vue.unref)(formItem).startHeight,
|
|
1672
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0, _vue.unref)(formItem).startHeight = $event),
|
|
1673
|
+
min: 0,
|
|
1674
|
+
max: 1000,
|
|
1675
|
+
step: 1,
|
|
1676
|
+
"controls-position": "right",
|
|
1677
|
+
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('startHeight'))
|
|
1678
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1679
|
+
_: 1 /* STABLE */
|
|
1680
|
+
})]),
|
|
1681
|
+
_: 1 /* STABLE */
|
|
1682
|
+
})]),
|
|
1683
|
+
_: 1 /* STABLE */
|
|
1684
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1685
|
+
_: 1 /* STABLE */
|
|
1686
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), null, {
|
|
1687
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_form.KqFormItem), {
|
|
1688
|
+
label: (0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryEndHeight
|
|
1689
|
+
}, {
|
|
1690
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqRow), {
|
|
1691
|
+
style: {
|
|
1692
|
+
"display": "flex"
|
|
1693
|
+
}
|
|
1694
|
+
}, {
|
|
1695
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_layout.KqCol), {
|
|
1696
|
+
span: 16
|
|
1697
|
+
}, {
|
|
1698
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_slider.default), {
|
|
1699
|
+
modelValue: (0, _vue.unref)(formItem).endHeight,
|
|
1700
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0, _vue.unref)(formItem).endHeight = $event),
|
|
1701
|
+
step: 1,
|
|
1702
|
+
min: 0,
|
|
1703
|
+
max: 1000,
|
|
1704
|
+
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('endHeight'))
|
|
1705
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1706
|
+
_: 1 /* STABLE */
|
|
1707
|
+
}), (0, _vue.createVNode)((0, _vue.unref)(_layout.KqCol), {
|
|
1708
|
+
span: 8
|
|
1709
|
+
}, {
|
|
1710
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createVNode)((0, _vue.unref)(_inputnumber.default), {
|
|
1711
|
+
modelValue: (0, _vue.unref)(formItem).endHeight,
|
|
1712
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0, _vue.unref)(formItem).endHeight = $event),
|
|
1713
|
+
min: 0,
|
|
1714
|
+
max: 1000,
|
|
1715
|
+
step: 1,
|
|
1716
|
+
"controls-position": "right",
|
|
1717
|
+
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('endHeight'))
|
|
1718
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1719
|
+
_: 1 /* STABLE */
|
|
1720
|
+
})]),
|
|
1721
|
+
_: 1 /* STABLE */
|
|
1722
|
+
})]),
|
|
1723
|
+
_: 1 /* STABLE */
|
|
1724
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1725
|
+
_: 1 /* STABLE */
|
|
1726
|
+
})]),
|
|
1727
|
+
_: 1 /* STABLE */
|
|
1728
|
+
})]),
|
|
1729
|
+
_: 1 /* STABLE */
|
|
1730
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1731
|
+
_: 1 /* STABLE */
|
|
1732
|
+
}, 8 /* PROPS */, ["model-value"]), (0, _vue.createElementVNode)("div", _hoisted_2, [(0, _vue.createVNode)((0, _vue.unref)(_button.default), {
|
|
1733
|
+
onClick: _cache[14] || (_cache[14] = (0, _vue.withModifiers)($event => query(), ["stop"])),
|
|
1734
|
+
title: (0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryStart,
|
|
1735
|
+
type: "primary"
|
|
1736
|
+
}, {
|
|
1737
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createTextVNode)((0, _vue.toDisplayString)((0, _vue.unref)(locale).webgl.airspaceGridOccupancyQueryStart), 1 /* TEXT */)]),
|
|
1738
|
+
_: 1 /* STABLE */
|
|
1739
|
+
}, 8 /* PROPS */, ["title"]), (0, _vue.createVNode)((0, _vue.unref)(_button.default), {
|
|
1740
|
+
onClick: _cache[15] || (_cache[15] = (0, _vue.withModifiers)($event => clearResult(), ["stop"])),
|
|
1741
|
+
title: (0, _vue.unref)(locale).webgl.clear
|
|
1742
|
+
}, {
|
|
1743
|
+
default: (0, _vue.withCtx)(() => [(0, _vue.createTextVNode)((0, _vue.toDisplayString)((0, _vue.unref)(locale).webgl.clear), 1 /* TEXT */)]),
|
|
1744
|
+
_: 1 /* STABLE */
|
|
1745
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1746
|
+
};
|
|
1747
|
+
}
|
|
1748
|
+
});
|
|
1749
|
+
|
|
1750
|
+
/***/ }),
|
|
1751
|
+
|
|
1752
|
+
/***/ 99602:
|
|
1753
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
1758
|
+
value: true
|
|
1759
|
+
}));
|
|
1760
|
+
exports.kq_npm_client_leaflet_vue = exports.kq_npm_client_common_vue = exports.kq_npm_client3d_webgl_vue = void 0;
|
|
1761
|
+
let kq_npm_client_common_vue = exports.kq_npm_client_common_vue = window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {};
|
|
1762
|
+
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
1763
|
+
let kq_npm_client_leaflet_vue = exports.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {};
|
|
1764
|
+
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
1765
|
+
let kq_npm_client3d_webgl_vue = exports.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {};
|
|
1766
|
+
__webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
|
|
1767
|
+
|
|
1768
|
+
/***/ })
|
|
1769
|
+
|
|
1770
|
+
/******/ });
|
|
1771
|
+
/************************************************************************/
|
|
1772
|
+
/******/ // The module cache
|
|
1773
|
+
/******/ var __webpack_module_cache__ = {};
|
|
1774
|
+
/******/
|
|
1775
|
+
/******/ // The require function
|
|
1776
|
+
/******/ function __webpack_require__(moduleId) {
|
|
1777
|
+
/******/ // Check if module is in cache
|
|
1778
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1779
|
+
/******/ if (cachedModule !== undefined) {
|
|
1780
|
+
/******/ return cachedModule.exports;
|
|
1781
|
+
/******/ }
|
|
1782
|
+
/******/ // Create a new module (and put it into the cache)
|
|
1783
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
1784
|
+
/******/ // no module.id needed
|
|
1785
|
+
/******/ // no module.loaded needed
|
|
1786
|
+
/******/ exports: {}
|
|
1787
|
+
/******/ };
|
|
1788
|
+
/******/
|
|
1789
|
+
/******/ // Execute the module function
|
|
1790
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
1791
|
+
/******/
|
|
1792
|
+
/******/ // Return the exports of the module
|
|
1793
|
+
/******/ return module.exports;
|
|
1794
|
+
/******/ }
|
|
1795
|
+
/******/
|
|
1796
|
+
/************************************************************************/
|
|
1797
|
+
/******/ /* webpack/runtime/define property getters */
|
|
1798
|
+
/******/ !function() {
|
|
1799
|
+
/******/ // define getter functions for harmony exports
|
|
1800
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
1801
|
+
/******/ for(var key in definition) {
|
|
1802
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
1803
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
1804
|
+
/******/ }
|
|
1805
|
+
/******/ }
|
|
1806
|
+
/******/ };
|
|
1807
|
+
/******/ }();
|
|
1808
|
+
/******/
|
|
1809
|
+
/******/ /* webpack/runtime/global */
|
|
1810
|
+
/******/ !function() {
|
|
1811
|
+
/******/ __webpack_require__.g = (function() {
|
|
1812
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
1813
|
+
/******/ try {
|
|
1814
|
+
/******/ return this || new Function('return this')();
|
|
1815
|
+
/******/ } catch (e) {
|
|
1816
|
+
/******/ if (typeof window === 'object') return window;
|
|
1817
|
+
/******/ }
|
|
1818
|
+
/******/ })();
|
|
1819
|
+
/******/ }();
|
|
1820
|
+
/******/
|
|
1821
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
1822
|
+
/******/ !function() {
|
|
1823
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
1824
|
+
/******/ }();
|
|
1825
|
+
/******/
|
|
1826
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
1827
|
+
/******/ !function() {
|
|
1828
|
+
/******/ // define __esModule on exports
|
|
1829
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
1830
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
1831
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
1832
|
+
/******/ }
|
|
1833
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
1834
|
+
/******/ };
|
|
1835
|
+
/******/ }();
|
|
1836
|
+
/******/
|
|
1837
|
+
/************************************************************************/
|
|
1838
|
+
var __webpack_exports__ = {};
|
|
1839
|
+
// This entry needs to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
|
|
1840
|
+
!function() {
|
|
1841
|
+
var exports = __webpack_exports__;
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
var _interopRequireDefault = __webpack_require__(33751);
|
|
1845
|
+
Object.defineProperty(exports, "__esModule", ({
|
|
1846
|
+
value: true
|
|
1847
|
+
}));
|
|
1848
|
+
Object.defineProperty(exports, "AirspaceGridOccupancyQueryViewModel", ({
|
|
1849
|
+
enumerable: true,
|
|
1850
|
+
get: function () {
|
|
1851
|
+
return _AirspaceGridOccupancyQueryViewModel.default;
|
|
1852
|
+
}
|
|
1853
|
+
}));
|
|
1854
|
+
Object.defineProperty(exports, "default", ({
|
|
1855
|
+
enumerable: true,
|
|
1856
|
+
get: function () {
|
|
1857
|
+
return _AirspaceGridOccupancyQuery.default;
|
|
1858
|
+
}
|
|
1859
|
+
}));
|
|
1860
|
+
var _AirspaceGridOccupancyQuery = _interopRequireDefault(__webpack_require__(84234));
|
|
1861
|
+
var _AirspaceGridOccupancyQueryViewModel = _interopRequireDefault(__webpack_require__(91564));
|
|
1862
|
+
var _init = _interopRequireDefault(__webpack_require__(20455));
|
|
1863
|
+
/*
|
|
1864
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1865
|
+
* All rights reserved.
|
|
1866
|
+
*/
|
|
1867
|
+
|
|
1868
|
+
_AirspaceGridOccupancyQuery.default.install = (Vue, opts) => {
|
|
1869
|
+
(0, _init.default)(Vue, opts);
|
|
1870
|
+
Vue.component(_AirspaceGridOccupancyQuery.default.name, _AirspaceGridOccupancyQuery.default);
|
|
1871
|
+
};
|
|
1872
|
+
}();
|
|
1873
|
+
/******/ return __webpack_exports__;
|
|
1874
|
+
/******/ })()
|
|
1875
|
+
;
|
|
1876
|
+
});
|