@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/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,8 @@ class SlopeAnalysisViewModel {
|
|
|
227
291
|
value: "2",
|
|
228
292
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
229
293
|
}]);
|
|
230
|
-
|
|
294
|
+
(0,defineProperty/* default */.A)(this, "_language", {});
|
|
295
|
+
this._language = scenceView._language;
|
|
231
296
|
this._globaOptions.viewer = scenceView._viewer;
|
|
232
297
|
this._globaOptions.viewModel = {
|
|
233
298
|
fillStyle: viewModel.fillStyle,
|
|
@@ -247,9 +312,9 @@ class SlopeAnalysisViewModel {
|
|
|
247
312
|
};
|
|
248
313
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
249
314
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
250
|
-
|
|
251
315
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
252
|
-
var that = this;
|
|
316
|
+
var that = this;
|
|
317
|
+
// that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
253
318
|
// viewer: that._globaOptions.viewer,
|
|
254
319
|
// positions: [
|
|
255
320
|
// new Cesium.Cartesian3(528486.4951355414, 5591866.071664512, 3011848.5874731047),
|
|
@@ -268,8 +333,8 @@ class SlopeAnalysisViewModel {
|
|
|
268
333
|
|
|
269
334
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
270
335
|
if (shape) {
|
|
271
|
-
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
272
|
-
|
|
336
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
337
|
+
// 实例化分析对象
|
|
273
338
|
if (!that._slopeAnalysis) {
|
|
274
339
|
switch (that._globaOptions.viewModel.fillStyle) {
|
|
275
340
|
case "tableColor":
|
|
@@ -281,7 +346,6 @@ class SlopeAnalysisViewModel {
|
|
|
281
346
|
colorTable: that._globaOptions.viewModel.colorTable
|
|
282
347
|
});
|
|
283
348
|
break;
|
|
284
|
-
|
|
285
349
|
case "colorImage":
|
|
286
350
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
287
351
|
viewer: that._globaOptions.viewer,
|
|
@@ -290,7 +354,6 @@ class SlopeAnalysisViewModel {
|
|
|
290
354
|
colorImage: that._globaOptions.viewModel.imageSrc
|
|
291
355
|
});
|
|
292
356
|
break;
|
|
293
|
-
|
|
294
357
|
case "slopeFilter":
|
|
295
358
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
296
359
|
viewer: that._globaOptions.viewer,
|
|
@@ -305,26 +368,20 @@ class SlopeAnalysisViewModel {
|
|
|
305
368
|
} else {
|
|
306
369
|
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
307
370
|
}
|
|
308
|
-
|
|
309
371
|
that._globaOptions._drawManager.clear();
|
|
310
372
|
}
|
|
311
373
|
});
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
374
|
+
}
|
|
375
|
+
//获取图片路径
|
|
315
376
|
getImagePath(value) {
|
|
316
377
|
var imagePath = '';
|
|
317
|
-
|
|
318
378
|
var image = this._colorImages.find(item => item.value === value);
|
|
319
|
-
|
|
320
379
|
if (image) {
|
|
321
380
|
imagePath = image.src;
|
|
322
381
|
}
|
|
323
|
-
|
|
324
382
|
return imagePath;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
|
|
383
|
+
}
|
|
384
|
+
// 开始分析
|
|
328
385
|
start() {
|
|
329
386
|
// 判断是否添加了地形
|
|
330
387
|
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
@@ -348,24 +405,22 @@ class SlopeAnalysisViewModel {
|
|
|
348
405
|
}
|
|
349
406
|
}
|
|
350
407
|
} else {
|
|
351
|
-
(0,message/* default */.
|
|
352
|
-
message: "
|
|
408
|
+
(0,message/* default */.A)({
|
|
409
|
+
message: this._language["stkTerrainAnalysisTips"],
|
|
353
410
|
type: "warning"
|
|
354
411
|
});
|
|
355
412
|
}
|
|
356
413
|
} else {
|
|
357
|
-
(0,message/* default */.
|
|
358
|
-
message: "
|
|
414
|
+
(0,message/* default */.A)({
|
|
415
|
+
message: this._language["terrainAnalysisTips"],
|
|
359
416
|
type: "warning"
|
|
360
417
|
});
|
|
361
418
|
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
|
|
419
|
+
}
|
|
420
|
+
//修改填充样式
|
|
365
421
|
changeFilltyle(key) {
|
|
366
422
|
this._globaOptions.viewModel.fillStyle = key;
|
|
367
423
|
if (!this._slopeAnalysis) return;
|
|
368
|
-
|
|
369
424
|
switch (key) {
|
|
370
425
|
case "tableColor":
|
|
371
426
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
@@ -374,7 +429,6 @@ class SlopeAnalysisViewModel {
|
|
|
374
429
|
this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
375
430
|
this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
376
431
|
break;
|
|
377
|
-
|
|
378
432
|
case "colorImage":
|
|
379
433
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
380
434
|
this._slopeAnalysis.colorTableDegree = [];
|
|
@@ -382,85 +436,70 @@ class SlopeAnalysisViewModel {
|
|
|
382
436
|
this._slopeAnalysis.color = null;
|
|
383
437
|
this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
384
438
|
break;
|
|
385
|
-
|
|
386
439
|
case "slopeFilter":
|
|
387
440
|
this._slopeAnalysis.colorImage = null;
|
|
388
441
|
this._slopeAnalysis.isFilter = true;
|
|
389
442
|
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
443
|
break;
|
|
391
444
|
}
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
|
|
445
|
+
}
|
|
446
|
+
// 设置填充纹理值
|
|
395
447
|
setColorTableDegree(newValue) {
|
|
396
448
|
this._globaOptions.viewModel.colorTableDegree = newValue;
|
|
397
449
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
|
|
450
|
+
}
|
|
451
|
+
// 设置填充纹理颜色
|
|
401
452
|
setColorTable(newValue) {
|
|
402
453
|
this._globaOptions.viewModel.colorTable = newValue;
|
|
403
454
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
|
|
455
|
+
}
|
|
456
|
+
// 设置填充纹理
|
|
407
457
|
setColorImage(newValue) {
|
|
408
458
|
this._globaOptions.viewModel.imageSrc = newValue;
|
|
409
459
|
if (this._slopeAnalysis) this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
460
|
+
}
|
|
461
|
+
// 设置渐变纹理
|
|
413
462
|
getColorLine(key) {
|
|
414
463
|
var path = "";
|
|
415
|
-
|
|
416
464
|
switch (key) {
|
|
417
465
|
case 0:
|
|
418
466
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
419
467
|
break;
|
|
420
|
-
|
|
421
468
|
case 1:
|
|
422
469
|
path = const_image_.PURPLE_TO_YELLOW_URL;
|
|
423
470
|
break;
|
|
424
|
-
|
|
425
471
|
case 2:
|
|
426
472
|
path = const_image_.GREEN_TO_BLUE_URL;
|
|
427
473
|
break;
|
|
428
|
-
|
|
429
474
|
default:
|
|
430
475
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
431
476
|
break;
|
|
432
477
|
}
|
|
433
|
-
|
|
434
478
|
return path;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
|
|
479
|
+
}
|
|
480
|
+
// 设置坡度过滤样式
|
|
438
481
|
setSlopeFilterColor(slopeColorText, slopeColorAlpha) {
|
|
439
482
|
this._globaOptions.viewModel.slopeColorText = slopeColorText;
|
|
440
483
|
this._globaOptions.viewModel.slopeColorAlpha = Number(slopeColorAlpha);
|
|
441
484
|
if (this._slopeAnalysis) this._slopeAnalysis.color = Cesium.Color.fromCssColorString(slopeColorText).withAlpha(Number(slopeColorAlpha));
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
485
|
+
}
|
|
486
|
+
// 设置最小坡度值
|
|
445
487
|
setSlopeFilterMin(newValue) {
|
|
446
488
|
this._globaOptions.viewModel.minSlope = Number(newValue);
|
|
447
489
|
if (this._slopeAnalysis) this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
|
|
490
|
+
}
|
|
491
|
+
// 设置最大坡度值
|
|
451
492
|
setSlopeFilterMax(newValue) {
|
|
452
493
|
this._globaOptions.viewModel.maxSlope = Number(newValue);
|
|
453
494
|
if (this._slopeAnalysis) this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
|
|
495
|
+
}
|
|
496
|
+
// 清除全部结果
|
|
457
497
|
clear() {
|
|
458
498
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
459
499
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
460
500
|
this._slopeAnalysis = null;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
|
|
501
|
+
}
|
|
502
|
+
// 销毁
|
|
464
503
|
destroy() {
|
|
465
504
|
// 移除监听事件
|
|
466
505
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -468,16 +507,18 @@ class SlopeAnalysisViewModel {
|
|
|
468
507
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
469
508
|
this._slopeAnalysis = null;
|
|
470
509
|
}
|
|
471
|
-
|
|
472
510
|
}
|
|
473
511
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
474
|
-
var client_icons_vue_ = __webpack_require__(
|
|
512
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
475
513
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
476
|
-
var util_ = __webpack_require__(
|
|
514
|
+
var util_ = __webpack_require__(2975);
|
|
477
515
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
478
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
516
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
479
517
|
;// 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
518
|
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
481
522
|
const _hoisted_1 = {
|
|
482
523
|
class: "kq3d-slope-analysis-box"
|
|
483
524
|
};
|
|
@@ -490,26 +531,11 @@ const _hoisted_3 = {
|
|
|
490
531
|
const _hoisted_4 = {
|
|
491
532
|
key: 1
|
|
492
533
|
};
|
|
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 = {
|
|
534
|
+
const _hoisted_5 = ["src"];
|
|
535
|
+
const _hoisted_6 = {
|
|
510
536
|
key: 2
|
|
511
537
|
};
|
|
512
|
-
const
|
|
538
|
+
const _hoisted_7 = {
|
|
513
539
|
class: "kq3d-slope-analysis-footer"
|
|
514
540
|
};
|
|
515
541
|
|
|
@@ -522,7 +548,7 @@ const _hoisted_10 = {
|
|
|
522
548
|
const __default__ = {
|
|
523
549
|
name: "Kq3dSlopeAnalysis"
|
|
524
550
|
};
|
|
525
|
-
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (
|
|
551
|
+
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
526
552
|
props: {
|
|
527
553
|
// 设置参数
|
|
528
554
|
settingParams: {
|
|
@@ -533,7 +559,6 @@ const __default__ = {
|
|
|
533
559
|
type: Boolean,
|
|
534
560
|
default: true
|
|
535
561
|
},
|
|
536
|
-
|
|
537
562
|
/**
|
|
538
563
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
539
564
|
*/
|
|
@@ -563,11 +588,9 @@ const __default__ = {
|
|
|
563
588
|
default: true
|
|
564
589
|
}
|
|
565
590
|
},
|
|
566
|
-
|
|
567
591
|
setup(__props, {
|
|
568
592
|
expose: __expose
|
|
569
593
|
}) {
|
|
570
|
-
const props = __props;
|
|
571
594
|
const {
|
|
572
595
|
proxy
|
|
573
596
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -602,12 +625,15 @@ const __default__ = {
|
|
|
602
625
|
}, {
|
|
603
626
|
value: 2,
|
|
604
627
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
605
|
-
}];
|
|
606
|
-
// 获取组件传参
|
|
607
|
-
// 分析类
|
|
628
|
+
}];
|
|
608
629
|
|
|
609
|
-
|
|
630
|
+
//计算属性
|
|
610
631
|
|
|
632
|
+
// 获取组件传参
|
|
633
|
+
const props = __props;
|
|
634
|
+
// 分析类
|
|
635
|
+
let viewModel = null;
|
|
636
|
+
// 默认参数
|
|
611
637
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
612
638
|
fillStyle: props.settingParams && props.settingParams.fillStyle || "tableColor",
|
|
613
639
|
colorTableDegree: props.settingParams && props.settingParams.colorTableDegree || [10, 20, 30, 40, 90],
|
|
@@ -617,13 +643,16 @@ const __default__ = {
|
|
|
617
643
|
maxSlope: props.settingParams && props.settingParams.maxSlope || 60,
|
|
618
644
|
slopeColorAlpha: props.settingParams && props.settingParams.slopeColorAlpha || 0.3,
|
|
619
645
|
slopeColorText: props.settingParams && props.settingParams.slopeColorText || "#FF0000"
|
|
620
|
-
});
|
|
646
|
+
});
|
|
621
647
|
|
|
622
|
-
|
|
648
|
+
// 组件容器Ref
|
|
649
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
623
650
|
|
|
651
|
+
// 生成组件默认header
|
|
624
652
|
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)();
|
|
653
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
626
654
|
|
|
655
|
+
// 国际化
|
|
627
656
|
let {
|
|
628
657
|
locale,
|
|
629
658
|
messages
|
|
@@ -643,30 +672,29 @@ const __default__ = {
|
|
|
643
672
|
watchCreateHeaderTemp();
|
|
644
673
|
});
|
|
645
674
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
646
|
-
|
|
647
675
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
648
676
|
if (scenceView) {
|
|
649
677
|
refactorArr();
|
|
650
|
-
viewModel = new SlopeAnalysisViewModel(scenceView, formItem);
|
|
678
|
+
viewModel = new SlopeAnalysisViewModel(scenceView, formItem);
|
|
679
|
+
// var imageUrl = getImagePath(formItem.colorImage);
|
|
651
680
|
// viewModel.setColorImage(imageUrl);
|
|
652
681
|
}
|
|
653
682
|
});
|
|
654
683
|
});
|
|
684
|
+
|
|
655
685
|
/**
|
|
656
686
|
* @description 监听header生成
|
|
657
687
|
*/
|
|
658
|
-
|
|
659
688
|
const watchCreateHeaderTemp = () => {
|
|
660
689
|
if (props.showHeaderTemp) {
|
|
661
690
|
// 生成headerTemp
|
|
662
691
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
663
692
|
}
|
|
664
|
-
};
|
|
665
|
-
|
|
693
|
+
};
|
|
666
694
|
|
|
695
|
+
// 刷新自定义样式数组
|
|
667
696
|
function refactorArr(type) {
|
|
668
697
|
if (!dataList || !dataList.length) return;
|
|
669
|
-
|
|
670
698
|
if (type == "degree") {
|
|
671
699
|
formItem.colorTableDegree = dataList.map(item => {
|
|
672
700
|
return item.colorTableDegree;
|
|
@@ -678,87 +706,73 @@ const __default__ = {
|
|
|
678
706
|
});
|
|
679
707
|
formItem.colorTable.shift();
|
|
680
708
|
}
|
|
681
|
-
}
|
|
682
|
-
|
|
709
|
+
}
|
|
683
710
|
|
|
711
|
+
//获取图片路径
|
|
684
712
|
function getImagePath(value) {
|
|
685
713
|
var imagePath = "";
|
|
686
714
|
var image = colorImages.find(item => item.value === value);
|
|
687
|
-
|
|
688
715
|
if (image) {
|
|
689
716
|
imagePath = image.src;
|
|
690
717
|
}
|
|
691
|
-
|
|
692
718
|
return imagePath;
|
|
693
|
-
}
|
|
694
|
-
|
|
719
|
+
}
|
|
695
720
|
|
|
721
|
+
// 参数改变
|
|
696
722
|
function paramsChanged(key) {
|
|
697
723
|
switch (key) {
|
|
698
724
|
case "fillStyle":
|
|
699
725
|
// 填充样式
|
|
700
726
|
viewModel.changeFilltyle(formItem.fillStyle);
|
|
701
727
|
break;
|
|
702
|
-
|
|
703
728
|
case "colorTableDegree":
|
|
704
729
|
// 自定义填充样式区间
|
|
705
730
|
refactorArr("degree");
|
|
706
731
|
viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
707
732
|
break;
|
|
708
|
-
|
|
709
733
|
case "colorTable":
|
|
710
734
|
// 自定义填充样式颜色
|
|
711
735
|
refactorArr("color");
|
|
712
736
|
viewModel.setColorTable(formItem.colorTable);
|
|
713
737
|
break;
|
|
714
|
-
|
|
715
738
|
case "colorImage":
|
|
716
739
|
// 填充样式
|
|
717
740
|
var imageUrl = getImagePath(formItem.colorImage);
|
|
718
741
|
viewModel.setColorImage(imageUrl);
|
|
719
742
|
break;
|
|
720
|
-
|
|
721
743
|
case "minSlope":
|
|
722
744
|
// 填充样式
|
|
723
745
|
viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
724
746
|
break;
|
|
725
|
-
|
|
726
747
|
case "maxSlope":
|
|
727
748
|
// 填充样式
|
|
728
749
|
viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
729
750
|
break;
|
|
730
|
-
|
|
731
751
|
case "slopeColorAlpha":
|
|
732
752
|
// 填充样式
|
|
733
753
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
734
754
|
break;
|
|
735
|
-
|
|
736
755
|
case "slopeColorText":
|
|
737
756
|
// 填充样式
|
|
738
757
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
739
758
|
break;
|
|
740
|
-
|
|
741
759
|
default:
|
|
742
760
|
break;
|
|
743
761
|
}
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
|
|
762
|
+
}
|
|
763
|
+
// 开始分析
|
|
747
764
|
function startAnalysis() {
|
|
748
765
|
clearResult();
|
|
749
766
|
viewModel && viewModel.start();
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
|
|
767
|
+
}
|
|
768
|
+
//清除结果
|
|
753
769
|
function clearResult() {
|
|
754
770
|
viewModel && viewModel.clear();
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
|
|
771
|
+
}
|
|
772
|
+
// 销毁
|
|
758
773
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
759
774
|
viewModel && viewModel.destroy();
|
|
760
775
|
});
|
|
761
|
-
|
|
762
776
|
__expose({
|
|
763
777
|
refactorArr,
|
|
764
778
|
getImagePath,
|
|
@@ -766,36 +780,21 @@ const __default__ = {
|
|
|
766
780
|
startAnalysis,
|
|
767
781
|
clearResult
|
|
768
782
|
});
|
|
769
|
-
|
|
770
783
|
return (_ctx, _cache) => {
|
|
771
784
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
772
|
-
|
|
773
785
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
774
|
-
|
|
775
786
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
776
|
-
|
|
777
787
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
778
|
-
|
|
779
788
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
780
|
-
|
|
781
789
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
782
|
-
|
|
783
790
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
784
|
-
|
|
785
791
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
786
|
-
|
|
787
792
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
788
|
-
|
|
789
793
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
790
|
-
|
|
791
794
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
792
|
-
|
|
793
795
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
794
|
-
|
|
795
796
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
796
|
-
|
|
797
797
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
798
|
-
|
|
799
798
|
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
799
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-slope-analysis", {
|
|
801
800
|
'kq-box-shadow': __props.showShadow
|
|
@@ -806,18 +805,12 @@ const __default__ = {
|
|
|
806
805
|
key: 0,
|
|
807
806
|
ref_key: "headerTempRef",
|
|
808
807
|
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, {
|
|
808
|
+
}, 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
809
|
key: 0,
|
|
813
810
|
class: "kq3d-slope-analysis-tip"
|
|
814
811
|
}, {
|
|
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
|
-
|
|
812
|
+
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 */)]),
|
|
813
|
+
_: 1 /* STABLE */
|
|
821
814
|
})) : (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
815
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
823
816
|
}, {
|
|
@@ -845,34 +838,18 @@ const __default__ = {
|
|
|
845
838
|
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
839
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
|
|
847
840
|
value: "tableColor"
|
|
848
|
-
}, null, 8
|
|
849
|
-
/* PROPS */
|
|
850
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
841
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
851
842
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
|
|
852
843
|
value: "colorImage"
|
|
853
|
-
}, null, 8
|
|
854
|
-
/* PROPS */
|
|
855
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
844
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
856
845
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeFilter,
|
|
857
846
|
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
|
-
|
|
847
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
848
|
+
_: 1 /* STABLE */
|
|
849
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
850
|
+
_: 1 /* STABLE */
|
|
851
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
852
|
+
_: 1 /* STABLE */
|
|
876
853
|
}), (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
854
|
style: {
|
|
878
855
|
"display": "flex"
|
|
@@ -881,25 +858,15 @@ const __default__ = {
|
|
|
881
858
|
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
859
|
span: 18
|
|
883
860
|
}, {
|
|
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
|
-
|
|
861
|
+
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 */)]),
|
|
862
|
+
_: 1 /* STABLE */
|
|
890
863
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
891
864
|
span: 6
|
|
892
865
|
}, {
|
|
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
|
-
|
|
866
|
+
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 */)]),
|
|
867
|
+
_: 1 /* STABLE */
|
|
899
868
|
})]),
|
|
900
|
-
_: 1
|
|
901
|
-
/* STABLE */
|
|
902
|
-
|
|
869
|
+
_: 1 /* STABLE */
|
|
903
870
|
}), ((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
871
|
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
872
|
key: index,
|
|
@@ -920,9 +887,7 @@ const __default__ = {
|
|
|
920
887
|
disabled: true,
|
|
921
888
|
onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
|
|
922
889
|
"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, {
|
|
890
|
+
}, 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
891
|
key: 1,
|
|
927
892
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
928
893
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
@@ -930,11 +895,7 @@ const __default__ = {
|
|
|
930
895
|
step: 1,
|
|
931
896
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
|
|
932
897
|
"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, {
|
|
898
|
+
}, 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
899
|
key: 2,
|
|
939
900
|
modelValue: item.colorTableDegree,
|
|
940
901
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -943,9 +904,7 @@ const __default__ = {
|
|
|
943
904
|
step: 1,
|
|
944
905
|
onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
|
|
945
906
|
"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, {
|
|
907
|
+
}, 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
908
|
key: 3,
|
|
950
909
|
modelValue: item.colorTableDegree,
|
|
951
910
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -953,41 +912,21 @@ const __default__ = {
|
|
|
953
912
|
disabled: true,
|
|
954
913
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
|
|
955
914
|
"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, {
|
|
915
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
916
|
+
_: 2 /* DYNAMIC */
|
|
917
|
+
}, 1024 /* DYNAMIC_SLOTS */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
965
918
|
span: 6
|
|
966
919
|
}, {
|
|
967
920
|
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
921
|
modelValue: item.colorTable,
|
|
969
922
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
970
923
|
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, {
|
|
924
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
|
|
925
|
+
_: 2 /* DYNAMIC */
|
|
926
|
+
}, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
927
|
+
_: 2 /* DYNAMIC */
|
|
928
|
+
}, 1024 /* DYNAMIC_SLOTS */);
|
|
929
|
+
}), 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
930
|
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
931
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
993
932
|
}, {
|
|
@@ -996,10 +935,10 @@ const __default__ = {
|
|
|
996
935
|
"display": "flex"
|
|
997
936
|
}
|
|
998
937
|
}, {
|
|
999
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1000
|
-
|
|
1001
|
-
/*
|
|
1002
|
-
|
|
938
|
+
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", {
|
|
939
|
+
class: "kq3d-slope-analysis-line"
|
|
940
|
+
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
941
|
+
_: 1 /* STABLE */
|
|
1003
942
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
1004
943
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
1005
944
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
@@ -1014,34 +953,16 @@ const __default__ = {
|
|
|
1014
953
|
class: "kq3d-slope-analysis-legend",
|
|
1015
954
|
src: item.src,
|
|
1016
955
|
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, {
|
|
956
|
+
}, null, 8 /* PROPS */, _hoisted_5)]),
|
|
957
|
+
_: 2 /* DYNAMIC */
|
|
958
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
959
|
+
}), 64 /* STABLE_FRAGMENT */))]),
|
|
960
|
+
_: 1 /* STABLE */
|
|
961
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
962
|
+
_: 1 /* STABLE */
|
|
963
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
964
|
+
_: 1 /* STABLE */
|
|
965
|
+
})])) : (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
966
|
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
967
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
1047
968
|
}, {
|
|
@@ -1060,12 +981,8 @@ const __default__ = {
|
|
|
1060
981
|
min: 0,
|
|
1061
982
|
max: 90,
|
|
1062
983
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
|
|
1063
|
-
}, null, 8
|
|
1064
|
-
/*
|
|
1065
|
-
, ["modelValue"])]),
|
|
1066
|
-
_: 1
|
|
1067
|
-
/* STABLE */
|
|
1068
|
-
|
|
984
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
985
|
+
_: 1 /* STABLE */
|
|
1069
986
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1070
987
|
span: 8
|
|
1071
988
|
}, {
|
|
@@ -1077,26 +994,14 @@ const __default__ = {
|
|
|
1077
994
|
max: 90,
|
|
1078
995
|
"controls-position": "right",
|
|
1079
996
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
|
|
1080
|
-
}, null, 8
|
|
1081
|
-
/*
|
|
1082
|
-
, ["modelValue"])]),
|
|
1083
|
-
_: 1
|
|
1084
|
-
/* STABLE */
|
|
1085
|
-
|
|
997
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
998
|
+
_: 1 /* STABLE */
|
|
1086
999
|
})]),
|
|
1087
|
-
_: 1
|
|
1088
|
-
/* STABLE */
|
|
1089
|
-
|
|
1000
|
+
_: 1 /* STABLE */
|
|
1090
1001
|
})]),
|
|
1091
|
-
_: 1
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
}, 8
|
|
1095
|
-
/* PROPS */
|
|
1096
|
-
, ["label"])]),
|
|
1097
|
-
_: 1
|
|
1098
|
-
/* STABLE */
|
|
1099
|
-
|
|
1002
|
+
_: 1 /* STABLE */
|
|
1003
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1004
|
+
_: 1 /* STABLE */
|
|
1100
1005
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1101
1006
|
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
1007
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSlope
|
|
@@ -1116,12 +1021,8 @@ const __default__ = {
|
|
|
1116
1021
|
min: 0,
|
|
1117
1022
|
max: 90,
|
|
1118
1023
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
|
|
1119
|
-
}, null, 8
|
|
1120
|
-
/*
|
|
1121
|
-
, ["modelValue"])]),
|
|
1122
|
-
_: 1
|
|
1123
|
-
/* STABLE */
|
|
1124
|
-
|
|
1024
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1025
|
+
_: 1 /* STABLE */
|
|
1125
1026
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1126
1027
|
span: 8
|
|
1127
1028
|
}, {
|
|
@@ -1133,26 +1034,14 @@ const __default__ = {
|
|
|
1133
1034
|
max: 90,
|
|
1134
1035
|
"controls-position": "right",
|
|
1135
1036
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
|
|
1136
|
-
}, null, 8
|
|
1137
|
-
/*
|
|
1138
|
-
, ["modelValue"])]),
|
|
1139
|
-
_: 1
|
|
1140
|
-
/* STABLE */
|
|
1141
|
-
|
|
1037
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1038
|
+
_: 1 /* STABLE */
|
|
1142
1039
|
})]),
|
|
1143
|
-
_: 1
|
|
1144
|
-
/* STABLE */
|
|
1145
|
-
|
|
1040
|
+
_: 1 /* STABLE */
|
|
1146
1041
|
})]),
|
|
1147
|
-
_: 1
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
}, 8
|
|
1151
|
-
/* PROPS */
|
|
1152
|
-
, ["label"])]),
|
|
1153
|
-
_: 1
|
|
1154
|
-
/* STABLE */
|
|
1155
|
-
|
|
1042
|
+
_: 1 /* STABLE */
|
|
1043
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1044
|
+
_: 1 /* STABLE */
|
|
1156
1045
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1157
1046
|
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
1047
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
@@ -1172,12 +1061,8 @@ const __default__ = {
|
|
|
1172
1061
|
max: 1,
|
|
1173
1062
|
step: 0.01,
|
|
1174
1063
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
1175
|
-
}, null, 8
|
|
1176
|
-
/*
|
|
1177
|
-
, ["modelValue", "step"])]),
|
|
1178
|
-
_: 1
|
|
1179
|
-
/* STABLE */
|
|
1180
|
-
|
|
1064
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1065
|
+
_: 1 /* STABLE */
|
|
1181
1066
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1182
1067
|
span: 8
|
|
1183
1068
|
}, {
|
|
@@ -1189,26 +1074,14 @@ const __default__ = {
|
|
|
1189
1074
|
step: 0.01,
|
|
1190
1075
|
"controls-position": "right",
|
|
1191
1076
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
1192
|
-
}, null, 8
|
|
1193
|
-
/*
|
|
1194
|
-
, ["modelValue", "step"])]),
|
|
1195
|
-
_: 1
|
|
1196
|
-
/* STABLE */
|
|
1197
|
-
|
|
1077
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1078
|
+
_: 1 /* STABLE */
|
|
1198
1079
|
})]),
|
|
1199
|
-
_: 1
|
|
1200
|
-
/* STABLE */
|
|
1201
|
-
|
|
1080
|
+
_: 1 /* STABLE */
|
|
1202
1081
|
})]),
|
|
1203
|
-
_: 1
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
}, 8
|
|
1207
|
-
/* PROPS */
|
|
1208
|
-
, ["label"])]),
|
|
1209
|
-
_: 1
|
|
1210
|
-
/* STABLE */
|
|
1211
|
-
|
|
1082
|
+
_: 1 /* STABLE */
|
|
1083
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1084
|
+
_: 1 /* STABLE */
|
|
1212
1085
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1213
1086
|
style: {
|
|
1214
1087
|
"padding-bottom": "8px"
|
|
@@ -1221,67 +1094,32 @@ const __default__ = {
|
|
|
1221
1094
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
1222
1095
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText = $event),
|
|
1223
1096
|
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
|
-
|
|
1097
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1098
|
+
_: 1 /* STABLE */
|
|
1099
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1100
|
+
_: 1 /* STABLE */
|
|
1236
1101
|
})])) : (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, {
|
|
1102
|
+
_: 1 /* STABLE */
|
|
1103
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
1104
|
+
_: 1 /* STABLE */
|
|
1105
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1106
|
+
_: 1 /* STABLE */
|
|
1107
|
+
}, 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
1108
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1256
1109
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1257
1110
|
type: "primary"
|
|
1258
1111
|
}, {
|
|
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, {
|
|
1112
|
+
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 */)]),
|
|
1113
|
+
_: 1 /* STABLE */
|
|
1114
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1268
1115
|
onClick: _cache[24] || (_cache[24] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1269
1116
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1270
1117
|
}, {
|
|
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
|
-
);
|
|
1118
|
+
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 */)]),
|
|
1119
|
+
_: 1 /* STABLE */
|
|
1120
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1282
1121
|
};
|
|
1283
1122
|
}
|
|
1284
|
-
|
|
1285
1123
|
}));
|
|
1286
1124
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/SlopeAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1287
1125
|
|
|
@@ -1293,10 +1131,13 @@ const __exports__ = SlopeAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1293
1131
|
|
|
1294
1132
|
/* harmony default export */ var SlopeAnalysis = (__exports__);
|
|
1295
1133
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1296
|
-
var init_js_ = __webpack_require__(
|
|
1134
|
+
var init_js_ = __webpack_require__(455);
|
|
1297
1135
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1298
1136
|
;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/index.js
|
|
1299
|
-
|
|
1137
|
+
/*
|
|
1138
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1139
|
+
* All rights reserved.
|
|
1140
|
+
*/
|
|
1300
1141
|
|
|
1301
1142
|
|
|
1302
1143
|
|
|
@@ -1305,8 +1146,6 @@ SlopeAnalysis.install = (Vue, opts) => {
|
|
|
1305
1146
|
Vue.component(SlopeAnalysis.name, SlopeAnalysis);
|
|
1306
1147
|
};
|
|
1307
1148
|
|
|
1308
|
-
|
|
1309
|
-
}();
|
|
1310
1149
|
/******/ return __webpack_exports__;
|
|
1311
1150
|
/******/ })()
|
|
1312
1151
|
;
|