@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.4-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 +159 -227
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +288 -470
- package/clientPrint/index.js +333 -897
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +181 -252
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +297 -401
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +243 -382
- package/geologicalbodyanalysis/index.js +203 -287
- package/gpuspatialquery/index.js +240 -390
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +426 -733
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +7913 -16839
- package/isolineanalysis/index.js +554 -1231
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +339 -493
- package/modelFlat/index.js +202 -223
- package/modelexcavate/index.js +194 -251
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +180 -173
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +237 -328
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +273 -571
- package/sceneadvancedtoimage/index.js +1055 -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 +9018 -17813
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +256 -436
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +200 -339
- package/slopeanalysis/index.js +270 -433
- package/slopeaspectanalysis/index.js +303 -523
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +218 -269
- package/terrainprofileanalysis/index.js +162 -171
- 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/slopeanalysis/index.js
CHANGED
|
@@ -7,107 +7,162 @@
|
|
|
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
|
+
/***/ 8224:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 6363:
|
|
42
65
|
/***/ (function(module) {
|
|
43
66
|
|
|
44
67
|
module.exports = require("element-plus/dist/index.full.js");
|
|
45
68
|
|
|
46
69
|
/***/ }),
|
|
47
70
|
|
|
48
|
-
/***/
|
|
71
|
+
/***/ 3579:
|
|
49
72
|
/***/ (function(module) {
|
|
50
73
|
|
|
51
74
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
52
75
|
|
|
53
76
|
/***/ }),
|
|
54
77
|
|
|
55
|
-
/***/
|
|
78
|
+
/***/ 4822:
|
|
56
79
|
/***/ (function(module) {
|
|
57
80
|
|
|
58
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__4822__;
|
|
59
82
|
|
|
60
83
|
/***/ }),
|
|
61
84
|
|
|
62
|
-
/***/
|
|
85
|
+
/***/ 64:
|
|
63
86
|
/***/ (function(module) {
|
|
64
87
|
|
|
65
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
66
89
|
|
|
67
90
|
/***/ }),
|
|
68
91
|
|
|
69
|
-
/***/
|
|
92
|
+
/***/ 2975:
|
|
70
93
|
/***/ (function(module) {
|
|
71
94
|
|
|
72
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
73
96
|
|
|
74
97
|
/***/ }),
|
|
75
98
|
|
|
76
|
-
/***/
|
|
99
|
+
/***/ 455:
|
|
77
100
|
/***/ (function(module) {
|
|
78
101
|
|
|
79
|
-
module.exports =
|
|
102
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
80
103
|
|
|
81
104
|
/***/ }),
|
|
82
105
|
|
|
83
|
-
/***/
|
|
106
|
+
/***/ 154:
|
|
84
107
|
/***/ (function(module) {
|
|
85
108
|
|
|
86
|
-
module.exports =
|
|
109
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
87
110
|
|
|
88
111
|
/***/ }),
|
|
89
112
|
|
|
90
|
-
/***/
|
|
113
|
+
/***/ 6913:
|
|
91
114
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
92
115
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
function
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
116
|
+
|
|
117
|
+
// EXPORTS
|
|
118
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
119
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
123
|
+
function _typeof(o) {
|
|
124
|
+
"@babel/helpers - typeof";
|
|
125
|
+
|
|
126
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
127
|
+
return typeof o;
|
|
128
|
+
} : function (o) {
|
|
129
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
130
|
+
}, _typeof(o);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
134
|
+
|
|
135
|
+
function toPrimitive(t, r) {
|
|
136
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
137
|
+
var e = t[Symbol.toPrimitive];
|
|
138
|
+
if (void 0 !== e) {
|
|
139
|
+
var i = e.call(t, r || "default");
|
|
140
|
+
if ("object" != _typeof(i)) return i;
|
|
141
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
106
142
|
}
|
|
143
|
+
return ("string" === r ? String : Number)(t);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
107
147
|
|
|
108
|
-
|
|
148
|
+
|
|
149
|
+
function toPropertyKey(t) {
|
|
150
|
+
var i = toPrimitive(t, "string");
|
|
151
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
109
152
|
}
|
|
110
153
|
|
|
154
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
155
|
+
|
|
156
|
+
function _defineProperty(e, r, t) {
|
|
157
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
158
|
+
value: t,
|
|
159
|
+
enumerable: !0,
|
|
160
|
+
configurable: !0,
|
|
161
|
+
writable: !0
|
|
162
|
+
}) : e[r] = t, e;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
|
|
111
166
|
/***/ })
|
|
112
167
|
|
|
113
168
|
/******/ });
|
|
@@ -179,44 +234,53 @@ function _defineProperty(obj, key, value) {
|
|
|
179
234
|
/******/
|
|
180
235
|
/************************************************************************/
|
|
181
236
|
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
237
|
// ESM COMPAT FLAG
|
|
185
238
|
__webpack_require__.r(__webpack_exports__);
|
|
186
239
|
|
|
187
240
|
// EXPORTS
|
|
188
241
|
__webpack_require__.d(__webpack_exports__, {
|
|
189
|
-
|
|
242
|
+
SlopeAnalysisViewModel: function() { return /* reexport */ SlopeAnalysisViewModel; },
|
|
190
243
|
"default": function() { return /* reexport */ SlopeAnalysis; }
|
|
191
244
|
});
|
|
192
245
|
|
|
246
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
247
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
248
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
249
|
+
var esnext_iterator_find_js_ = __webpack_require__(7993);
|
|
250
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
251
|
+
var esnext_iterator_map_js_ = __webpack_require__(8224);
|
|
193
252
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
194
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
253
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
195
254
|
// 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__(
|
|
255
|
+
var gis_utils_ = __webpack_require__(64);
|
|
256
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
257
|
+
var defineProperty = __webpack_require__(6913);
|
|
199
258
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
200
|
-
var const_image_ = __webpack_require__(
|
|
259
|
+
var const_image_ = __webpack_require__(4822);
|
|
201
260
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
202
|
-
var message = __webpack_require__(
|
|
261
|
+
var message = __webpack_require__(3275);
|
|
203
262
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/SlopeAnalysisViewModel.js
|
|
204
263
|
|
|
205
|
-
// 分析逻辑类
|
|
206
264
|
|
|
207
265
|
|
|
266
|
+
/*
|
|
267
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
268
|
+
* All rights reserved.
|
|
269
|
+
*/
|
|
270
|
+
|
|
271
|
+
// 分析逻辑类
|
|
272
|
+
|
|
208
273
|
class SlopeAnalysisViewModel {
|
|
209
|
-
// 坡度坡向三维对象
|
|
210
274
|
constructor(scenceView, viewModel) {
|
|
211
|
-
(0,defineProperty/* default */.
|
|
212
|
-
|
|
213
|
-
(0,defineProperty/* default */.
|
|
275
|
+
(0,defineProperty/* default */.A)(this, "_slopeAnalysis", null);
|
|
276
|
+
// 坡度坡向三维对象
|
|
277
|
+
(0,defineProperty/* default */.A)(this, "_globaOptions", {
|
|
214
278
|
//全局参数
|
|
215
279
|
viewer: null,
|
|
216
280
|
_drawManager: null
|
|
217
281
|
});
|
|
218
|
-
|
|
219
|
-
|
|
282
|
+
(0,defineProperty/* default */.A)(this, "_colorImages", [
|
|
283
|
+
//渐变图片集合
|
|
220
284
|
{
|
|
221
285
|
value: "0",
|
|
222
286
|
src: const_image_.RED_TO_PURPLE_URL
|
|
@@ -227,7 +291,6 @@ class SlopeAnalysisViewModel {
|
|
|
227
291
|
value: "2",
|
|
228
292
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
229
293
|
}]);
|
|
230
|
-
|
|
231
294
|
this._globaOptions.viewer = scenceView._viewer;
|
|
232
295
|
this._globaOptions.viewModel = {
|
|
233
296
|
fillStyle: viewModel.fillStyle,
|
|
@@ -247,9 +310,9 @@ class SlopeAnalysisViewModel {
|
|
|
247
310
|
};
|
|
248
311
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
249
312
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
250
|
-
|
|
251
313
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
252
|
-
var that = this;
|
|
314
|
+
var that = this;
|
|
315
|
+
// that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
253
316
|
// viewer: that._globaOptions.viewer,
|
|
254
317
|
// positions: [
|
|
255
318
|
// new Cesium.Cartesian3(528486.4951355414, 5591866.071664512, 3011848.5874731047),
|
|
@@ -268,8 +331,8 @@ class SlopeAnalysisViewModel {
|
|
|
268
331
|
|
|
269
332
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
270
333
|
if (shape) {
|
|
271
|
-
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
272
|
-
|
|
334
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
335
|
+
// 实例化分析对象
|
|
273
336
|
if (!that._slopeAnalysis) {
|
|
274
337
|
switch (that._globaOptions.viewModel.fillStyle) {
|
|
275
338
|
case "tableColor":
|
|
@@ -281,7 +344,6 @@ class SlopeAnalysisViewModel {
|
|
|
281
344
|
colorTable: that._globaOptions.viewModel.colorTable
|
|
282
345
|
});
|
|
283
346
|
break;
|
|
284
|
-
|
|
285
347
|
case "colorImage":
|
|
286
348
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
287
349
|
viewer: that._globaOptions.viewer,
|
|
@@ -290,7 +352,6 @@ class SlopeAnalysisViewModel {
|
|
|
290
352
|
colorImage: that._globaOptions.viewModel.imageSrc
|
|
291
353
|
});
|
|
292
354
|
break;
|
|
293
|
-
|
|
294
355
|
case "slopeFilter":
|
|
295
356
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
296
357
|
viewer: that._globaOptions.viewer,
|
|
@@ -305,26 +366,20 @@ class SlopeAnalysisViewModel {
|
|
|
305
366
|
} else {
|
|
306
367
|
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
307
368
|
}
|
|
308
|
-
|
|
309
369
|
that._globaOptions._drawManager.clear();
|
|
310
370
|
}
|
|
311
371
|
});
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
372
|
+
}
|
|
373
|
+
//获取图片路径
|
|
315
374
|
getImagePath(value) {
|
|
316
375
|
var imagePath = '';
|
|
317
|
-
|
|
318
376
|
var image = this._colorImages.find(item => item.value === value);
|
|
319
|
-
|
|
320
377
|
if (image) {
|
|
321
378
|
imagePath = image.src;
|
|
322
379
|
}
|
|
323
|
-
|
|
324
380
|
return imagePath;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
|
|
381
|
+
}
|
|
382
|
+
// 开始分析
|
|
328
383
|
start() {
|
|
329
384
|
// 判断是否添加了地形
|
|
330
385
|
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
@@ -348,24 +403,22 @@ class SlopeAnalysisViewModel {
|
|
|
348
403
|
}
|
|
349
404
|
}
|
|
350
405
|
} else {
|
|
351
|
-
(0,message/* default */.
|
|
406
|
+
(0,message/* default */.A)({
|
|
352
407
|
message: "只支持STK类型的地形分析!",
|
|
353
408
|
type: "warning"
|
|
354
409
|
});
|
|
355
410
|
}
|
|
356
411
|
} else {
|
|
357
|
-
(0,message/* default */.
|
|
412
|
+
(0,message/* default */.A)({
|
|
358
413
|
message: "请加载地形后分析!",
|
|
359
414
|
type: "warning"
|
|
360
415
|
});
|
|
361
416
|
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
|
|
417
|
+
}
|
|
418
|
+
//修改填充样式
|
|
365
419
|
changeFilltyle(key) {
|
|
366
420
|
this._globaOptions.viewModel.fillStyle = key;
|
|
367
421
|
if (!this._slopeAnalysis) return;
|
|
368
|
-
|
|
369
422
|
switch (key) {
|
|
370
423
|
case "tableColor":
|
|
371
424
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
@@ -374,7 +427,6 @@ class SlopeAnalysisViewModel {
|
|
|
374
427
|
this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
375
428
|
this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
376
429
|
break;
|
|
377
|
-
|
|
378
430
|
case "colorImage":
|
|
379
431
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
380
432
|
this._slopeAnalysis.colorTableDegree = [];
|
|
@@ -382,85 +434,70 @@ class SlopeAnalysisViewModel {
|
|
|
382
434
|
this._slopeAnalysis.color = null;
|
|
383
435
|
this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
384
436
|
break;
|
|
385
|
-
|
|
386
437
|
case "slopeFilter":
|
|
387
438
|
this._slopeAnalysis.colorImage = null;
|
|
388
439
|
this._slopeAnalysis.isFilter = true;
|
|
389
440
|
this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope, this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope, this._slopeAnalysis.color = Cesium.Color.fromCssColorString(this._globaOptions.viewModel.slopeColorText).withAlpha(Number(this._globaOptions.viewModel.slopeColorAlpha));
|
|
390
441
|
break;
|
|
391
442
|
}
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
|
|
443
|
+
}
|
|
444
|
+
// 设置填充纹理值
|
|
395
445
|
setColorTableDegree(newValue) {
|
|
396
446
|
this._globaOptions.viewModel.colorTableDegree = newValue;
|
|
397
447
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
|
|
448
|
+
}
|
|
449
|
+
// 设置填充纹理颜色
|
|
401
450
|
setColorTable(newValue) {
|
|
402
451
|
this._globaOptions.viewModel.colorTable = newValue;
|
|
403
452
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
|
|
453
|
+
}
|
|
454
|
+
// 设置填充纹理
|
|
407
455
|
setColorImage(newValue) {
|
|
408
456
|
this._globaOptions.viewModel.imageSrc = newValue;
|
|
409
457
|
if (this._slopeAnalysis) this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
458
|
+
}
|
|
459
|
+
// 设置渐变纹理
|
|
413
460
|
getColorLine(key) {
|
|
414
461
|
var path = "";
|
|
415
|
-
|
|
416
462
|
switch (key) {
|
|
417
463
|
case 0:
|
|
418
464
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
419
465
|
break;
|
|
420
|
-
|
|
421
466
|
case 1:
|
|
422
467
|
path = const_image_.PURPLE_TO_YELLOW_URL;
|
|
423
468
|
break;
|
|
424
|
-
|
|
425
469
|
case 2:
|
|
426
470
|
path = const_image_.GREEN_TO_BLUE_URL;
|
|
427
471
|
break;
|
|
428
|
-
|
|
429
472
|
default:
|
|
430
473
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
431
474
|
break;
|
|
432
475
|
}
|
|
433
|
-
|
|
434
476
|
return path;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
|
|
477
|
+
}
|
|
478
|
+
// 设置坡度过滤样式
|
|
438
479
|
setSlopeFilterColor(slopeColorText, slopeColorAlpha) {
|
|
439
480
|
this._globaOptions.viewModel.slopeColorText = slopeColorText;
|
|
440
481
|
this._globaOptions.viewModel.slopeColorAlpha = Number(slopeColorAlpha);
|
|
441
482
|
if (this._slopeAnalysis) this._slopeAnalysis.color = Cesium.Color.fromCssColorString(slopeColorText).withAlpha(Number(slopeColorAlpha));
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
483
|
+
}
|
|
484
|
+
// 设置最小坡度值
|
|
445
485
|
setSlopeFilterMin(newValue) {
|
|
446
486
|
this._globaOptions.viewModel.minSlope = Number(newValue);
|
|
447
487
|
if (this._slopeAnalysis) this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
|
|
488
|
+
}
|
|
489
|
+
// 设置最大坡度值
|
|
451
490
|
setSlopeFilterMax(newValue) {
|
|
452
491
|
this._globaOptions.viewModel.maxSlope = Number(newValue);
|
|
453
492
|
if (this._slopeAnalysis) this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
|
|
493
|
+
}
|
|
494
|
+
// 清除全部结果
|
|
457
495
|
clear() {
|
|
458
496
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
459
497
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
460
498
|
this._slopeAnalysis = null;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
|
|
499
|
+
}
|
|
500
|
+
// 销毁
|
|
464
501
|
destroy() {
|
|
465
502
|
// 移除监听事件
|
|
466
503
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -468,16 +505,18 @@ class SlopeAnalysisViewModel {
|
|
|
468
505
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
469
506
|
this._slopeAnalysis = null;
|
|
470
507
|
}
|
|
471
|
-
|
|
472
508
|
}
|
|
473
509
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
474
|
-
var client_icons_vue_ = __webpack_require__(
|
|
510
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
475
511
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
476
|
-
var util_ = __webpack_require__(
|
|
512
|
+
var util_ = __webpack_require__(2975);
|
|
477
513
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
478
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
514
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
479
515
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/slopeanalysis/SlopeAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
480
516
|
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
481
520
|
const _hoisted_1 = {
|
|
482
521
|
class: "kq3d-slope-analysis-box"
|
|
483
522
|
};
|
|
@@ -490,26 +529,11 @@ const _hoisted_3 = {
|
|
|
490
529
|
const _hoisted_4 = {
|
|
491
530
|
key: 1
|
|
492
531
|
};
|
|
493
|
-
|
|
494
|
-
const
|
|
495
|
-
/* HOISTED */
|
|
496
|
-
);
|
|
497
|
-
|
|
498
|
-
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
499
|
-
class: "kq3d-slope-analysis-line"
|
|
500
|
-
}, null, -1
|
|
501
|
-
/* HOISTED */
|
|
502
|
-
);
|
|
503
|
-
|
|
504
|
-
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
505
|
-
/* HOISTED */
|
|
506
|
-
);
|
|
507
|
-
|
|
508
|
-
const _hoisted_8 = ["src"];
|
|
509
|
-
const _hoisted_9 = {
|
|
532
|
+
const _hoisted_5 = ["src"];
|
|
533
|
+
const _hoisted_6 = {
|
|
510
534
|
key: 2
|
|
511
535
|
};
|
|
512
|
-
const
|
|
536
|
+
const _hoisted_7 = {
|
|
513
537
|
class: "kq3d-slope-analysis-footer"
|
|
514
538
|
};
|
|
515
539
|
|
|
@@ -522,7 +546,7 @@ const _hoisted_10 = {
|
|
|
522
546
|
const __default__ = {
|
|
523
547
|
name: "Kq3dSlopeAnalysis"
|
|
524
548
|
};
|
|
525
|
-
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (
|
|
549
|
+
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
526
550
|
props: {
|
|
527
551
|
// 设置参数
|
|
528
552
|
settingParams: {
|
|
@@ -533,7 +557,6 @@ const __default__ = {
|
|
|
533
557
|
type: Boolean,
|
|
534
558
|
default: true
|
|
535
559
|
},
|
|
536
|
-
|
|
537
560
|
/**
|
|
538
561
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
539
562
|
*/
|
|
@@ -563,11 +586,9 @@ const __default__ = {
|
|
|
563
586
|
default: true
|
|
564
587
|
}
|
|
565
588
|
},
|
|
566
|
-
|
|
567
589
|
setup(__props, {
|
|
568
590
|
expose: __expose
|
|
569
591
|
}) {
|
|
570
|
-
const props = __props;
|
|
571
592
|
const {
|
|
572
593
|
proxy
|
|
573
594
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -602,12 +623,15 @@ const __default__ = {
|
|
|
602
623
|
}, {
|
|
603
624
|
value: 2,
|
|
604
625
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
605
|
-
}];
|
|
606
|
-
// 获取组件传参
|
|
607
|
-
// 分析类
|
|
626
|
+
}];
|
|
608
627
|
|
|
609
|
-
|
|
628
|
+
//计算属性
|
|
610
629
|
|
|
630
|
+
// 获取组件传参
|
|
631
|
+
const props = __props;
|
|
632
|
+
// 分析类
|
|
633
|
+
let viewModel = null;
|
|
634
|
+
// 默认参数
|
|
611
635
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
612
636
|
fillStyle: props.settingParams && props.settingParams.fillStyle || "tableColor",
|
|
613
637
|
colorTableDegree: props.settingParams && props.settingParams.colorTableDegree || [10, 20, 30, 40, 90],
|
|
@@ -617,13 +641,16 @@ const __default__ = {
|
|
|
617
641
|
maxSlope: props.settingParams && props.settingParams.maxSlope || 60,
|
|
618
642
|
slopeColorAlpha: props.settingParams && props.settingParams.slopeColorAlpha || 0.3,
|
|
619
643
|
slopeColorText: props.settingParams && props.settingParams.slopeColorText || "#FF0000"
|
|
620
|
-
});
|
|
644
|
+
});
|
|
621
645
|
|
|
622
|
-
|
|
646
|
+
// 组件容器Ref
|
|
647
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
623
648
|
|
|
649
|
+
// 生成组件默认header
|
|
624
650
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
625
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
651
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
626
652
|
|
|
653
|
+
// 国际化
|
|
627
654
|
let {
|
|
628
655
|
locale,
|
|
629
656
|
messages
|
|
@@ -643,30 +670,29 @@ const __default__ = {
|
|
|
643
670
|
watchCreateHeaderTemp();
|
|
644
671
|
});
|
|
645
672
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
646
|
-
|
|
647
673
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
648
674
|
if (scenceView) {
|
|
649
675
|
refactorArr();
|
|
650
|
-
viewModel = new SlopeAnalysisViewModel(scenceView, formItem);
|
|
676
|
+
viewModel = new SlopeAnalysisViewModel(scenceView, formItem);
|
|
677
|
+
// var imageUrl = getImagePath(formItem.colorImage);
|
|
651
678
|
// viewModel.setColorImage(imageUrl);
|
|
652
679
|
}
|
|
653
680
|
});
|
|
654
681
|
});
|
|
682
|
+
|
|
655
683
|
/**
|
|
656
684
|
* @description 监听header生成
|
|
657
685
|
*/
|
|
658
|
-
|
|
659
686
|
const watchCreateHeaderTemp = () => {
|
|
660
687
|
if (props.showHeaderTemp) {
|
|
661
688
|
// 生成headerTemp
|
|
662
689
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
663
690
|
}
|
|
664
|
-
};
|
|
665
|
-
|
|
691
|
+
};
|
|
666
692
|
|
|
693
|
+
// 刷新自定义样式数组
|
|
667
694
|
function refactorArr(type) {
|
|
668
695
|
if (!dataList || !dataList.length) return;
|
|
669
|
-
|
|
670
696
|
if (type == "degree") {
|
|
671
697
|
formItem.colorTableDegree = dataList.map(item => {
|
|
672
698
|
return item.colorTableDegree;
|
|
@@ -678,87 +704,73 @@ const __default__ = {
|
|
|
678
704
|
});
|
|
679
705
|
formItem.colorTable.shift();
|
|
680
706
|
}
|
|
681
|
-
}
|
|
682
|
-
|
|
707
|
+
}
|
|
683
708
|
|
|
709
|
+
//获取图片路径
|
|
684
710
|
function getImagePath(value) {
|
|
685
711
|
var imagePath = "";
|
|
686
712
|
var image = colorImages.find(item => item.value === value);
|
|
687
|
-
|
|
688
713
|
if (image) {
|
|
689
714
|
imagePath = image.src;
|
|
690
715
|
}
|
|
691
|
-
|
|
692
716
|
return imagePath;
|
|
693
|
-
}
|
|
694
|
-
|
|
717
|
+
}
|
|
695
718
|
|
|
719
|
+
// 参数改变
|
|
696
720
|
function paramsChanged(key) {
|
|
697
721
|
switch (key) {
|
|
698
722
|
case "fillStyle":
|
|
699
723
|
// 填充样式
|
|
700
724
|
viewModel.changeFilltyle(formItem.fillStyle);
|
|
701
725
|
break;
|
|
702
|
-
|
|
703
726
|
case "colorTableDegree":
|
|
704
727
|
// 自定义填充样式区间
|
|
705
728
|
refactorArr("degree");
|
|
706
729
|
viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
707
730
|
break;
|
|
708
|
-
|
|
709
731
|
case "colorTable":
|
|
710
732
|
// 自定义填充样式颜色
|
|
711
733
|
refactorArr("color");
|
|
712
734
|
viewModel.setColorTable(formItem.colorTable);
|
|
713
735
|
break;
|
|
714
|
-
|
|
715
736
|
case "colorImage":
|
|
716
737
|
// 填充样式
|
|
717
738
|
var imageUrl = getImagePath(formItem.colorImage);
|
|
718
739
|
viewModel.setColorImage(imageUrl);
|
|
719
740
|
break;
|
|
720
|
-
|
|
721
741
|
case "minSlope":
|
|
722
742
|
// 填充样式
|
|
723
743
|
viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
724
744
|
break;
|
|
725
|
-
|
|
726
745
|
case "maxSlope":
|
|
727
746
|
// 填充样式
|
|
728
747
|
viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
729
748
|
break;
|
|
730
|
-
|
|
731
749
|
case "slopeColorAlpha":
|
|
732
750
|
// 填充样式
|
|
733
751
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
734
752
|
break;
|
|
735
|
-
|
|
736
753
|
case "slopeColorText":
|
|
737
754
|
// 填充样式
|
|
738
755
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
739
756
|
break;
|
|
740
|
-
|
|
741
757
|
default:
|
|
742
758
|
break;
|
|
743
759
|
}
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
|
|
760
|
+
}
|
|
761
|
+
// 开始分析
|
|
747
762
|
function startAnalysis() {
|
|
748
763
|
clearResult();
|
|
749
764
|
viewModel && viewModel.start();
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
|
|
765
|
+
}
|
|
766
|
+
//清除结果
|
|
753
767
|
function clearResult() {
|
|
754
768
|
viewModel && viewModel.clear();
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
|
|
769
|
+
}
|
|
770
|
+
// 销毁
|
|
758
771
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
759
772
|
viewModel && viewModel.destroy();
|
|
760
773
|
});
|
|
761
|
-
|
|
762
774
|
__expose({
|
|
763
775
|
refactorArr,
|
|
764
776
|
getImagePath,
|
|
@@ -766,36 +778,21 @@ const __default__ = {
|
|
|
766
778
|
startAnalysis,
|
|
767
779
|
clearResult
|
|
768
780
|
});
|
|
769
|
-
|
|
770
781
|
return (_ctx, _cache) => {
|
|
771
782
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
772
|
-
|
|
773
783
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
774
|
-
|
|
775
784
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
776
|
-
|
|
777
785
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
778
|
-
|
|
779
786
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
780
|
-
|
|
781
787
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
782
|
-
|
|
783
788
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
784
|
-
|
|
785
789
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
786
|
-
|
|
787
790
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
788
|
-
|
|
789
791
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
790
|
-
|
|
791
792
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
792
|
-
|
|
793
793
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
794
|
-
|
|
795
794
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
796
|
-
|
|
797
795
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
798
|
-
|
|
799
796
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
800
797
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-slope-analysis", {
|
|
801
798
|
'kq-box-shadow': __props.showShadow
|
|
@@ -806,18 +803,12 @@ const __default__ = {
|
|
|
806
803
|
key: 0,
|
|
807
804
|
ref_key: "headerTempRef",
|
|
808
805
|
ref: headerTempRef
|
|
809
|
-
}, null, 512
|
|
810
|
-
/* NEED_PATCH */
|
|
811
|
-
)) : (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_.unref)(formItem).fillStyle !== 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
806
|
+
}, 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_.unref)(formItem).fillStyle !== 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
812
807
|
key: 0,
|
|
813
808
|
class: "kq3d-slope-analysis-tip"
|
|
814
809
|
}, {
|
|
815
|
-
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).skylineTips), 1
|
|
816
|
-
/*
|
|
817
|
-
)]),
|
|
818
|
-
_: 1
|
|
819
|
-
/* STABLE */
|
|
820
|
-
|
|
810
|
+
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).skylineTips), 1 /* TEXT */)]),
|
|
811
|
+
_: 1 /* STABLE */
|
|
821
812
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
822
813
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
823
814
|
}, {
|
|
@@ -845,34 +836,18 @@ const __default__ = {
|
|
|
845
836
|
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, {
|
|
846
837
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
|
|
847
838
|
value: "tableColor"
|
|
848
|
-
}, null, 8
|
|
849
|
-
/* PROPS */
|
|
850
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
839
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
851
840
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
|
|
852
841
|
value: "colorImage"
|
|
853
|
-
}, null, 8
|
|
854
|
-
/* PROPS */
|
|
855
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
842
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
856
843
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeFilter,
|
|
857
844
|
value: "slopeFilter"
|
|
858
|
-
}, null, 8
|
|
859
|
-
/*
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
}, 8
|
|
865
|
-
/* PROPS */
|
|
866
|
-
, ["modelValue"])]),
|
|
867
|
-
_: 1
|
|
868
|
-
/* STABLE */
|
|
869
|
-
|
|
870
|
-
}, 8
|
|
871
|
-
/* PROPS */
|
|
872
|
-
, ["label"])]),
|
|
873
|
-
_: 1
|
|
874
|
-
/* STABLE */
|
|
875
|
-
|
|
845
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
846
|
+
_: 1 /* STABLE */
|
|
847
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
848
|
+
_: 1 /* STABLE */
|
|
849
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
850
|
+
_: 1 /* STABLE */
|
|
876
851
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'tableColor' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
877
852
|
style: {
|
|
878
853
|
"display": "flex"
|
|
@@ -881,25 +856,15 @@ const __default__ = {
|
|
|
881
856
|
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_col, {
|
|
882
857
|
span: 18
|
|
883
858
|
}, {
|
|
884
|
-
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).setSlopeRange), 1
|
|
885
|
-
/*
|
|
886
|
-
)]),
|
|
887
|
-
_: 1
|
|
888
|
-
/* STABLE */
|
|
889
|
-
|
|
859
|
+
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).setSlopeRange), 1 /* TEXT */)]),
|
|
860
|
+
_: 1 /* STABLE */
|
|
890
861
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
891
862
|
span: 6
|
|
892
863
|
}, {
|
|
893
|
-
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).setColor), 1
|
|
894
|
-
/*
|
|
895
|
-
)]),
|
|
896
|
-
_: 1
|
|
897
|
-
/* STABLE */
|
|
898
|
-
|
|
864
|
+
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).setColor), 1 /* TEXT */)]),
|
|
865
|
+
_: 1 /* STABLE */
|
|
899
866
|
})]),
|
|
900
|
-
_: 1
|
|
901
|
-
/* STABLE */
|
|
902
|
-
|
|
867
|
+
_: 1 /* STABLE */
|
|
903
868
|
}), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList), (item, index) => {
|
|
904
869
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
905
870
|
key: index,
|
|
@@ -920,9 +885,7 @@ const __default__ = {
|
|
|
920
885
|
disabled: true,
|
|
921
886
|
onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
|
|
922
887
|
"controls-position": "right"
|
|
923
|
-
}, null, 8
|
|
924
|
-
/* PROPS */
|
|
925
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
888
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
926
889
|
key: 1,
|
|
927
890
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
928
891
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
@@ -930,11 +893,7 @@ const __default__ = {
|
|
|
930
893
|
step: 1,
|
|
931
894
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
|
|
932
895
|
"controls-position": "right"
|
|
933
|
-
}, null, 8
|
|
934
|
-
/* PROPS */
|
|
935
|
-
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1
|
|
936
|
-
/* TEXT */
|
|
937
|
-
), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
896
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
938
897
|
key: 2,
|
|
939
898
|
modelValue: item.colorTableDegree,
|
|
940
899
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -943,9 +902,7 @@ const __default__ = {
|
|
|
943
902
|
step: 1,
|
|
944
903
|
onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
|
|
945
904
|
"controls-position": "right"
|
|
946
|
-
}, null, 8
|
|
947
|
-
/* PROPS */
|
|
948
|
-
, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
905
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
949
906
|
key: 3,
|
|
950
907
|
modelValue: item.colorTableDegree,
|
|
951
908
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -953,41 +910,21 @@ const __default__ = {
|
|
|
953
910
|
disabled: true,
|
|
954
911
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
|
|
955
912
|
"controls-position": "right"
|
|
956
|
-
}, null, 8
|
|
957
|
-
/*
|
|
958
|
-
|
|
959
|
-
_: 2
|
|
960
|
-
/* DYNAMIC */
|
|
961
|
-
|
|
962
|
-
}, 1024
|
|
963
|
-
/* DYNAMIC_SLOTS */
|
|
964
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
913
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
914
|
+
_: 2 /* DYNAMIC */
|
|
915
|
+
}, 1024 /* DYNAMIC_SLOTS */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
965
916
|
span: 6
|
|
966
917
|
}, {
|
|
967
918
|
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_color_picker, {
|
|
968
919
|
modelValue: item.colorTable,
|
|
969
920
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
970
921
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('colorTable'))
|
|
971
|
-
}, null, 8
|
|
972
|
-
/*
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
}, 1024
|
|
978
|
-
/* DYNAMIC_SLOTS */
|
|
979
|
-
)], 64
|
|
980
|
-
/* STABLE_FRAGMENT */
|
|
981
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
982
|
-
_: 2
|
|
983
|
-
/* DYNAMIC */
|
|
984
|
-
|
|
985
|
-
}, 1024
|
|
986
|
-
/* DYNAMIC_SLOTS */
|
|
987
|
-
);
|
|
988
|
-
}), 128
|
|
989
|
-
/* KEYED_FRAGMENT */
|
|
990
|
-
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'colorImage' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
922
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
|
|
923
|
+
_: 2 /* DYNAMIC */
|
|
924
|
+
}, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
925
|
+
_: 2 /* DYNAMIC */
|
|
926
|
+
}, 1024 /* DYNAMIC_SLOTS */);
|
|
927
|
+
}), 128 /* KEYED_FRAGMENT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'colorImage' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
991
928
|
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, {
|
|
992
929
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
993
930
|
}, {
|
|
@@ -996,10 +933,10 @@ const __default__ = {
|
|
|
996
933
|
"display": "flex"
|
|
997
934
|
}
|
|
998
935
|
}, {
|
|
999
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1000
|
-
|
|
1001
|
-
/*
|
|
1002
|
-
|
|
936
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[25] || (_cache[25] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
937
|
+
class: "kq3d-slope-analysis-line"
|
|
938
|
+
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
939
|
+
_: 1 /* STABLE */
|
|
1003
940
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
1004
941
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
1005
942
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
@@ -1014,34 +951,16 @@ const __default__ = {
|
|
|
1014
951
|
class: "kq3d-slope-analysis-legend",
|
|
1015
952
|
src: item.src,
|
|
1016
953
|
alt: ""
|
|
1017
|
-
}, null, 8
|
|
1018
|
-
/*
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
/* STABLE_FRAGMENT */
|
|
1028
|
-
))]),
|
|
1029
|
-
_: 1
|
|
1030
|
-
/* STABLE */
|
|
1031
|
-
|
|
1032
|
-
}, 8
|
|
1033
|
-
/* PROPS */
|
|
1034
|
-
, ["modelValue"])]),
|
|
1035
|
-
_: 1
|
|
1036
|
-
/* STABLE */
|
|
1037
|
-
|
|
1038
|
-
}, 8
|
|
1039
|
-
/* PROPS */
|
|
1040
|
-
, ["label"])]),
|
|
1041
|
-
_: 1
|
|
1042
|
-
/* STABLE */
|
|
1043
|
-
|
|
1044
|
-
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
954
|
+
}, null, 8 /* PROPS */, _hoisted_5)]),
|
|
955
|
+
_: 2 /* DYNAMIC */
|
|
956
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
957
|
+
}), 64 /* STABLE_FRAGMENT */))]),
|
|
958
|
+
_: 1 /* STABLE */
|
|
959
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
960
|
+
_: 1 /* STABLE */
|
|
961
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
962
|
+
_: 1 /* STABLE */
|
|
963
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1045
964
|
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, {
|
|
1046
965
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
1047
966
|
}, {
|
|
@@ -1060,12 +979,8 @@ const __default__ = {
|
|
|
1060
979
|
min: 0,
|
|
1061
980
|
max: 90,
|
|
1062
981
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
|
|
1063
|
-
}, null, 8
|
|
1064
|
-
/*
|
|
1065
|
-
, ["modelValue"])]),
|
|
1066
|
-
_: 1
|
|
1067
|
-
/* STABLE */
|
|
1068
|
-
|
|
982
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
983
|
+
_: 1 /* STABLE */
|
|
1069
984
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1070
985
|
span: 8
|
|
1071
986
|
}, {
|
|
@@ -1077,26 +992,14 @@ const __default__ = {
|
|
|
1077
992
|
max: 90,
|
|
1078
993
|
"controls-position": "right",
|
|
1079
994
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
|
|
1080
|
-
}, null, 8
|
|
1081
|
-
/*
|
|
1082
|
-
, ["modelValue"])]),
|
|
1083
|
-
_: 1
|
|
1084
|
-
/* STABLE */
|
|
1085
|
-
|
|
995
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
996
|
+
_: 1 /* STABLE */
|
|
1086
997
|
})]),
|
|
1087
|
-
_: 1
|
|
1088
|
-
/* STABLE */
|
|
1089
|
-
|
|
998
|
+
_: 1 /* STABLE */
|
|
1090
999
|
})]),
|
|
1091
|
-
_: 1
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
}, 8
|
|
1095
|
-
/* PROPS */
|
|
1096
|
-
, ["label"])]),
|
|
1097
|
-
_: 1
|
|
1098
|
-
/* STABLE */
|
|
1099
|
-
|
|
1000
|
+
_: 1 /* STABLE */
|
|
1001
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1002
|
+
_: 1 /* STABLE */
|
|
1100
1003
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1101
1004
|
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, {
|
|
1102
1005
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSlope
|
|
@@ -1116,12 +1019,8 @@ const __default__ = {
|
|
|
1116
1019
|
min: 0,
|
|
1117
1020
|
max: 90,
|
|
1118
1021
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
|
|
1119
|
-
}, null, 8
|
|
1120
|
-
/*
|
|
1121
|
-
, ["modelValue"])]),
|
|
1122
|
-
_: 1
|
|
1123
|
-
/* STABLE */
|
|
1124
|
-
|
|
1022
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1023
|
+
_: 1 /* STABLE */
|
|
1125
1024
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1126
1025
|
span: 8
|
|
1127
1026
|
}, {
|
|
@@ -1133,26 +1032,14 @@ const __default__ = {
|
|
|
1133
1032
|
max: 90,
|
|
1134
1033
|
"controls-position": "right",
|
|
1135
1034
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
|
|
1136
|
-
}, null, 8
|
|
1137
|
-
/*
|
|
1138
|
-
, ["modelValue"])]),
|
|
1139
|
-
_: 1
|
|
1140
|
-
/* STABLE */
|
|
1141
|
-
|
|
1035
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1036
|
+
_: 1 /* STABLE */
|
|
1142
1037
|
})]),
|
|
1143
|
-
_: 1
|
|
1144
|
-
/* STABLE */
|
|
1145
|
-
|
|
1038
|
+
_: 1 /* STABLE */
|
|
1146
1039
|
})]),
|
|
1147
|
-
_: 1
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
}, 8
|
|
1151
|
-
/* PROPS */
|
|
1152
|
-
, ["label"])]),
|
|
1153
|
-
_: 1
|
|
1154
|
-
/* STABLE */
|
|
1155
|
-
|
|
1040
|
+
_: 1 /* STABLE */
|
|
1041
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1042
|
+
_: 1 /* STABLE */
|
|
1156
1043
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1157
1044
|
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, {
|
|
1158
1045
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
@@ -1172,12 +1059,8 @@ const __default__ = {
|
|
|
1172
1059
|
max: 1,
|
|
1173
1060
|
step: 0.01,
|
|
1174
1061
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
1175
|
-
}, null, 8
|
|
1176
|
-
/*
|
|
1177
|
-
, ["modelValue", "step"])]),
|
|
1178
|
-
_: 1
|
|
1179
|
-
/* STABLE */
|
|
1180
|
-
|
|
1062
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1063
|
+
_: 1 /* STABLE */
|
|
1181
1064
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1182
1065
|
span: 8
|
|
1183
1066
|
}, {
|
|
@@ -1189,26 +1072,14 @@ const __default__ = {
|
|
|
1189
1072
|
step: 0.01,
|
|
1190
1073
|
"controls-position": "right",
|
|
1191
1074
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
1192
|
-
}, null, 8
|
|
1193
|
-
/*
|
|
1194
|
-
, ["modelValue", "step"])]),
|
|
1195
|
-
_: 1
|
|
1196
|
-
/* STABLE */
|
|
1197
|
-
|
|
1075
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1076
|
+
_: 1 /* STABLE */
|
|
1198
1077
|
})]),
|
|
1199
|
-
_: 1
|
|
1200
|
-
/* STABLE */
|
|
1201
|
-
|
|
1078
|
+
_: 1 /* STABLE */
|
|
1202
1079
|
})]),
|
|
1203
|
-
_: 1
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
}, 8
|
|
1207
|
-
/* PROPS */
|
|
1208
|
-
, ["label"])]),
|
|
1209
|
-
_: 1
|
|
1210
|
-
/* STABLE */
|
|
1211
|
-
|
|
1080
|
+
_: 1 /* STABLE */
|
|
1081
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1082
|
+
_: 1 /* STABLE */
|
|
1212
1083
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1213
1084
|
style: {
|
|
1214
1085
|
"padding-bottom": "8px"
|
|
@@ -1221,67 +1092,32 @@ const __default__ = {
|
|
|
1221
1092
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
1222
1093
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText = $event),
|
|
1223
1094
|
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('slopeColorText'))
|
|
1224
|
-
}, null, 8
|
|
1225
|
-
/*
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
/* STABLE */
|
|
1229
|
-
|
|
1230
|
-
}, 8
|
|
1231
|
-
/* PROPS */
|
|
1232
|
-
, ["label"])]),
|
|
1233
|
-
_: 1
|
|
1234
|
-
/* STABLE */
|
|
1235
|
-
|
|
1095
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1096
|
+
_: 1 /* STABLE */
|
|
1097
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1098
|
+
_: 1 /* STABLE */
|
|
1236
1099
|
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1237
|
-
_: 1
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
_: 1
|
|
1244
|
-
/* STABLE */
|
|
1245
|
-
|
|
1246
|
-
}, 8
|
|
1247
|
-
/* PROPS */
|
|
1248
|
-
, ["title"])]),
|
|
1249
|
-
_: 1
|
|
1250
|
-
/* STABLE */
|
|
1251
|
-
|
|
1252
|
-
}, 8
|
|
1253
|
-
/* PROPS */
|
|
1254
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1100
|
+
_: 1 /* STABLE */
|
|
1101
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
1102
|
+
_: 1 /* STABLE */
|
|
1103
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1104
|
+
_: 1 /* STABLE */
|
|
1105
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1255
1106
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1256
1107
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1257
1108
|
type: "primary"
|
|
1258
1109
|
}, {
|
|
1259
|
-
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
|
|
1260
|
-
/*
|
|
1261
|
-
|
|
1262
|
-
_: 1
|
|
1263
|
-
/* STABLE */
|
|
1264
|
-
|
|
1265
|
-
}, 8
|
|
1266
|
-
/* PROPS */
|
|
1267
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1110
|
+
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 */)]),
|
|
1111
|
+
_: 1 /* STABLE */
|
|
1112
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1268
1113
|
onClick: _cache[24] || (_cache[24] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1269
1114
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1270
1115
|
}, {
|
|
1271
|
-
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
|
|
1272
|
-
/*
|
|
1273
|
-
|
|
1274
|
-
_: 1
|
|
1275
|
-
/* STABLE */
|
|
1276
|
-
|
|
1277
|
-
}, 8
|
|
1278
|
-
/* PROPS */
|
|
1279
|
-
, ["title"])])])], 2
|
|
1280
|
-
/* CLASS */
|
|
1281
|
-
);
|
|
1116
|
+
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 */)]),
|
|
1117
|
+
_: 1 /* STABLE */
|
|
1118
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1282
1119
|
};
|
|
1283
1120
|
}
|
|
1284
|
-
|
|
1285
1121
|
}));
|
|
1286
1122
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/SlopeAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1287
1123
|
|
|
@@ -1293,10 +1129,13 @@ const __exports__ = SlopeAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1293
1129
|
|
|
1294
1130
|
/* harmony default export */ var SlopeAnalysis = (__exports__);
|
|
1295
1131
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1296
|
-
var init_js_ = __webpack_require__(
|
|
1132
|
+
var init_js_ = __webpack_require__(455);
|
|
1297
1133
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1298
1134
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/index.js
|
|
1299
|
-
|
|
1135
|
+
/*
|
|
1136
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1137
|
+
* All rights reserved.
|
|
1138
|
+
*/
|
|
1300
1139
|
|
|
1301
1140
|
|
|
1302
1141
|
|
|
@@ -1305,8 +1144,6 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
1305
1144
|
Vue.component(SlopeAnalysis.name, SlopeAnalysis);
|
|
1306
1145
|
};
|
|
1307
1146
|
|
|
1308
|
-
|
|
1309
|
-
}();
|
|
1310
1147
|
/******/ return __webpack_exports__;
|
|
1311
1148
|
/******/ })()
|
|
1312
1149
|
;
|