@kq_npm/client3d_webgl_vue 4.5.28-beta → 4.5.30
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 +518 -262
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +201 -123
- package/baseterraingallery/index.js +123 -94
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +442 -249
- package/clientPrint/index.js +27093 -14116
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +243 -213
- package/compass/index.js +68 -74
- package/excavatefillanalysis/index.js +225 -143
- package/fixedzoomin/index.js +82 -72
- package/fixedzoomout/index.js +80 -71
- package/flight/index.js +371 -257
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +347 -199
- package/geologicalbodyanalysis/index.js +260 -166
- package/gpuspatialquery/index.js +359 -198
- package/hawkeye/index.js +100 -131
- package/headertemp/index.js +25 -14
- package/heatmap3d/index.js +678 -366
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20321 -7165
- package/isolineanalysis/index.js +1202 -504
- package/light/index.js +494 -349
- package/limitheightanalysis/index.js +223 -159
- package/measure/index.js +353 -198
- package/modelFlat/index.js +204 -167
- package/modelexcavate/index.js +191 -130
- package/modelfilter/index.js +271 -179
- package/modelprofileanalysis/index.js +316 -206
- package/modelselect/index.js +147 -142
- package/package.json +1 -1
- package/particleeffect/index.js +403 -225
- package/planeclip/index.js +300 -198
- package/resetview/index.js +52 -66
- package/roller/index.js +372 -304
- package/scaneffect/index.js +537 -230
- package/sceneadvancedtoimage/index.js +358 -205
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +27093 -14116
- package/sceneset/index.js +864 -350
- package/scenetohdimage/index.js +297 -159
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +27093 -14116
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +301 -257
- package/shadowanalysis/index.js +405 -217
- package/sightlineanalysis/index.js +271 -183
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +308 -160
- package/slopeanalysis/index.js +397 -227
- package/slopeaspectanalysis/index.js +485 -259
- package/statusbar/index.js +65 -88
- package/style.css +1 -1
- package/terrainoperation/index.js +237 -176
- package/terrainprofileanalysis/index.js +138 -120
- package/typhoontrac/index.js +970 -234
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/underground/index.js +61 -70
- package/videofusion/index.js +488 -265
- package/videoproject/index.js +490 -271
- package/viewshedanalysis/index.js +255 -151
- package/weathereffect/index.js +317 -166
- package/windyslicing/index.js +1947 -0
- package/windyslicing/style/index.js +3 -0
- package/windyslicing/style/windyslicing.css +1 -0
- package/wireframesketch/index.js +142 -110
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = 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"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/const-image"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/const-image"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__6277__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
30
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
31
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
32
|
};
|
|
33
|
+
|
|
32
34
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
35
|
|
|
34
36
|
/***/ }),
|
|
@@ -40,27 +42,6 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
40
42
|
|
|
41
43
|
/***/ }),
|
|
42
44
|
|
|
43
|
-
/***/ 8470:
|
|
44
|
-
/***/ (function(module) {
|
|
45
|
-
|
|
46
|
-
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
47
|
-
|
|
48
|
-
/***/ }),
|
|
49
|
-
|
|
50
|
-
/***/ 8697:
|
|
51
|
-
/***/ (function(module) {
|
|
52
|
-
|
|
53
|
-
module.exports = require("core-js/modules/esnext.iterator.find.js");
|
|
54
|
-
|
|
55
|
-
/***/ }),
|
|
56
|
-
|
|
57
|
-
/***/ 2170:
|
|
58
|
-
/***/ (function(module) {
|
|
59
|
-
|
|
60
|
-
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
61
|
-
|
|
62
|
-
/***/ }),
|
|
63
|
-
|
|
64
45
|
/***/ 9389:
|
|
65
46
|
/***/ (function(module) {
|
|
66
47
|
|
|
@@ -110,59 +91,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
110
91
|
|
|
111
92
|
/***/ }),
|
|
112
93
|
|
|
113
|
-
/***/
|
|
94
|
+
/***/ 8270:
|
|
114
95
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
115
96
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
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.");
|
|
97
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
98
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
99
|
+
/* harmony export */ });
|
|
100
|
+
function _defineProperty(obj, key, value) {
|
|
101
|
+
if (key in obj) {
|
|
102
|
+
Object.defineProperty(obj, key, {
|
|
103
|
+
value: value,
|
|
104
|
+
enumerable: true,
|
|
105
|
+
configurable: true,
|
|
106
|
+
writable: true
|
|
107
|
+
});
|
|
108
|
+
} else {
|
|
109
|
+
obj[key] = value;
|
|
142
110
|
}
|
|
143
|
-
return ("string" === r ? String : Number)(t);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
function toPropertyKey(t) {
|
|
150
|
-
var i = toPrimitive(t, "string");
|
|
151
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
155
111
|
|
|
156
|
-
|
|
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;
|
|
112
|
+
return obj;
|
|
163
113
|
}
|
|
164
114
|
|
|
165
|
-
|
|
166
115
|
/***/ })
|
|
167
116
|
|
|
168
117
|
/******/ });
|
|
@@ -245,18 +194,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
245
194
|
"default": function() { return /* reexport */ SlopeAspectAnalysis; }
|
|
246
195
|
});
|
|
247
196
|
|
|
248
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
249
|
-
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
250
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
251
|
-
var esnext_iterator_find_js_ = __webpack_require__(8697);
|
|
252
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
253
|
-
var esnext_iterator_map_js_ = __webpack_require__(2170);
|
|
254
197
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
255
198
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
256
199
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
257
200
|
var gis_utils_ = __webpack_require__(7135);
|
|
258
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
259
|
-
var defineProperty = __webpack_require__(
|
|
201
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
202
|
+
var defineProperty = __webpack_require__(8270);
|
|
260
203
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
261
204
|
var const_image_ = __webpack_require__(6277);
|
|
262
205
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
@@ -264,28 +207,30 @@ var message = __webpack_require__(1349);
|
|
|
264
207
|
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/SlopeAspectAnalysisViewModel.js
|
|
265
208
|
|
|
266
209
|
|
|
267
|
-
|
|
268
210
|
/*
|
|
269
211
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
270
212
|
* All rights reserved.
|
|
271
213
|
*/
|
|
214
|
+
// 分析逻辑类
|
|
272
215
|
|
|
273
|
-
// 分析逻辑类
|
|
274
216
|
|
|
275
217
|
class SlopeAspectAnalysisViewModel {
|
|
218
|
+
// 坡度坡向三维对象
|
|
219
|
+
// 坡向三维对象
|
|
220
|
+
//全局参数
|
|
276
221
|
constructor(scenceView, viewModel) {
|
|
277
222
|
(0,defineProperty/* default */.Z)(this, "_slopeAnalysis", null);
|
|
278
|
-
|
|
223
|
+
|
|
279
224
|
(0,defineProperty/* default */.Z)(this, "_aspectAnalysis", null);
|
|
280
|
-
|
|
281
|
-
//全局参数
|
|
225
|
+
|
|
282
226
|
(0,defineProperty/* default */.Z)(this, "_globaOptions", {
|
|
283
227
|
viewer: null,
|
|
284
228
|
_drawManager: null
|
|
285
229
|
});
|
|
230
|
+
|
|
286
231
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
287
|
-
|
|
288
|
-
//渐变图片集合
|
|
232
|
+
|
|
233
|
+
(0,defineProperty/* default */.Z)(this, "_colorImages", [//渐变图片集合
|
|
289
234
|
{
|
|
290
235
|
value: "0",
|
|
291
236
|
src: const_image_.RED_TO_PURPLE_URL
|
|
@@ -296,6 +241,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
296
241
|
value: "2",
|
|
297
242
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
298
243
|
}]);
|
|
244
|
+
|
|
299
245
|
this._language = scenceView._language;
|
|
300
246
|
this._globaOptions.viewer = scenceView._viewer;
|
|
301
247
|
this._globaOptions.viewModel = {
|
|
@@ -316,9 +262,10 @@ class SlopeAspectAnalysisViewModel {
|
|
|
316
262
|
};
|
|
317
263
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
318
264
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
265
|
+
|
|
319
266
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
320
|
-
var that = this;
|
|
321
|
-
|
|
267
|
+
var that = this; // 坡度对象
|
|
268
|
+
|
|
322
269
|
this._aspectAnalysis = new window.Cesium.Kq3dAspect({
|
|
323
270
|
interval: viewModel.interval || 500,
|
|
324
271
|
// 采样间隔
|
|
@@ -331,8 +278,8 @@ class SlopeAspectAnalysisViewModel {
|
|
|
331
278
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
332
279
|
if (shape) {
|
|
333
280
|
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
334
|
-
if (that._aspectAnalysis) that._aspectAnalysis.positions = shape._controlPoints;
|
|
335
|
-
|
|
281
|
+
if (that._aspectAnalysis) that._aspectAnalysis.positions = shape._controlPoints; // 实例化分析对象
|
|
282
|
+
|
|
336
283
|
if (!that._slopeAnalysis) {
|
|
337
284
|
switch (that._globaOptions.viewModel.fillStyle) {
|
|
338
285
|
case "tableColor":
|
|
@@ -344,6 +291,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
344
291
|
colorTable: that._globaOptions.viewModel.colorTable
|
|
345
292
|
});
|
|
346
293
|
break;
|
|
294
|
+
|
|
347
295
|
case "colorImage":
|
|
348
296
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
349
297
|
viewer: that._globaOptions.viewer,
|
|
@@ -352,6 +300,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
352
300
|
colorImage: that._globaOptions.viewModel.imageSrc
|
|
353
301
|
});
|
|
354
302
|
break;
|
|
303
|
+
|
|
355
304
|
case "slopeFilter":
|
|
356
305
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
357
306
|
viewer: that._globaOptions.viewer,
|
|
@@ -366,20 +315,26 @@ class SlopeAspectAnalysisViewModel {
|
|
|
366
315
|
} else {
|
|
367
316
|
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
368
317
|
}
|
|
318
|
+
|
|
369
319
|
that._globaOptions._drawManager.clear();
|
|
370
320
|
}
|
|
371
321
|
});
|
|
372
|
-
}
|
|
373
|
-
|
|
322
|
+
} //获取图片路径
|
|
323
|
+
|
|
324
|
+
|
|
374
325
|
getImagePath(value) {
|
|
375
326
|
var imagePath = "";
|
|
327
|
+
|
|
376
328
|
var image = this._colorImages.find(item => item.value === value);
|
|
329
|
+
|
|
377
330
|
if (image) {
|
|
378
331
|
imagePath = image.src;
|
|
379
332
|
}
|
|
333
|
+
|
|
380
334
|
return imagePath;
|
|
381
|
-
}
|
|
382
|
-
|
|
335
|
+
} // 开始分析
|
|
336
|
+
|
|
337
|
+
|
|
383
338
|
start() {
|
|
384
339
|
// 判断是否添加了地形
|
|
385
340
|
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
@@ -414,12 +369,13 @@ class SlopeAspectAnalysisViewModel {
|
|
|
414
369
|
type: "warning"
|
|
415
370
|
});
|
|
416
371
|
}
|
|
417
|
-
}
|
|
372
|
+
} //修改填充样式
|
|
373
|
+
|
|
418
374
|
|
|
419
|
-
//修改填充样式
|
|
420
375
|
changeFilltyle(key) {
|
|
421
376
|
this._globaOptions.viewModel.fillStyle = key;
|
|
422
377
|
if (!this._slopeAnalysis) return;
|
|
378
|
+
|
|
423
379
|
switch (key) {
|
|
424
380
|
case "tableColor":
|
|
425
381
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
@@ -428,6 +384,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
428
384
|
this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
429
385
|
this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
430
386
|
break;
|
|
387
|
+
|
|
431
388
|
case "colorImage":
|
|
432
389
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
433
390
|
this._slopeAnalysis.colorTableDegree = [];
|
|
@@ -435,83 +392,101 @@ class SlopeAspectAnalysisViewModel {
|
|
|
435
392
|
this._slopeAnalysis.color = null;
|
|
436
393
|
this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
437
394
|
break;
|
|
395
|
+
|
|
438
396
|
case "slopeFilter":
|
|
439
397
|
this._slopeAnalysis.colorImage = null;
|
|
440
398
|
this._slopeAnalysis.isFilter = true;
|
|
441
399
|
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));
|
|
442
400
|
break;
|
|
443
401
|
}
|
|
444
|
-
}
|
|
445
|
-
|
|
402
|
+
} // 设置填充纹理值
|
|
403
|
+
|
|
404
|
+
|
|
446
405
|
setColorTableDegree(newValue) {
|
|
447
406
|
this._globaOptions.viewModel.colorTableDegree = newValue;
|
|
448
407
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
449
|
-
}
|
|
450
|
-
|
|
408
|
+
} // 设置填充纹理颜色
|
|
409
|
+
|
|
410
|
+
|
|
451
411
|
setColorTable(newValue) {
|
|
452
412
|
this._globaOptions.viewModel.colorTable = newValue;
|
|
453
413
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
454
|
-
}
|
|
455
|
-
|
|
414
|
+
} // 设置填充纹理
|
|
415
|
+
|
|
416
|
+
|
|
456
417
|
setColorImage(newValue) {
|
|
457
418
|
this._globaOptions.viewModel.imageSrc = newValue;
|
|
458
419
|
if (this._slopeAnalysis) this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
459
|
-
}
|
|
460
|
-
|
|
420
|
+
} // 设置渐变纹理
|
|
421
|
+
|
|
422
|
+
|
|
461
423
|
getColorLine(key) {
|
|
462
424
|
var path = "";
|
|
425
|
+
|
|
463
426
|
switch (key) {
|
|
464
427
|
case 0:
|
|
465
428
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
466
429
|
break;
|
|
430
|
+
|
|
467
431
|
case 1:
|
|
468
432
|
path = const_image_.PURPLE_TO_YELLOW_URL;
|
|
469
433
|
break;
|
|
434
|
+
|
|
470
435
|
case 2:
|
|
471
436
|
path = const_image_.GREEN_TO_BLUE_URL;
|
|
472
437
|
break;
|
|
438
|
+
|
|
473
439
|
default:
|
|
474
440
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
475
441
|
break;
|
|
476
442
|
}
|
|
443
|
+
|
|
477
444
|
return path;
|
|
478
|
-
}
|
|
479
|
-
|
|
445
|
+
} // 设置坡度过滤样式
|
|
446
|
+
|
|
447
|
+
|
|
480
448
|
setSlopeFilterColor(slopeColorText, slopeColorAlpha) {
|
|
481
449
|
this._globaOptions.viewModel.slopeColorText = slopeColorText;
|
|
482
450
|
this._globaOptions.viewModel.slopeColorAlpha = Number(slopeColorAlpha);
|
|
483
451
|
if (this._slopeAnalysis) this._slopeAnalysis.color = Cesium.Color.fromCssColorString(slopeColorText).withAlpha(Number(slopeColorAlpha));
|
|
484
|
-
}
|
|
485
|
-
|
|
452
|
+
} // 设置最小坡度值
|
|
453
|
+
|
|
454
|
+
|
|
486
455
|
setSlopeFilterMin(newValue) {
|
|
487
456
|
this._globaOptions.viewModel.minSlope = Number(newValue);
|
|
488
457
|
if (this._slopeAnalysis) this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope;
|
|
489
|
-
}
|
|
490
|
-
|
|
458
|
+
} // 设置最大坡度值
|
|
459
|
+
|
|
460
|
+
|
|
491
461
|
setSlopeFilterMax(newValue) {
|
|
492
462
|
this._globaOptions.viewModel.maxSlope = Number(newValue);
|
|
493
463
|
if (this._slopeAnalysis) this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope;
|
|
494
|
-
}
|
|
495
|
-
|
|
464
|
+
} // 设置采样间隔
|
|
465
|
+
|
|
466
|
+
|
|
496
467
|
setInterval(newValue) {
|
|
497
468
|
if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
|
|
498
|
-
}
|
|
499
|
-
|
|
469
|
+
} // 设置箭头宽度
|
|
470
|
+
|
|
471
|
+
|
|
500
472
|
setArrowWidth(newValue) {
|
|
501
473
|
if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
|
|
502
|
-
}
|
|
503
|
-
|
|
474
|
+
} // 设置箭头颜色
|
|
475
|
+
|
|
476
|
+
|
|
504
477
|
setArrowColor(newValue) {
|
|
505
478
|
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
506
|
-
}
|
|
507
|
-
|
|
479
|
+
} // 清除全部结果
|
|
480
|
+
|
|
481
|
+
|
|
508
482
|
clear() {
|
|
509
483
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
510
484
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
511
485
|
this._slopeAnalysis = null;
|
|
512
486
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
513
|
-
}
|
|
514
|
-
|
|
487
|
+
} // 销毁
|
|
488
|
+
|
|
489
|
+
|
|
515
490
|
destroy() {
|
|
516
491
|
// 移除监听事件
|
|
517
492
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -521,6 +496,7 @@ class SlopeAspectAnalysisViewModel {
|
|
|
521
496
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
522
497
|
this._aspectAnalysis = null;
|
|
523
498
|
}
|
|
499
|
+
|
|
524
500
|
}
|
|
525
501
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
526
502
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -528,10 +504,7 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
528
504
|
var util_ = __webpack_require__(3458);
|
|
529
505
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
530
506
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
531
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
507
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
535
508
|
|
|
536
509
|
const _hoisted_1 = {
|
|
537
510
|
class: "kq3d-slope-aspect-analysis-box"
|
|
@@ -545,11 +518,21 @@ const _hoisted_3 = {
|
|
|
545
518
|
const _hoisted_4 = {
|
|
546
519
|
key: 1
|
|
547
520
|
};
|
|
548
|
-
|
|
521
|
+
|
|
522
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1
|
|
523
|
+
/* HOISTED */
|
|
524
|
+
);
|
|
525
|
+
|
|
549
526
|
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
550
527
|
class: "kq3d-slope-aspect-analysis-line"
|
|
551
|
-
}, null, -1
|
|
552
|
-
|
|
528
|
+
}, null, -1
|
|
529
|
+
/* HOISTED */
|
|
530
|
+
);
|
|
531
|
+
|
|
532
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
533
|
+
/* HOISTED */
|
|
534
|
+
);
|
|
535
|
+
|
|
553
536
|
const _hoisted_8 = ["src"];
|
|
554
537
|
const _hoisted_9 = {
|
|
555
538
|
key: 2
|
|
@@ -578,6 +561,7 @@ const __default__ = {
|
|
|
578
561
|
type: Boolean,
|
|
579
562
|
default: true
|
|
580
563
|
},
|
|
564
|
+
|
|
581
565
|
/**
|
|
582
566
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
583
567
|
*/
|
|
@@ -607,6 +591,7 @@ const __default__ = {
|
|
|
607
591
|
default: true
|
|
608
592
|
}
|
|
609
593
|
},
|
|
594
|
+
|
|
610
595
|
setup(__props, {
|
|
611
596
|
expose: __expose
|
|
612
597
|
}) {
|
|
@@ -644,15 +629,12 @@ const __default__ = {
|
|
|
644
629
|
}, {
|
|
645
630
|
value: 2,
|
|
646
631
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
647
|
-
}];
|
|
648
|
-
|
|
649
|
-
//计算属性
|
|
650
|
-
|
|
632
|
+
}]; //计算属性
|
|
651
633
|
// 获取组件传参
|
|
652
|
-
|
|
653
634
|
// 分析类
|
|
654
|
-
|
|
655
|
-
// 默认参数
|
|
635
|
+
|
|
636
|
+
let viewModel = null; // 默认参数
|
|
637
|
+
|
|
656
638
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
657
639
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "slope"),
|
|
658
640
|
// 折叠组件是否折叠,slope:展开坡度设置,aspect:展开破坡向设置
|
|
@@ -678,16 +660,14 @@ const __default__ = {
|
|
|
678
660
|
maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
|
|
679
661
|
// 箭头宽度最大值
|
|
680
662
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
681
|
-
});
|
|
682
663
|
|
|
683
|
-
// 组件容器Ref
|
|
684
|
-
|
|
664
|
+
}); // 组件容器Ref
|
|
665
|
+
|
|
666
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
685
667
|
|
|
686
|
-
// 生成组件默认header
|
|
687
668
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
688
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
669
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
689
670
|
|
|
690
|
-
// 国际化
|
|
691
671
|
let {
|
|
692
672
|
locale,
|
|
693
673
|
messages
|
|
@@ -710,29 +690,30 @@ const __default__ = {
|
|
|
710
690
|
});
|
|
711
691
|
});
|
|
712
692
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
693
|
+
|
|
713
694
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
714
695
|
if (scenceView) {
|
|
715
696
|
refactorArr();
|
|
716
|
-
viewModel = new SlopeAspectAnalysisViewModel(scenceView, formItem);
|
|
717
|
-
// var imageUrl = getImagePath(formItem.colorImage);
|
|
697
|
+
viewModel = new SlopeAspectAnalysisViewModel(scenceView, formItem); // var imageUrl = getImagePath(formItem.colorImage);
|
|
718
698
|
// viewModel.setColorImage(imageUrl);
|
|
719
699
|
}
|
|
720
700
|
});
|
|
721
701
|
});
|
|
722
|
-
|
|
723
702
|
/**
|
|
724
703
|
* @description 监听header生成
|
|
725
704
|
*/
|
|
705
|
+
|
|
726
706
|
const watchCreateHeaderTemp = () => {
|
|
727
707
|
if (props.showHeaderTemp) {
|
|
728
708
|
// 生成headerTemp
|
|
729
709
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
730
710
|
}
|
|
731
|
-
};
|
|
711
|
+
}; // 刷新自定义样式数组
|
|
712
|
+
|
|
732
713
|
|
|
733
|
-
// 刷新自定义样式数组
|
|
734
714
|
function refactorArr(type) {
|
|
735
715
|
if (!dataList || !dataList.length) return;
|
|
716
|
+
|
|
736
717
|
if (type == "degree") {
|
|
737
718
|
formItem.colorTableDegree = dataList.map(item => {
|
|
738
719
|
return item.colorTableDegree;
|
|
@@ -744,85 +725,102 @@ const __default__ = {
|
|
|
744
725
|
});
|
|
745
726
|
formItem.colorTable.shift();
|
|
746
727
|
}
|
|
747
|
-
}
|
|
728
|
+
} //获取图片路径
|
|
729
|
+
|
|
748
730
|
|
|
749
|
-
//获取图片路径
|
|
750
731
|
function getImagePath(value) {
|
|
751
732
|
var imagePath = "";
|
|
752
733
|
var image = colorImages.find(item => item.value === value);
|
|
734
|
+
|
|
753
735
|
if (image) {
|
|
754
736
|
imagePath = image.src;
|
|
755
737
|
}
|
|
738
|
+
|
|
756
739
|
return imagePath;
|
|
757
|
-
}
|
|
740
|
+
} // 参数改变
|
|
741
|
+
|
|
758
742
|
|
|
759
|
-
// 参数改变
|
|
760
743
|
function paramsChanged(key) {
|
|
761
744
|
switch (key) {
|
|
762
745
|
case "fillStyle":
|
|
763
746
|
// 填充样式
|
|
764
747
|
viewModel.changeFilltyle(formItem.fillStyle);
|
|
765
748
|
break;
|
|
749
|
+
|
|
766
750
|
case "colorTableDegree":
|
|
767
751
|
// 自定义填充样式区间
|
|
768
752
|
refactorArr("degree");
|
|
769
753
|
viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
770
754
|
break;
|
|
755
|
+
|
|
771
756
|
case "colorTable":
|
|
772
757
|
// 自定义填充样式颜色
|
|
773
758
|
refactorArr("color");
|
|
774
759
|
viewModel.setColorTable(formItem.colorTable);
|
|
775
760
|
break;
|
|
761
|
+
|
|
776
762
|
case "colorImage":
|
|
777
763
|
// 填充样式
|
|
778
764
|
var imageUrl = getImagePath(formItem.colorImage);
|
|
779
765
|
viewModel.setColorImage(imageUrl);
|
|
780
766
|
break;
|
|
767
|
+
|
|
781
768
|
case "minSlope":
|
|
782
769
|
// 填充样式
|
|
783
770
|
viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
784
771
|
break;
|
|
772
|
+
|
|
785
773
|
case "maxSlope":
|
|
786
774
|
// 填充样式
|
|
787
775
|
viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
788
776
|
break;
|
|
777
|
+
|
|
789
778
|
case "slopeColorAlpha":
|
|
790
779
|
// 填充样式
|
|
791
780
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
792
781
|
break;
|
|
782
|
+
|
|
793
783
|
case "slopeColorText":
|
|
794
784
|
// 填充样式
|
|
795
785
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
796
786
|
break;
|
|
787
|
+
|
|
797
788
|
case "interval":
|
|
798
789
|
// 采样间隔
|
|
799
790
|
viewModel.setInterval(formItem.interval);
|
|
800
791
|
break;
|
|
792
|
+
|
|
801
793
|
case "arrowWidth":
|
|
802
794
|
// 箭头间隔
|
|
803
795
|
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
804
796
|
break;
|
|
797
|
+
|
|
805
798
|
case "arrowColor":
|
|
806
799
|
// 箭头颜色
|
|
807
800
|
viewModel.setArrowColor(formItem.arrowColor);
|
|
808
801
|
break;
|
|
802
|
+
|
|
809
803
|
default:
|
|
810
804
|
break;
|
|
811
805
|
}
|
|
812
|
-
}
|
|
813
|
-
|
|
806
|
+
} // 开始分析
|
|
807
|
+
|
|
808
|
+
|
|
814
809
|
function startAnalysis() {
|
|
815
810
|
clearResult();
|
|
816
811
|
viewModel && viewModel.start();
|
|
817
|
-
}
|
|
818
|
-
|
|
812
|
+
} //清除结果
|
|
813
|
+
|
|
814
|
+
|
|
819
815
|
function clearResult() {
|
|
820
816
|
viewModel && viewModel.clear();
|
|
821
|
-
}
|
|
822
|
-
|
|
817
|
+
} // 销毁
|
|
818
|
+
|
|
819
|
+
|
|
823
820
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
824
821
|
viewModel && viewModel.destroy();
|
|
825
822
|
});
|
|
823
|
+
|
|
826
824
|
__expose({
|
|
827
825
|
refactorArr,
|
|
828
826
|
getImagePath,
|
|
@@ -830,21 +828,36 @@ const __default__ = {
|
|
|
830
828
|
startAnalysis,
|
|
831
829
|
clearResult
|
|
832
830
|
});
|
|
831
|
+
|
|
833
832
|
return (_ctx, _cache) => {
|
|
834
833
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
834
|
+
|
|
835
835
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
836
|
+
|
|
836
837
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
838
|
+
|
|
837
839
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
840
|
+
|
|
838
841
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
842
|
+
|
|
839
843
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
844
|
+
|
|
840
845
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
846
|
+
|
|
841
847
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
848
|
+
|
|
842
849
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
850
|
+
|
|
843
851
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
852
|
+
|
|
844
853
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
854
|
+
|
|
845
855
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
856
|
+
|
|
846
857
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
858
|
+
|
|
847
859
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
860
|
+
|
|
848
861
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
849
862
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-slope-aspect-analysis", {
|
|
850
863
|
'kq-box-shadow': __props.showShadow
|
|
@@ -855,12 +868,18 @@ const __default__ = {
|
|
|
855
868
|
key: 0,
|
|
856
869
|
ref_key: "headerTempRef",
|
|
857
870
|
ref: headerTempRef
|
|
858
|
-
}, null, 512
|
|
871
|
+
}, null, 512
|
|
872
|
+
/* NEED_PATCH */
|
|
873
|
+
)) : (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, {
|
|
859
874
|
key: 0,
|
|
860
875
|
class: "kq3d-slope-aspect-analysis-tip"
|
|
861
876
|
}, {
|
|
862
|
-
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
|
|
863
|
-
|
|
877
|
+
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
|
|
878
|
+
/* TEXT */
|
|
879
|
+
)]),
|
|
880
|
+
_: 1
|
|
881
|
+
/* STABLE */
|
|
882
|
+
|
|
864
883
|
})) : (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, {
|
|
865
884
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
866
885
|
}, {
|
|
@@ -888,18 +907,34 @@ const __default__ = {
|
|
|
888
907
|
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, {
|
|
889
908
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
|
|
890
909
|
value: "tableColor"
|
|
891
|
-
}, null, 8
|
|
910
|
+
}, null, 8
|
|
911
|
+
/* PROPS */
|
|
912
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
892
913
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
|
|
893
914
|
value: "colorImage"
|
|
894
|
-
}, null, 8
|
|
915
|
+
}, null, 8
|
|
916
|
+
/* PROPS */
|
|
917
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
895
918
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeFilter,
|
|
896
919
|
value: "slopeFilter"
|
|
897
|
-
}, null, 8
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
920
|
+
}, null, 8
|
|
921
|
+
/* PROPS */
|
|
922
|
+
, ["label"])]),
|
|
923
|
+
_: 1
|
|
924
|
+
/* STABLE */
|
|
925
|
+
|
|
926
|
+
}, 8
|
|
927
|
+
/* PROPS */
|
|
928
|
+
, ["modelValue"])]),
|
|
929
|
+
_: 1
|
|
930
|
+
/* STABLE */
|
|
931
|
+
|
|
932
|
+
}, 8
|
|
933
|
+
/* PROPS */
|
|
934
|
+
, ["label"])]),
|
|
935
|
+
_: 1
|
|
936
|
+
/* STABLE */
|
|
937
|
+
|
|
903
938
|
}), (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, {
|
|
904
939
|
style: {
|
|
905
940
|
"display": "flex"
|
|
@@ -908,15 +943,25 @@ const __default__ = {
|
|
|
908
943
|
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, {
|
|
909
944
|
span: 18
|
|
910
945
|
}, {
|
|
911
|
-
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
|
|
912
|
-
|
|
946
|
+
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
|
|
947
|
+
/* TEXT */
|
|
948
|
+
)]),
|
|
949
|
+
_: 1
|
|
950
|
+
/* STABLE */
|
|
951
|
+
|
|
913
952
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
914
953
|
span: 6
|
|
915
954
|
}, {
|
|
916
|
-
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
|
|
917
|
-
|
|
955
|
+
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
|
|
956
|
+
/* TEXT */
|
|
957
|
+
)]),
|
|
958
|
+
_: 1
|
|
959
|
+
/* STABLE */
|
|
960
|
+
|
|
918
961
|
})]),
|
|
919
|
-
_: 1
|
|
962
|
+
_: 1
|
|
963
|
+
/* STABLE */
|
|
964
|
+
|
|
920
965
|
}), ((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) => {
|
|
921
966
|
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, {
|
|
922
967
|
key: index,
|
|
@@ -937,7 +982,9 @@ const __default__ = {
|
|
|
937
982
|
disabled: true,
|
|
938
983
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
|
|
939
984
|
"controls-position": "right"
|
|
940
|
-
}, null, 8
|
|
985
|
+
}, null, 8
|
|
986
|
+
/* PROPS */
|
|
987
|
+
, ["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, {
|
|
941
988
|
key: 1,
|
|
942
989
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
943
990
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
@@ -945,7 +992,11 @@ const __default__ = {
|
|
|
945
992
|
step: 1,
|
|
946
993
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
|
|
947
994
|
"controls-position": "right"
|
|
948
|
-
}, null, 8
|
|
995
|
+
}, null, 8
|
|
996
|
+
/* PROPS */
|
|
997
|
+
, ["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
|
|
998
|
+
/* TEXT */
|
|
999
|
+
), 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, {
|
|
949
1000
|
key: 2,
|
|
950
1001
|
modelValue: item.colorTableDegree,
|
|
951
1002
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -954,7 +1005,9 @@ const __default__ = {
|
|
|
954
1005
|
step: 1,
|
|
955
1006
|
onChange: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
|
|
956
1007
|
"controls-position": "right"
|
|
957
|
-
}, null, 8
|
|
1008
|
+
}, null, 8
|
|
1009
|
+
/* PROPS */
|
|
1010
|
+
, ["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, {
|
|
958
1011
|
key: 3,
|
|
959
1012
|
modelValue: item.colorTableDegree,
|
|
960
1013
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -962,21 +1015,41 @@ const __default__ = {
|
|
|
962
1015
|
disabled: true,
|
|
963
1016
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
|
|
964
1017
|
"controls-position": "right"
|
|
965
|
-
}, null, 8
|
|
966
|
-
|
|
967
|
-
|
|
1018
|
+
}, null, 8
|
|
1019
|
+
/* PROPS */
|
|
1020
|
+
, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1021
|
+
_: 2
|
|
1022
|
+
/* DYNAMIC */
|
|
1023
|
+
|
|
1024
|
+
}, 1024
|
|
1025
|
+
/* DYNAMIC_SLOTS */
|
|
1026
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
968
1027
|
span: 6
|
|
969
1028
|
}, {
|
|
970
1029
|
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, {
|
|
971
1030
|
modelValue: item.colorTable,
|
|
972
1031
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
973
1032
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('colorTable'))
|
|
974
|
-
}, null, 8
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
1033
|
+
}, null, 8
|
|
1034
|
+
/* PROPS */
|
|
1035
|
+
, ["modelValue", "onUpdate:modelValue"])]),
|
|
1036
|
+
_: 2
|
|
1037
|
+
/* DYNAMIC */
|
|
1038
|
+
|
|
1039
|
+
}, 1024
|
|
1040
|
+
/* DYNAMIC_SLOTS */
|
|
1041
|
+
)], 64
|
|
1042
|
+
/* STABLE_FRAGMENT */
|
|
1043
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1044
|
+
_: 2
|
|
1045
|
+
/* DYNAMIC */
|
|
1046
|
+
|
|
1047
|
+
}, 1024
|
|
1048
|
+
/* DYNAMIC_SLOTS */
|
|
1049
|
+
);
|
|
1050
|
+
}), 128
|
|
1051
|
+
/* KEYED_FRAGMENT */
|
|
1052
|
+
))])) : (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, {
|
|
980
1053
|
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, {
|
|
981
1054
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
982
1055
|
}, {
|
|
@@ -986,7 +1059,9 @@ const __default__ = {
|
|
|
986
1059
|
}
|
|
987
1060
|
}, {
|
|
988
1061
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
989
|
-
_: 1
|
|
1062
|
+
_: 1
|
|
1063
|
+
/* STABLE */
|
|
1064
|
+
|
|
990
1065
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
991
1066
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
992
1067
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
@@ -1001,15 +1076,33 @@ const __default__ = {
|
|
|
1001
1076
|
class: "kq3d-slope-aspect-analysis-legend",
|
|
1002
1077
|
src: item.src,
|
|
1003
1078
|
alt: ""
|
|
1004
|
-
}, null, 8
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1079
|
+
}, null, 8
|
|
1080
|
+
/* PROPS */
|
|
1081
|
+
, _hoisted_8)]),
|
|
1082
|
+
_: 2
|
|
1083
|
+
/* DYNAMIC */
|
|
1084
|
+
|
|
1085
|
+
}, 1032
|
|
1086
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
1087
|
+
, ["label"]);
|
|
1088
|
+
}), 64
|
|
1089
|
+
/* STABLE_FRAGMENT */
|
|
1090
|
+
))]),
|
|
1091
|
+
_: 1
|
|
1092
|
+
/* STABLE */
|
|
1093
|
+
|
|
1094
|
+
}, 8
|
|
1095
|
+
/* PROPS */
|
|
1096
|
+
, ["modelValue"])]),
|
|
1097
|
+
_: 1
|
|
1098
|
+
/* STABLE */
|
|
1099
|
+
|
|
1100
|
+
}, 8
|
|
1101
|
+
/* PROPS */
|
|
1102
|
+
, ["label"])]),
|
|
1103
|
+
_: 1
|
|
1104
|
+
/* STABLE */
|
|
1105
|
+
|
|
1013
1106
|
})])) : (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, {
|
|
1014
1107
|
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, {
|
|
1015
1108
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
@@ -1029,8 +1122,12 @@ const __default__ = {
|
|
|
1029
1122
|
min: 0,
|
|
1030
1123
|
max: 90,
|
|
1031
1124
|
onChange: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
|
|
1032
|
-
}, null, 8
|
|
1033
|
-
|
|
1125
|
+
}, null, 8
|
|
1126
|
+
/* PROPS */
|
|
1127
|
+
, ["modelValue"])]),
|
|
1128
|
+
_: 1
|
|
1129
|
+
/* STABLE */
|
|
1130
|
+
|
|
1034
1131
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1035
1132
|
span: 8
|
|
1036
1133
|
}, {
|
|
@@ -1042,14 +1139,26 @@ const __default__ = {
|
|
|
1042
1139
|
max: 90,
|
|
1043
1140
|
"controls-position": "right",
|
|
1044
1141
|
onChange: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
|
|
1045
|
-
}, null, 8
|
|
1046
|
-
|
|
1142
|
+
}, null, 8
|
|
1143
|
+
/* PROPS */
|
|
1144
|
+
, ["modelValue"])]),
|
|
1145
|
+
_: 1
|
|
1146
|
+
/* STABLE */
|
|
1147
|
+
|
|
1047
1148
|
})]),
|
|
1048
|
-
_: 1
|
|
1149
|
+
_: 1
|
|
1150
|
+
/* STABLE */
|
|
1151
|
+
|
|
1049
1152
|
})]),
|
|
1050
|
-
_: 1
|
|
1051
|
-
|
|
1052
|
-
|
|
1153
|
+
_: 1
|
|
1154
|
+
/* STABLE */
|
|
1155
|
+
|
|
1156
|
+
}, 8
|
|
1157
|
+
/* PROPS */
|
|
1158
|
+
, ["label"])]),
|
|
1159
|
+
_: 1
|
|
1160
|
+
/* STABLE */
|
|
1161
|
+
|
|
1053
1162
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1054
1163
|
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, {
|
|
1055
1164
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSlope
|
|
@@ -1069,8 +1178,12 @@ const __default__ = {
|
|
|
1069
1178
|
min: 0,
|
|
1070
1179
|
max: 90,
|
|
1071
1180
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
|
|
1072
|
-
}, null, 8
|
|
1073
|
-
|
|
1181
|
+
}, null, 8
|
|
1182
|
+
/* PROPS */
|
|
1183
|
+
, ["modelValue"])]),
|
|
1184
|
+
_: 1
|
|
1185
|
+
/* STABLE */
|
|
1186
|
+
|
|
1074
1187
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1075
1188
|
span: 8
|
|
1076
1189
|
}, {
|
|
@@ -1082,14 +1195,26 @@ const __default__ = {
|
|
|
1082
1195
|
max: 90,
|
|
1083
1196
|
"controls-position": "right",
|
|
1084
1197
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
|
|
1085
|
-
}, null, 8
|
|
1086
|
-
|
|
1198
|
+
}, null, 8
|
|
1199
|
+
/* PROPS */
|
|
1200
|
+
, ["modelValue"])]),
|
|
1201
|
+
_: 1
|
|
1202
|
+
/* STABLE */
|
|
1203
|
+
|
|
1087
1204
|
})]),
|
|
1088
|
-
_: 1
|
|
1205
|
+
_: 1
|
|
1206
|
+
/* STABLE */
|
|
1207
|
+
|
|
1089
1208
|
})]),
|
|
1090
|
-
_: 1
|
|
1091
|
-
|
|
1092
|
-
|
|
1209
|
+
_: 1
|
|
1210
|
+
/* STABLE */
|
|
1211
|
+
|
|
1212
|
+
}, 8
|
|
1213
|
+
/* PROPS */
|
|
1214
|
+
, ["label"])]),
|
|
1215
|
+
_: 1
|
|
1216
|
+
/* STABLE */
|
|
1217
|
+
|
|
1093
1218
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1094
1219
|
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, {
|
|
1095
1220
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
@@ -1109,8 +1234,12 @@ const __default__ = {
|
|
|
1109
1234
|
max: 1,
|
|
1110
1235
|
step: 0.01,
|
|
1111
1236
|
onChange: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
1112
|
-
}, null, 8
|
|
1113
|
-
|
|
1237
|
+
}, null, 8
|
|
1238
|
+
/* PROPS */
|
|
1239
|
+
, ["modelValue", "step"])]),
|
|
1240
|
+
_: 1
|
|
1241
|
+
/* STABLE */
|
|
1242
|
+
|
|
1114
1243
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1115
1244
|
span: 8
|
|
1116
1245
|
}, {
|
|
@@ -1122,14 +1251,26 @@ const __default__ = {
|
|
|
1122
1251
|
step: 0.01,
|
|
1123
1252
|
"controls-position": "right",
|
|
1124
1253
|
onChange: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
1125
|
-
}, null, 8
|
|
1126
|
-
|
|
1254
|
+
}, null, 8
|
|
1255
|
+
/* PROPS */
|
|
1256
|
+
, ["modelValue", "step"])]),
|
|
1257
|
+
_: 1
|
|
1258
|
+
/* STABLE */
|
|
1259
|
+
|
|
1127
1260
|
})]),
|
|
1128
|
-
_: 1
|
|
1261
|
+
_: 1
|
|
1262
|
+
/* STABLE */
|
|
1263
|
+
|
|
1129
1264
|
})]),
|
|
1130
|
-
_: 1
|
|
1131
|
-
|
|
1132
|
-
|
|
1265
|
+
_: 1
|
|
1266
|
+
/* STABLE */
|
|
1267
|
+
|
|
1268
|
+
}, 8
|
|
1269
|
+
/* PROPS */
|
|
1270
|
+
, ["label"])]),
|
|
1271
|
+
_: 1
|
|
1272
|
+
/* STABLE */
|
|
1273
|
+
|
|
1133
1274
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1134
1275
|
style: {
|
|
1135
1276
|
"padding-bottom": "8px"
|
|
@@ -1142,15 +1283,31 @@ const __default__ = {
|
|
|
1142
1283
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
1143
1284
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText = $event),
|
|
1144
1285
|
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('slopeColorText'))
|
|
1145
|
-
}, null, 8
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1286
|
+
}, null, 8
|
|
1287
|
+
/* PROPS */
|
|
1288
|
+
, ["modelValue"])]),
|
|
1289
|
+
_: 1
|
|
1290
|
+
/* STABLE */
|
|
1291
|
+
|
|
1292
|
+
}, 8
|
|
1293
|
+
/* PROPS */
|
|
1294
|
+
, ["label"])]),
|
|
1295
|
+
_: 1
|
|
1296
|
+
/* STABLE */
|
|
1297
|
+
|
|
1149
1298
|
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1150
|
-
_: 1
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1299
|
+
_: 1
|
|
1300
|
+
/* STABLE */
|
|
1301
|
+
|
|
1302
|
+
}, 8
|
|
1303
|
+
/* PROPS */
|
|
1304
|
+
, ["label-width"])]),
|
|
1305
|
+
_: 1
|
|
1306
|
+
/* STABLE */
|
|
1307
|
+
|
|
1308
|
+
}, 8
|
|
1309
|
+
/* PROPS */
|
|
1310
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1154
1311
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectAnalysisSettings,
|
|
1155
1312
|
name: "aspect",
|
|
1156
1313
|
class: "kq3d-slope-aspect-analysis-collapse-item"
|
|
@@ -1178,8 +1335,12 @@ const __default__ = {
|
|
|
1178
1335
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
1179
1336
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
1180
1337
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('interval'))
|
|
1181
|
-
}, null, 8
|
|
1182
|
-
|
|
1338
|
+
}, null, 8
|
|
1339
|
+
/* PROPS */
|
|
1340
|
+
, ["modelValue", "min", "max"])]),
|
|
1341
|
+
_: 1
|
|
1342
|
+
/* STABLE */
|
|
1343
|
+
|
|
1183
1344
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1184
1345
|
span: 8
|
|
1185
1346
|
}, {
|
|
@@ -1191,14 +1352,26 @@ const __default__ = {
|
|
|
1191
1352
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
1192
1353
|
"controls-position": "right",
|
|
1193
1354
|
onChange: _cache[26] || (_cache[26] = $event => paramsChanged('interval'))
|
|
1194
|
-
}, null, 8
|
|
1195
|
-
|
|
1355
|
+
}, null, 8
|
|
1356
|
+
/* PROPS */
|
|
1357
|
+
, ["modelValue", "min", "max"])]),
|
|
1358
|
+
_: 1
|
|
1359
|
+
/* STABLE */
|
|
1360
|
+
|
|
1196
1361
|
})]),
|
|
1197
|
-
_: 1
|
|
1362
|
+
_: 1
|
|
1363
|
+
/* STABLE */
|
|
1364
|
+
|
|
1198
1365
|
})]),
|
|
1199
|
-
_: 1
|
|
1200
|
-
|
|
1201
|
-
|
|
1366
|
+
_: 1
|
|
1367
|
+
/* STABLE */
|
|
1368
|
+
|
|
1369
|
+
}, 8
|
|
1370
|
+
/* PROPS */
|
|
1371
|
+
, ["label"])]),
|
|
1372
|
+
_: 1
|
|
1373
|
+
/* STABLE */
|
|
1374
|
+
|
|
1202
1375
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1203
1376
|
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, {
|
|
1204
1377
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
@@ -1218,8 +1391,12 @@ const __default__ = {
|
|
|
1218
1391
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
1219
1392
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
1220
1393
|
onChange: _cache[28] || (_cache[28] = $event => paramsChanged('arrowWidth'))
|
|
1221
|
-
}, null, 8
|
|
1222
|
-
|
|
1394
|
+
}, null, 8
|
|
1395
|
+
/* PROPS */
|
|
1396
|
+
, ["modelValue", "min", "max"])]),
|
|
1397
|
+
_: 1
|
|
1398
|
+
/* STABLE */
|
|
1399
|
+
|
|
1223
1400
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1224
1401
|
span: 8
|
|
1225
1402
|
}, {
|
|
@@ -1231,14 +1408,26 @@ const __default__ = {
|
|
|
1231
1408
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
1232
1409
|
"controls-position": "right",
|
|
1233
1410
|
onChange: _cache[30] || (_cache[30] = $event => paramsChanged('arrowWidth'))
|
|
1234
|
-
}, null, 8
|
|
1235
|
-
|
|
1411
|
+
}, null, 8
|
|
1412
|
+
/* PROPS */
|
|
1413
|
+
, ["modelValue", "min", "max"])]),
|
|
1414
|
+
_: 1
|
|
1415
|
+
/* STABLE */
|
|
1416
|
+
|
|
1236
1417
|
})]),
|
|
1237
|
-
_: 1
|
|
1418
|
+
_: 1
|
|
1419
|
+
/* STABLE */
|
|
1420
|
+
|
|
1238
1421
|
})]),
|
|
1239
|
-
_: 1
|
|
1240
|
-
|
|
1241
|
-
|
|
1422
|
+
_: 1
|
|
1423
|
+
/* STABLE */
|
|
1424
|
+
|
|
1425
|
+
}, 8
|
|
1426
|
+
/* PROPS */
|
|
1427
|
+
, ["label"])]),
|
|
1428
|
+
_: 1
|
|
1429
|
+
/* STABLE */
|
|
1430
|
+
|
|
1242
1431
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1243
1432
|
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, {
|
|
1244
1433
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
@@ -1247,32 +1436,67 @@ const __default__ = {
|
|
|
1247
1436
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
1248
1437
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
1249
1438
|
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('arrowColor'))
|
|
1250
|
-
}, null, 8
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1439
|
+
}, null, 8
|
|
1440
|
+
/* PROPS */
|
|
1441
|
+
, ["modelValue"])]),
|
|
1442
|
+
_: 1
|
|
1443
|
+
/* STABLE */
|
|
1444
|
+
|
|
1445
|
+
}, 8
|
|
1446
|
+
/* PROPS */
|
|
1447
|
+
, ["label"])]),
|
|
1448
|
+
_: 1
|
|
1449
|
+
/* STABLE */
|
|
1450
|
+
|
|
1254
1451
|
})])]),
|
|
1255
|
-
_: 1
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1452
|
+
_: 1
|
|
1453
|
+
/* STABLE */
|
|
1454
|
+
|
|
1455
|
+
}, 8
|
|
1456
|
+
/* PROPS */
|
|
1457
|
+
, ["label-width"])]),
|
|
1458
|
+
_: 1
|
|
1459
|
+
/* STABLE */
|
|
1460
|
+
|
|
1461
|
+
}, 8
|
|
1462
|
+
/* PROPS */
|
|
1463
|
+
, ["title"])]),
|
|
1464
|
+
_: 1
|
|
1465
|
+
/* STABLE */
|
|
1466
|
+
|
|
1467
|
+
}, 8
|
|
1468
|
+
/* PROPS */
|
|
1469
|
+
, ["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, {
|
|
1261
1470
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1262
1471
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1263
1472
|
type: "primary"
|
|
1264
1473
|
}, {
|
|
1265
|
-
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
|
|
1266
|
-
|
|
1267
|
-
|
|
1474
|
+
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
|
|
1475
|
+
/* TEXT */
|
|
1476
|
+
)]),
|
|
1477
|
+
_: 1
|
|
1478
|
+
/* STABLE */
|
|
1479
|
+
|
|
1480
|
+
}, 8
|
|
1481
|
+
/* PROPS */
|
|
1482
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1268
1483
|
onClick: _cache[34] || (_cache[34] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1269
1484
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1270
1485
|
}, {
|
|
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
|
-
|
|
1486
|
+
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
|
|
1487
|
+
/* TEXT */
|
|
1488
|
+
)]),
|
|
1489
|
+
_: 1
|
|
1490
|
+
/* STABLE */
|
|
1491
|
+
|
|
1492
|
+
}, 8
|
|
1493
|
+
/* PROPS */
|
|
1494
|
+
, ["title"])])])], 2
|
|
1495
|
+
/* CLASS */
|
|
1496
|
+
);
|
|
1274
1497
|
};
|
|
1275
1498
|
}
|
|
1499
|
+
|
|
1276
1500
|
}));
|
|
1277
1501
|
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1278
1502
|
|
|
@@ -1294,11 +1518,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1294
1518
|
|
|
1295
1519
|
|
|
1296
1520
|
|
|
1521
|
+
|
|
1297
1522
|
SlopeAspectAnalysis.install = (Vue, opts) => {
|
|
1298
1523
|
init_js_default()(Vue, opts);
|
|
1299
1524
|
Vue.component(SlopeAspectAnalysis.name, SlopeAspectAnalysis);
|
|
1300
1525
|
};
|
|
1301
1526
|
|
|
1527
|
+
|
|
1302
1528
|
}();
|
|
1303
1529
|
/******/ return __webpack_exports__;
|
|
1304
1530
|
/******/ })()
|