@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
package/floodanalysis/index.js
CHANGED
|
@@ -7,107 +7,155 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/const-image"), 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/_utils/const-image"], 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__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__4822__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__2975__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3275:
|
|
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__(6363);
|
|
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__(455);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
28
31
|
};
|
|
29
|
-
|
|
30
|
-
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
33
|
|
|
32
34
|
/***/ }),
|
|
33
35
|
|
|
34
|
-
/***/
|
|
36
|
+
/***/ 5698:
|
|
35
37
|
/***/ (function(module) {
|
|
36
38
|
|
|
37
39
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
38
40
|
|
|
39
41
|
/***/ }),
|
|
40
42
|
|
|
41
|
-
/***/
|
|
43
|
+
/***/ 3658:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 7993:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.find.js");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 6363:
|
|
42
58
|
/***/ (function(module) {
|
|
43
59
|
|
|
44
60
|
module.exports = require("element-plus/dist/index.full.js");
|
|
45
61
|
|
|
46
62
|
/***/ }),
|
|
47
63
|
|
|
48
|
-
/***/
|
|
64
|
+
/***/ 3579:
|
|
49
65
|
/***/ (function(module) {
|
|
50
66
|
|
|
51
67
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
52
68
|
|
|
53
69
|
/***/ }),
|
|
54
70
|
|
|
55
|
-
/***/
|
|
71
|
+
/***/ 4822:
|
|
56
72
|
/***/ (function(module) {
|
|
57
73
|
|
|
58
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__4822__;
|
|
59
75
|
|
|
60
76
|
/***/ }),
|
|
61
77
|
|
|
62
|
-
/***/
|
|
78
|
+
/***/ 64:
|
|
63
79
|
/***/ (function(module) {
|
|
64
80
|
|
|
65
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
66
82
|
|
|
67
83
|
/***/ }),
|
|
68
84
|
|
|
69
|
-
/***/
|
|
85
|
+
/***/ 2975:
|
|
70
86
|
/***/ (function(module) {
|
|
71
87
|
|
|
72
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
73
89
|
|
|
74
90
|
/***/ }),
|
|
75
91
|
|
|
76
|
-
/***/
|
|
92
|
+
/***/ 455:
|
|
77
93
|
/***/ (function(module) {
|
|
78
94
|
|
|
79
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
80
96
|
|
|
81
97
|
/***/ }),
|
|
82
98
|
|
|
83
|
-
/***/
|
|
99
|
+
/***/ 154:
|
|
84
100
|
/***/ (function(module) {
|
|
85
101
|
|
|
86
|
-
module.exports =
|
|
102
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
87
103
|
|
|
88
104
|
/***/ }),
|
|
89
105
|
|
|
90
|
-
/***/
|
|
106
|
+
/***/ 6913:
|
|
91
107
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
92
108
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
function
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
109
|
+
|
|
110
|
+
// EXPORTS
|
|
111
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
112
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
116
|
+
function _typeof(o) {
|
|
117
|
+
"@babel/helpers - typeof";
|
|
118
|
+
|
|
119
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
120
|
+
return typeof o;
|
|
121
|
+
} : function (o) {
|
|
122
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
123
|
+
}, _typeof(o);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
127
|
+
|
|
128
|
+
function toPrimitive(t, r) {
|
|
129
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
130
|
+
var e = t[Symbol.toPrimitive];
|
|
131
|
+
if (void 0 !== e) {
|
|
132
|
+
var i = e.call(t, r || "default");
|
|
133
|
+
if ("object" != _typeof(i)) return i;
|
|
134
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
106
135
|
}
|
|
136
|
+
return ("string" === r ? String : Number)(t);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
function toPropertyKey(t) {
|
|
143
|
+
var i = toPrimitive(t, "string");
|
|
144
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
107
148
|
|
|
108
|
-
|
|
149
|
+
function _defineProperty(e, r, t) {
|
|
150
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
151
|
+
value: t,
|
|
152
|
+
enumerable: !0,
|
|
153
|
+
configurable: !0,
|
|
154
|
+
writable: !0
|
|
155
|
+
}) : e[r] = t, e;
|
|
109
156
|
}
|
|
110
157
|
|
|
158
|
+
|
|
111
159
|
/***/ })
|
|
112
160
|
|
|
113
161
|
/******/ });
|
|
@@ -179,52 +227,56 @@ function _defineProperty(obj, key, value) {
|
|
|
179
227
|
/******/
|
|
180
228
|
/************************************************************************/
|
|
181
229
|
var __webpack_exports__ = {};
|
|
182
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
183
|
-
!function() {
|
|
184
230
|
// ESM COMPAT FLAG
|
|
185
231
|
__webpack_require__.r(__webpack_exports__);
|
|
186
232
|
|
|
187
233
|
// EXPORTS
|
|
188
234
|
__webpack_require__.d(__webpack_exports__, {
|
|
189
|
-
|
|
235
|
+
FloodAnalysisViewModel: function() { return /* reexport */ FloodAnalysisViewModel; },
|
|
190
236
|
"default": function() { return /* reexport */ FloodAnalysis; }
|
|
191
237
|
});
|
|
192
238
|
|
|
239
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
240
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
241
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
242
|
+
var esnext_iterator_find_js_ = __webpack_require__(7993);
|
|
193
243
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
194
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
244
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
195
245
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
196
|
-
var gis_utils_ = __webpack_require__(
|
|
197
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
198
|
-
var defineProperty = __webpack_require__(
|
|
246
|
+
var gis_utils_ = __webpack_require__(64);
|
|
247
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
248
|
+
var defineProperty = __webpack_require__(6913);
|
|
199
249
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
200
|
-
var const_image_ = __webpack_require__(
|
|
250
|
+
var const_image_ = __webpack_require__(4822);
|
|
201
251
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
202
|
-
var message = __webpack_require__(
|
|
252
|
+
var message = __webpack_require__(3275);
|
|
203
253
|
;// CONCATENATED MODULE: ./src/webgl/floodanalysis/FloodAnalysisViewModel.js
|
|
204
254
|
|
|
205
|
-
//地形淹没分析逻辑类
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
class FloodAnalysisViewModel {
|
|
209
|
-
//地形淹没三维对象
|
|
210
|
-
//模型淹没三维对象
|
|
211
|
-
//测量三维对象
|
|
212
|
-
//测量结果
|
|
213
|
-
//淹没模式
|
|
214
|
-
constructor(scenceView, options) {
|
|
215
|
-
(0,defineProperty/* default */.Z)(this, "_options", {});
|
|
216
|
-
|
|
217
|
-
(0,defineProperty/* default */.Z)(this, "_floodTerrainAnalysis", null);
|
|
218
255
|
|
|
219
|
-
(0,defineProperty/* default */.Z)(this, "_floodModelAnalysis", null);
|
|
220
256
|
|
|
221
|
-
|
|
257
|
+
/*
|
|
258
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
259
|
+
* All rights reserved.
|
|
260
|
+
*/
|
|
222
261
|
|
|
223
|
-
|
|
262
|
+
//地形淹没分析逻辑类
|
|
224
263
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
(0,defineProperty/* default */.
|
|
264
|
+
class FloodAnalysisViewModel {
|
|
265
|
+
constructor(scenceView, options) {
|
|
266
|
+
(0,defineProperty/* default */.A)(this, "_options", {});
|
|
267
|
+
(0,defineProperty/* default */.A)(this, "_floodTerrainAnalysis", null);
|
|
268
|
+
//地形淹没三维对象
|
|
269
|
+
(0,defineProperty/* default */.A)(this, "_floodModelAnalysis", null);
|
|
270
|
+
//模型淹没三维对象
|
|
271
|
+
(0,defineProperty/* default */.A)(this, "_measureHandler", null);
|
|
272
|
+
//测量三维对象
|
|
273
|
+
(0,defineProperty/* default */.A)(this, "_measureResult", null);
|
|
274
|
+
//测量结果
|
|
275
|
+
(0,defineProperty/* default */.A)(this, "_mode", 0);
|
|
276
|
+
//淹没模式
|
|
277
|
+
(0,defineProperty/* default */.A)(this, "_language", {});
|
|
278
|
+
(0,defineProperty/* default */.A)(this, "_colorImages", [
|
|
279
|
+
//淹没纹理图片集合
|
|
228
280
|
{
|
|
229
281
|
value: "0",
|
|
230
282
|
src: const_image_.RED_TO_PURPLE_URL
|
|
@@ -235,13 +287,13 @@ class FloodAnalysisViewModel {
|
|
|
235
287
|
value: "2",
|
|
236
288
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
237
289
|
}]);
|
|
238
|
-
|
|
290
|
+
this._language = scenceView._language;
|
|
239
291
|
this._mode = options.mode;
|
|
240
292
|
options.viewer = scenceView._viewer;
|
|
241
293
|
options.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
242
294
|
options.colorImage = this.getImagePath(options.colorImage);
|
|
243
|
-
this._options = options;
|
|
244
|
-
|
|
295
|
+
this._options = options;
|
|
296
|
+
//this._floodModelAnalysis = new Cesium.Kq3dFloodModelAnalysis(options);
|
|
245
297
|
this._floodModelAnalysis = scenceView._floodModelAnalysis;
|
|
246
298
|
this._floodModelAnalysis.moveMode = options.moveMode;
|
|
247
299
|
this._floodModelAnalysis.speed = options.speed;
|
|
@@ -251,107 +303,91 @@ class FloodAnalysisViewModel {
|
|
|
251
303
|
this._floodModelAnalysis.colorImage = options.colorImage;
|
|
252
304
|
var that = this;
|
|
253
305
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(scenceView._viewer);
|
|
254
|
-
|
|
255
306
|
this._measureHandler.measureEvent.addEventListener(function (result) {
|
|
256
307
|
that._measureResult = result;
|
|
257
308
|
result.measureResult.label.show = false;
|
|
258
309
|
});
|
|
259
|
-
|
|
260
310
|
this._measureHandler.activeEvent.addEventListener(function (ret) {
|
|
261
311
|
if (ret == false) {
|
|
262
312
|
if (that._measureResult) {
|
|
263
313
|
if (that._mode === 0) {
|
|
264
314
|
that._options.positions = that._measureResult.positions;
|
|
265
|
-
|
|
266
315
|
if (!that._floodTerrainAnalysis) {
|
|
267
316
|
that._floodTerrainAnalysis = new Cesium.Kq3dFloodTerrainAnalysis(that._options);
|
|
268
317
|
} else {
|
|
269
318
|
that._floodTerrainAnalysis.positions = that._measureResult.positions;
|
|
270
319
|
}
|
|
271
|
-
|
|
272
320
|
that._floodTerrainAnalysis.start();
|
|
273
321
|
} else if (that._mode === 1) {
|
|
274
322
|
if (that._measureResult.positions && that._measureResult.positions.length > 0) {
|
|
275
323
|
that._floodModelAnalysis.center = that._measureResult.positions[0];
|
|
276
324
|
}
|
|
277
|
-
|
|
278
325
|
let polygon = Cesium.PolygonGeometry.fromPositions({
|
|
279
326
|
positions: that._measureResult.positions
|
|
280
327
|
});
|
|
281
|
-
|
|
282
328
|
that._floodModelAnalysis.addPolygon(polygon);
|
|
283
|
-
|
|
284
329
|
that._floodModelAnalysis.start();
|
|
285
330
|
}
|
|
286
|
-
|
|
287
331
|
that._measureResult.measureResult.destroy();
|
|
288
332
|
}
|
|
289
333
|
}
|
|
290
334
|
});
|
|
291
|
-
}
|
|
292
|
-
|
|
335
|
+
}
|
|
293
336
|
|
|
337
|
+
//获取图片路径
|
|
294
338
|
getImagePath(value) {
|
|
295
339
|
var imagePath = '';
|
|
296
|
-
|
|
297
340
|
var image = this._colorImages.find(item => item.value === value);
|
|
298
|
-
|
|
299
341
|
if (image) {
|
|
300
342
|
imagePath = image.src;
|
|
301
343
|
}
|
|
302
|
-
|
|
303
344
|
return imagePath;
|
|
304
|
-
}
|
|
305
|
-
|
|
345
|
+
}
|
|
306
346
|
|
|
347
|
+
//开始分析
|
|
307
348
|
start() {
|
|
308
349
|
// 判断是否添加了地形
|
|
309
350
|
if (this._mode === 0) {
|
|
310
351
|
if (this._floodModelAnalysis.viewer.terrainProvider.availability) {
|
|
311
352
|
if (this._floodModelAnalysis.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
|
|
312
353
|
this.clear();
|
|
313
|
-
|
|
314
354
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalArea);
|
|
315
355
|
} else {
|
|
316
|
-
(0,message/* default */.
|
|
317
|
-
message: "
|
|
356
|
+
(0,message/* default */.A)({
|
|
357
|
+
message: this._language["stkTerrainAnalysisTips"],
|
|
318
358
|
type: "warning"
|
|
319
359
|
});
|
|
320
360
|
}
|
|
321
361
|
} else {
|
|
322
|
-
(0,message/* default */.
|
|
323
|
-
message: "
|
|
362
|
+
(0,message/* default */.A)({
|
|
363
|
+
message: this._language["terrainAnalysisTips"],
|
|
324
364
|
type: "warning"
|
|
325
365
|
});
|
|
326
366
|
}
|
|
327
367
|
} else if (this._mode === 1) {
|
|
328
368
|
var modelFlag = false;
|
|
329
369
|
var models = this._floodModelAnalysis.viewer.scene.primitives._primitives;
|
|
330
|
-
|
|
331
370
|
for (let i = 0; i < models.length; i++) {
|
|
332
371
|
if (models[i] instanceof Cesium.Cesium3DTileset) {
|
|
333
372
|
modelFlag = true;
|
|
334
373
|
break;
|
|
335
374
|
}
|
|
336
375
|
}
|
|
337
|
-
|
|
338
376
|
if (modelFlag) {
|
|
339
377
|
this.clear();
|
|
340
|
-
|
|
341
378
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalArea);
|
|
342
379
|
} else {
|
|
343
|
-
(0,message/* default */.
|
|
344
|
-
message: "
|
|
380
|
+
(0,message/* default */.A)({
|
|
381
|
+
message: this._language["addModelAnalysisTips"],
|
|
345
382
|
type: "warning"
|
|
346
383
|
});
|
|
347
384
|
}
|
|
348
385
|
}
|
|
349
|
-
}
|
|
350
|
-
|
|
386
|
+
}
|
|
351
387
|
|
|
388
|
+
//清除全部结果
|
|
352
389
|
clear() {
|
|
353
390
|
this._measureHandler.stopMeasure();
|
|
354
|
-
|
|
355
391
|
if (this._floodTerrainAnalysis) {
|
|
356
392
|
var options = {
|
|
357
393
|
viewer: this._floodTerrainAnalysis.viewer,
|
|
@@ -363,18 +399,15 @@ class FloodAnalysisViewModel {
|
|
|
363
399
|
maxHeight: this._floodTerrainAnalysis.maxHeight,
|
|
364
400
|
colorImage: this._floodTerrainAnalysis.colorImage
|
|
365
401
|
};
|
|
366
|
-
|
|
367
402
|
this._floodTerrainAnalysis.destroy();
|
|
368
|
-
|
|
369
403
|
this._floodTerrainAnalysis = new Cesium.Kq3dFloodTerrainAnalysis(options);
|
|
370
404
|
}
|
|
371
|
-
|
|
372
405
|
if (this._floodModelAnalysis) {
|
|
373
406
|
this._floodModelAnalysis.reset();
|
|
374
407
|
}
|
|
375
|
-
}
|
|
376
|
-
|
|
408
|
+
}
|
|
377
409
|
|
|
410
|
+
//销毁
|
|
378
411
|
destroy() {
|
|
379
412
|
this._floodTerrainAnalysis && this._floodTerrainAnalysis.destroy();
|
|
380
413
|
this._floodTerrainAnalysis = null;
|
|
@@ -382,69 +415,64 @@ class FloodAnalysisViewModel {
|
|
|
382
415
|
this._floodModelAnalysis = null;
|
|
383
416
|
this._measureHandler && this._measureHandler.destroy();
|
|
384
417
|
this._measureHandler = null;
|
|
385
|
-
}
|
|
386
|
-
|
|
418
|
+
}
|
|
387
419
|
|
|
420
|
+
//设置淹没模式
|
|
388
421
|
setMoveMode(mode) {
|
|
389
422
|
this._mode = Number(mode);
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
|
|
423
|
+
}
|
|
424
|
+
//设置淹没方向
|
|
393
425
|
setMoveDirection(direction) {
|
|
394
426
|
direction = Number(direction);
|
|
395
427
|
this._options.moveMode = direction;
|
|
396
428
|
if (this._floodTerrainAnalysis) this._floodTerrainAnalysis.moveMode = direction;
|
|
397
429
|
if (this._floodModelAnalysis) this._floodModelAnalysis.moveMode = direction;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
|
|
430
|
+
}
|
|
431
|
+
//设置淹没速度
|
|
401
432
|
setMoveSpeed(speed) {
|
|
402
433
|
speed = Number(speed);
|
|
403
434
|
this._options.speed = speed;
|
|
404
435
|
if (this._floodTerrainAnalysis) this._floodTerrainAnalysis.speed = speed;
|
|
405
436
|
if (this._floodModelAnalysis) this._floodModelAnalysis.speed = speed;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
|
|
437
|
+
}
|
|
438
|
+
//设置淹没纹理透明度
|
|
409
439
|
setMoveAlpha(alpha) {
|
|
410
440
|
alpha = Number(alpha);
|
|
411
441
|
this._options.alpha = alpha;
|
|
412
442
|
if (this._floodTerrainAnalysis) this._floodTerrainAnalysis.alpha = alpha;
|
|
413
443
|
if (this._floodModelAnalysis) this._floodModelAnalysis.alpha = alpha;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
444
|
+
}
|
|
445
|
+
//设置最小淹没高度
|
|
417
446
|
setMoveMinHeight(minHeight) {
|
|
418
447
|
minHeight = Number(minHeight);
|
|
419
448
|
this._options.minHeight = minHeight;
|
|
420
449
|
if (this._floodTerrainAnalysis) this._floodTerrainAnalysis.minHeight = minHeight;
|
|
421
450
|
if (this._floodModelAnalysis) this._floodModelAnalysis.minHeight = minHeight;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
|
|
451
|
+
}
|
|
452
|
+
//设置最大淹没高度
|
|
425
453
|
setMoveMaxHeight(maxHeight) {
|
|
426
454
|
maxHeight = Number(maxHeight);
|
|
427
455
|
this._options.maxHeight = maxHeight;
|
|
428
456
|
if (this._floodTerrainAnalysis) this._floodTerrainAnalysis.maxHeight = maxHeight;
|
|
429
457
|
if (this._floodModelAnalysis) this._floodModelAnalysis.maxHeight = maxHeight;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
458
|
+
}
|
|
459
|
+
//设置淹没填充纹理
|
|
433
460
|
setMoveImage(image) {
|
|
434
461
|
this._options.colorImage = image;
|
|
435
462
|
if (this._floodTerrainAnalysis) this._floodTerrainAnalysis.colorImage = image;
|
|
436
463
|
if (this._floodModelAnalysis) this._floodModelAnalysis.colorImage = image;
|
|
437
464
|
}
|
|
438
|
-
|
|
439
465
|
}
|
|
440
466
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
441
|
-
var client_icons_vue_ = __webpack_require__(
|
|
467
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
442
468
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
443
|
-
var util_ = __webpack_require__(
|
|
469
|
+
var util_ = __webpack_require__(2975);
|
|
444
470
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
445
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
471
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
446
472
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/floodanalysis/FloodAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
447
473
|
|
|
474
|
+
|
|
475
|
+
|
|
448
476
|
const _hoisted_1 = {
|
|
449
477
|
class: "kq3d-flood-analysis-box"
|
|
450
478
|
};
|
|
@@ -462,7 +490,7 @@ const _hoisted_3 = {
|
|
|
462
490
|
const __default__ = {
|
|
463
491
|
name: "Kq3dFloodAnalysis"
|
|
464
492
|
};
|
|
465
|
-
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (
|
|
493
|
+
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
466
494
|
props: {
|
|
467
495
|
//指定组件绑定的viewer对象的div的id
|
|
468
496
|
target: String,
|
|
@@ -480,7 +508,6 @@ const __default__ = {
|
|
|
480
508
|
type: Boolean,
|
|
481
509
|
default: true
|
|
482
510
|
},
|
|
483
|
-
|
|
484
511
|
/**
|
|
485
512
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
486
513
|
*/
|
|
@@ -510,14 +537,12 @@ const __default__ = {
|
|
|
510
537
|
default: true
|
|
511
538
|
}
|
|
512
539
|
},
|
|
513
|
-
|
|
514
540
|
setup(__props, {
|
|
515
541
|
expose: __expose
|
|
516
542
|
}) {
|
|
517
|
-
const props = __props;
|
|
518
543
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
519
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
520
|
-
|
|
544
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
545
|
+
// 淹没色调图片
|
|
521
546
|
const colorImages = [{
|
|
522
547
|
value: "0",
|
|
523
548
|
src: const_image_.RED_TO_PURPLE_URL
|
|
@@ -527,8 +552,10 @@ const __default__ = {
|
|
|
527
552
|
}, {
|
|
528
553
|
value: "2",
|
|
529
554
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
530
|
-
}];
|
|
555
|
+
}];
|
|
531
556
|
|
|
557
|
+
// 获取组件传参
|
|
558
|
+
const props = __props;
|
|
532
559
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
533
560
|
floodMode: props.settingParams && props.settingParams.floodMode || 0,
|
|
534
561
|
// 淹没模式:0:地形淹没 1:模型淹没
|
|
@@ -561,15 +588,17 @@ const __default__ = {
|
|
|
561
588
|
maxFloodMaxHeight: props.settingParams && props.settingParams.maxFloodMaxHeight || 10000,
|
|
562
589
|
// 淹没最大高度范围的最大值
|
|
563
590
|
floodColorImage: props.settingParams && props.settingParams.floodColorImage || "0" // 淹没纹理色带值
|
|
564
|
-
|
|
565
591
|
});
|
|
566
|
-
let viewModel = null;
|
|
592
|
+
let viewModel = null;
|
|
567
593
|
|
|
568
|
-
|
|
594
|
+
// 组件容器Ref
|
|
595
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
569
596
|
|
|
597
|
+
// 生成组件默认header
|
|
570
598
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
571
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
599
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
572
600
|
|
|
601
|
+
// 国际化
|
|
573
602
|
let {
|
|
574
603
|
locale,
|
|
575
604
|
messages
|
|
@@ -602,117 +631,91 @@ const __default__ = {
|
|
|
602
631
|
}
|
|
603
632
|
});
|
|
604
633
|
});
|
|
634
|
+
|
|
605
635
|
/**
|
|
606
636
|
* @description 监听header生成
|
|
607
637
|
*/
|
|
608
|
-
|
|
609
638
|
const watchCreateHeaderTemp = () => {
|
|
610
639
|
if (props.showHeaderTemp) {
|
|
611
640
|
// 生成headerTemp
|
|
612
641
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
613
642
|
}
|
|
614
|
-
};
|
|
615
|
-
|
|
643
|
+
};
|
|
616
644
|
|
|
645
|
+
//获取图片路径
|
|
617
646
|
function getImagePath(value) {
|
|
618
647
|
var imagePath = "";
|
|
619
648
|
var image = colorImages.find(item => item.value === value);
|
|
620
|
-
|
|
621
649
|
if (image) {
|
|
622
650
|
imagePath = image.src;
|
|
623
651
|
}
|
|
624
|
-
|
|
625
652
|
return imagePath;
|
|
626
|
-
}
|
|
627
|
-
|
|
653
|
+
}
|
|
628
654
|
|
|
655
|
+
// 开始分析
|
|
629
656
|
function startAnalysis() {
|
|
630
657
|
viewModel && viewModel.start();
|
|
631
|
-
}
|
|
632
|
-
|
|
658
|
+
}
|
|
633
659
|
|
|
660
|
+
// 清除结果
|
|
634
661
|
function clearResult() {
|
|
635
662
|
viewModel && viewModel.clear();
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
|
|
663
|
+
}
|
|
664
|
+
// 参数切换
|
|
639
665
|
function paramsChanged(key) {
|
|
640
666
|
if (!viewModel) return;
|
|
641
|
-
|
|
642
667
|
switch (key) {
|
|
643
668
|
case "mode":
|
|
644
669
|
viewModel.setMoveMode(formItem.floodMode);
|
|
645
670
|
break;
|
|
646
|
-
|
|
647
671
|
case "moveMode":
|
|
648
672
|
viewModel.setMoveDirection(formItem.floodDirection);
|
|
649
673
|
break;
|
|
650
|
-
|
|
651
674
|
case "speed":
|
|
652
675
|
viewModel.setMoveSpeed(formItem.floodSpeed);
|
|
653
676
|
break;
|
|
654
|
-
|
|
655
677
|
case "alpha":
|
|
656
678
|
viewModel.setMoveAlpha(formItem.floodAlpha);
|
|
657
679
|
break;
|
|
658
|
-
|
|
659
680
|
case "minHeight":
|
|
660
681
|
viewModel.setMoveMinHeight(formItem.floodMinHeight);
|
|
661
682
|
break;
|
|
662
|
-
|
|
663
683
|
case "maxHeight":
|
|
664
684
|
viewModel.setMoveMaxHeight(formItem.floodMaxHeight);
|
|
665
685
|
break;
|
|
666
|
-
|
|
667
686
|
case "colorImage":
|
|
668
687
|
var imageUrl = getImagePath(formItem.floodColorImage);
|
|
669
688
|
viewModel.setMoveImage(imageUrl);
|
|
670
689
|
break;
|
|
671
|
-
|
|
672
690
|
default:
|
|
673
691
|
break;
|
|
674
692
|
}
|
|
675
|
-
}
|
|
676
|
-
|
|
693
|
+
}
|
|
677
694
|
|
|
695
|
+
// 销毁
|
|
678
696
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
679
697
|
viewModel && viewModel.destroy();
|
|
680
698
|
});
|
|
681
|
-
|
|
682
699
|
__expose({
|
|
683
700
|
startAnalysis,
|
|
684
701
|
clearResult,
|
|
685
702
|
getImagePath,
|
|
686
703
|
paramsChanged
|
|
687
704
|
});
|
|
688
|
-
|
|
689
705
|
return (_ctx, _cache) => {
|
|
690
706
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
691
|
-
|
|
692
707
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
693
|
-
|
|
694
708
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
695
|
-
|
|
696
709
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
697
|
-
|
|
698
710
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
699
|
-
|
|
700
711
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
701
|
-
|
|
702
712
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
703
|
-
|
|
704
713
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
705
|
-
|
|
706
714
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
707
|
-
|
|
708
715
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
709
|
-
|
|
710
716
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
711
|
-
|
|
712
717
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
713
|
-
|
|
714
718
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
715
|
-
|
|
716
719
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
717
720
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-flood-analysis", {
|
|
718
721
|
'kq-box-shadow': __props.showShadow
|
|
@@ -723,17 +726,11 @@ const __default__ = {
|
|
|
723
726
|
key: 0,
|
|
724
727
|
ref_key: "headerTempRef",
|
|
725
728
|
ref: headerTempRef
|
|
726
|
-
}, null, 512
|
|
727
|
-
/* NEED_PATCH */
|
|
728
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
729
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
729
730
|
class: "kq3d-flood-analysis-tip"
|
|
730
731
|
}, {
|
|
731
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodTips), 1
|
|
732
|
-
/*
|
|
733
|
-
)]),
|
|
734
|
-
_: 1
|
|
735
|
-
/* STABLE */
|
|
736
|
-
|
|
732
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodTips), 1 /* TEXT */)]),
|
|
733
|
+
_: 1 /* STABLE */
|
|
737
734
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
738
735
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
739
736
|
}, {
|
|
@@ -758,29 +755,15 @@ const __default__ = {
|
|
|
758
755
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
759
756
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodTerrain,
|
|
760
757
|
value: 0
|
|
761
|
-
}, null, 8
|
|
762
|
-
/* PROPS */
|
|
763
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
758
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
764
759
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodModel,
|
|
765
760
|
value: 1
|
|
766
|
-
}, null, 8
|
|
767
|
-
/*
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
}, 8
|
|
773
|
-
/* PROPS */
|
|
774
|
-
, ["modelValue"])]),
|
|
775
|
-
_: 1
|
|
776
|
-
/* STABLE */
|
|
777
|
-
|
|
778
|
-
}, 8
|
|
779
|
-
/* PROPS */
|
|
780
|
-
, ["label"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
781
|
-
_: 1
|
|
782
|
-
/* STABLE */
|
|
783
|
-
|
|
761
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
762
|
+
_: 1 /* STABLE */
|
|
763
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
764
|
+
_: 1 /* STABLE */
|
|
765
|
+
}, 8 /* PROPS */, ["label"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
766
|
+
_: 1 /* STABLE */
|
|
784
767
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
785
768
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
786
769
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodDirection
|
|
@@ -793,29 +776,15 @@ const __default__ = {
|
|
|
793
776
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
794
777
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodDirection0,
|
|
795
778
|
value: 0
|
|
796
|
-
}, null, 8
|
|
797
|
-
/* PROPS */
|
|
798
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
779
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
799
780
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodDirection1,
|
|
800
781
|
value: 1
|
|
801
|
-
}, null, 8
|
|
802
|
-
/*
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
}, 8
|
|
808
|
-
/* PROPS */
|
|
809
|
-
, ["modelValue"])]),
|
|
810
|
-
_: 1
|
|
811
|
-
/* STABLE */
|
|
812
|
-
|
|
813
|
-
}, 8
|
|
814
|
-
/* PROPS */
|
|
815
|
-
, ["label"])]),
|
|
816
|
-
_: 1
|
|
817
|
-
/* STABLE */
|
|
818
|
-
|
|
782
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
783
|
+
_: 1 /* STABLE */
|
|
784
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
785
|
+
_: 1 /* STABLE */
|
|
786
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
787
|
+
_: 1 /* STABLE */
|
|
819
788
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
820
789
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
821
790
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodSpeed
|
|
@@ -835,12 +804,8 @@ const __default__ = {
|
|
|
835
804
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodSpeed,
|
|
836
805
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodSpeed,
|
|
837
806
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('speed'))
|
|
838
|
-
}, null, 8
|
|
839
|
-
/*
|
|
840
|
-
, ["modelValue", "min", "max"])]),
|
|
841
|
-
_: 1
|
|
842
|
-
/* STABLE */
|
|
843
|
-
|
|
807
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
808
|
+
_: 1 /* STABLE */
|
|
844
809
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
845
810
|
span: 8
|
|
846
811
|
}, {
|
|
@@ -852,26 +817,14 @@ const __default__ = {
|
|
|
852
817
|
step: 1,
|
|
853
818
|
"controls-position": "right",
|
|
854
819
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('speed'))
|
|
855
|
-
}, null, 8
|
|
856
|
-
/*
|
|
857
|
-
, ["modelValue", "min", "max"])]),
|
|
858
|
-
_: 1
|
|
859
|
-
/* STABLE */
|
|
860
|
-
|
|
820
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
821
|
+
_: 1 /* STABLE */
|
|
861
822
|
})]),
|
|
862
|
-
_: 1
|
|
863
|
-
/* STABLE */
|
|
864
|
-
|
|
823
|
+
_: 1 /* STABLE */
|
|
865
824
|
})]),
|
|
866
|
-
_: 1
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
}, 8
|
|
870
|
-
/* PROPS */
|
|
871
|
-
, ["label"])]),
|
|
872
|
-
_: 1
|
|
873
|
-
/* STABLE */
|
|
874
|
-
|
|
825
|
+
_: 1 /* STABLE */
|
|
826
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
827
|
+
_: 1 /* STABLE */
|
|
875
828
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
876
829
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
877
830
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodAlpha
|
|
@@ -891,12 +844,8 @@ const __default__ = {
|
|
|
891
844
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodAlpha,
|
|
892
845
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodAlpha,
|
|
893
846
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('alpha'))
|
|
894
|
-
}, null, 8
|
|
895
|
-
/*
|
|
896
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
897
|
-
_: 1
|
|
898
|
-
/* STABLE */
|
|
899
|
-
|
|
847
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
848
|
+
_: 1 /* STABLE */
|
|
900
849
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
901
850
|
span: 8
|
|
902
851
|
}, {
|
|
@@ -908,26 +857,14 @@ const __default__ = {
|
|
|
908
857
|
step: 0.01,
|
|
909
858
|
"controls-position": "right",
|
|
910
859
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('alpha'))
|
|
911
|
-
}, null, 8
|
|
912
|
-
/*
|
|
913
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
914
|
-
_: 1
|
|
915
|
-
/* STABLE */
|
|
916
|
-
|
|
860
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
861
|
+
_: 1 /* STABLE */
|
|
917
862
|
})]),
|
|
918
|
-
_: 1
|
|
919
|
-
/* STABLE */
|
|
920
|
-
|
|
863
|
+
_: 1 /* STABLE */
|
|
921
864
|
})]),
|
|
922
|
-
_: 1
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
}, 8
|
|
926
|
-
/* PROPS */
|
|
927
|
-
, ["label"])]),
|
|
928
|
-
_: 1
|
|
929
|
-
/* STABLE */
|
|
930
|
-
|
|
865
|
+
_: 1 /* STABLE */
|
|
866
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
867
|
+
_: 1 /* STABLE */
|
|
931
868
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
932
869
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
933
870
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodMinHeight
|
|
@@ -947,12 +884,8 @@ const __default__ = {
|
|
|
947
884
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodMinHeight,
|
|
948
885
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodMinHeight,
|
|
949
886
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('minHeight'))
|
|
950
|
-
}, null, 8
|
|
951
|
-
/*
|
|
952
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
953
|
-
_: 1
|
|
954
|
-
/* STABLE */
|
|
955
|
-
|
|
887
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
888
|
+
_: 1 /* STABLE */
|
|
956
889
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
957
890
|
span: 8
|
|
958
891
|
}, {
|
|
@@ -964,26 +897,14 @@ const __default__ = {
|
|
|
964
897
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floodHeightStep,
|
|
965
898
|
"controls-position": "right",
|
|
966
899
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('minHeight'))
|
|
967
|
-
}, null, 8
|
|
968
|
-
/*
|
|
969
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
970
|
-
_: 1
|
|
971
|
-
/* STABLE */
|
|
972
|
-
|
|
900
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
901
|
+
_: 1 /* STABLE */
|
|
973
902
|
})]),
|
|
974
|
-
_: 1
|
|
975
|
-
/* STABLE */
|
|
976
|
-
|
|
903
|
+
_: 1 /* STABLE */
|
|
977
904
|
})]),
|
|
978
|
-
_: 1
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
}, 8
|
|
982
|
-
/* PROPS */
|
|
983
|
-
, ["label"])]),
|
|
984
|
-
_: 1
|
|
985
|
-
/* STABLE */
|
|
986
|
-
|
|
905
|
+
_: 1 /* STABLE */
|
|
906
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
907
|
+
_: 1 /* STABLE */
|
|
987
908
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
988
909
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
989
910
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodMaxHeight
|
|
@@ -1003,12 +924,8 @@ const __default__ = {
|
|
|
1003
924
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodMaxHeight,
|
|
1004
925
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodMaxHeight,
|
|
1005
926
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('maxHeight'))
|
|
1006
|
-
}, null, 8
|
|
1007
|
-
/*
|
|
1008
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
1009
|
-
_: 1
|
|
1010
|
-
/* STABLE */
|
|
1011
|
-
|
|
927
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
928
|
+
_: 1 /* STABLE */
|
|
1012
929
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1013
930
|
span: 8
|
|
1014
931
|
}, {
|
|
@@ -1020,26 +937,14 @@ const __default__ = {
|
|
|
1020
937
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floodHeightStep,
|
|
1021
938
|
"controls-position": "right",
|
|
1022
939
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('maxHeight'))
|
|
1023
|
-
}, null, 8
|
|
1024
|
-
/*
|
|
1025
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1026
|
-
_: 1
|
|
1027
|
-
/* STABLE */
|
|
1028
|
-
|
|
940
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
941
|
+
_: 1 /* STABLE */
|
|
1029
942
|
})]),
|
|
1030
|
-
_: 1
|
|
1031
|
-
/* STABLE */
|
|
1032
|
-
|
|
943
|
+
_: 1 /* STABLE */
|
|
1033
944
|
})]),
|
|
1034
|
-
_: 1
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
}, 8
|
|
1038
|
-
/* PROPS */
|
|
1039
|
-
, ["label"])]),
|
|
1040
|
-
_: 1
|
|
1041
|
-
/* STABLE */
|
|
1042
|
-
|
|
945
|
+
_: 1 /* STABLE */
|
|
946
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
947
|
+
_: 1 /* STABLE */
|
|
1043
948
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1044
949
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1045
950
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).floodColorImage
|
|
@@ -1058,80 +963,37 @@ const __default__ = {
|
|
|
1058
963
|
class: "kq3d-flood-analysis-legend",
|
|
1059
964
|
src: item.src,
|
|
1060
965
|
alt: ""
|
|
1061
|
-
}, null, 8
|
|
1062
|
-
/*
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
}), 64
|
|
1071
|
-
/* STABLE_FRAGMENT */
|
|
1072
|
-
))]),
|
|
1073
|
-
_: 1
|
|
1074
|
-
/* STABLE */
|
|
1075
|
-
|
|
1076
|
-
}, 8
|
|
1077
|
-
/* PROPS */
|
|
1078
|
-
, ["modelValue"])]),
|
|
1079
|
-
_: 1
|
|
1080
|
-
/* STABLE */
|
|
1081
|
-
|
|
1082
|
-
}, 8
|
|
1083
|
-
/* PROPS */
|
|
1084
|
-
, ["label"])]),
|
|
1085
|
-
_: 1
|
|
1086
|
-
/* STABLE */
|
|
1087
|
-
|
|
966
|
+
}, null, 8 /* PROPS */, _hoisted_2)]),
|
|
967
|
+
_: 2 /* DYNAMIC */
|
|
968
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
969
|
+
}), 64 /* STABLE_FRAGMENT */))]),
|
|
970
|
+
_: 1 /* STABLE */
|
|
971
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
972
|
+
_: 1 /* STABLE */
|
|
973
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
974
|
+
_: 1 /* STABLE */
|
|
1088
975
|
})]),
|
|
1089
|
-
_: 1
|
|
1090
|
-
/* STABLE */
|
|
1091
|
-
|
|
976
|
+
_: 1 /* STABLE */
|
|
1092
977
|
})]),
|
|
1093
|
-
_: 1
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
/* PROPS */
|
|
1098
|
-
, ["title"])]),
|
|
1099
|
-
_: 1
|
|
1100
|
-
/* STABLE */
|
|
1101
|
-
|
|
1102
|
-
}, 8
|
|
1103
|
-
/* PROPS */
|
|
1104
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
978
|
+
_: 1 /* STABLE */
|
|
979
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
980
|
+
_: 1 /* STABLE */
|
|
981
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1105
982
|
onClick: _cache[22] || (_cache[22] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1106
983
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1107
984
|
type: "primary"
|
|
1108
985
|
}, {
|
|
1109
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1
|
|
1110
|
-
/*
|
|
1111
|
-
|
|
1112
|
-
_: 1
|
|
1113
|
-
/* STABLE */
|
|
1114
|
-
|
|
1115
|
-
}, 8
|
|
1116
|
-
/* PROPS */
|
|
1117
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
986
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1 /* TEXT */)]),
|
|
987
|
+
_: 1 /* STABLE */
|
|
988
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1118
989
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1119
990
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1120
991
|
}, {
|
|
1121
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1
|
|
1122
|
-
/*
|
|
1123
|
-
|
|
1124
|
-
_: 1
|
|
1125
|
-
/* STABLE */
|
|
1126
|
-
|
|
1127
|
-
}, 8
|
|
1128
|
-
/* PROPS */
|
|
1129
|
-
, ["title"])])])], 2
|
|
1130
|
-
/* CLASS */
|
|
1131
|
-
);
|
|
992
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1 /* TEXT */)]),
|
|
993
|
+
_: 1 /* STABLE */
|
|
994
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1132
995
|
};
|
|
1133
996
|
}
|
|
1134
|
-
|
|
1135
997
|
}));
|
|
1136
998
|
;// CONCATENATED MODULE: ./src/webgl/floodanalysis/FloodAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1137
999
|
|
|
@@ -1143,10 +1005,13 @@ const __exports__ = FloodAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1143
1005
|
|
|
1144
1006
|
/* harmony default export */ var FloodAnalysis = (__exports__);
|
|
1145
1007
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1146
|
-
var init_js_ = __webpack_require__(
|
|
1008
|
+
var init_js_ = __webpack_require__(455);
|
|
1147
1009
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1148
1010
|
;// CONCATENATED MODULE: ./src/webgl/floodanalysis/index.js
|
|
1149
|
-
|
|
1011
|
+
/*
|
|
1012
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1013
|
+
* All rights reserved.
|
|
1014
|
+
*/
|
|
1150
1015
|
|
|
1151
1016
|
|
|
1152
1017
|
|
|
@@ -1155,8 +1020,6 @@ FloodAnalysis.install = (Vue, opts) => {
|
|
|
1155
1020
|
Vue.component(FloodAnalysis.name, FloodAnalysis);
|
|
1156
1021
|
};
|
|
1157
1022
|
|
|
1158
|
-
|
|
1159
|
-
}();
|
|
1160
1023
|
/******/ return __webpack_exports__;
|
|
1161
1024
|
/******/ })()
|
|
1162
1025
|
;
|