@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +159 -227
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +288 -470
- package/clientPrint/index.js +333 -897
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +181 -252
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +297 -401
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +243 -382
- package/geologicalbodyanalysis/index.js +203 -287
- package/gpuspatialquery/index.js +240 -390
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +426 -733
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +7913 -16839
- package/isolineanalysis/index.js +554 -1231
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +339 -493
- package/modelFlat/index.js +202 -223
- package/modelexcavate/index.js +194 -251
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +180 -173
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +237 -328
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +273 -571
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9018 -17813
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +256 -436
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +200 -339
- package/slopeanalysis/index.js +270 -433
- package/slopeaspectanalysis/index.js +303 -523
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +218 -269
- package/terrainprofileanalysis/index.js +162 -171
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
|
@@ -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
|
|
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
|
|
107
155
|
|
|
108
|
-
|
|
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;
|
|
109
163
|
}
|
|
110
164
|
|
|
165
|
+
|
|
111
166
|
/***/ })
|
|
112
167
|
|
|
113
168
|
/******/ });
|
|
@@ -179,47 +234,55 @@ 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
|
+
SlopeAspectAnalysisViewModel: function() { return /* reexport */ SlopeAspectAnalysisViewModel; },
|
|
190
243
|
"default": function() { return /* reexport */ SlopeAspectAnalysis; }
|
|
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/slopeaspectanalysis/SlopeAspectAnalysisViewModel.js
|
|
204
263
|
|
|
205
|
-
// 分析逻辑类
|
|
206
264
|
|
|
207
265
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
constructor(scenceView, viewModel) {
|
|
213
|
-
(0,defineProperty/* default */.Z)(this, "_slopeAnalysis", null);
|
|
266
|
+
/*
|
|
267
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
268
|
+
* All rights reserved.
|
|
269
|
+
*/
|
|
214
270
|
|
|
215
|
-
|
|
271
|
+
// 分析逻辑类
|
|
216
272
|
|
|
217
|
-
|
|
273
|
+
class SlopeAspectAnalysisViewModel {
|
|
274
|
+
constructor(scenceView, viewModel) {
|
|
275
|
+
(0,defineProperty/* default */.A)(this, "_slopeAnalysis", null);
|
|
276
|
+
// 坡度坡向三维对象
|
|
277
|
+
(0,defineProperty/* default */.A)(this, "_aspectAnalysis", null);
|
|
278
|
+
// 坡向三维对象
|
|
279
|
+
//全局参数
|
|
280
|
+
(0,defineProperty/* default */.A)(this, "_globaOptions", {
|
|
218
281
|
viewer: null,
|
|
219
282
|
_drawManager: null
|
|
220
283
|
});
|
|
221
|
-
|
|
222
|
-
|
|
284
|
+
(0,defineProperty/* default */.A)(this, "_colorImages", [
|
|
285
|
+
//渐变图片集合
|
|
223
286
|
{
|
|
224
287
|
value: "0",
|
|
225
288
|
src: const_image_.RED_TO_PURPLE_URL
|
|
@@ -230,7 +293,6 @@ class SlopeAspectAnalysisViewModel {
|
|
|
230
293
|
value: "2",
|
|
231
294
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
232
295
|
}]);
|
|
233
|
-
|
|
234
296
|
this._globaOptions.viewer = scenceView._viewer;
|
|
235
297
|
this._globaOptions.viewModel = {
|
|
236
298
|
fillStyle: viewModel.fillStyle,
|
|
@@ -250,10 +312,9 @@ class SlopeAspectAnalysisViewModel {
|
|
|
250
312
|
};
|
|
251
313
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
252
314
|
// this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
253
|
-
|
|
254
315
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
255
|
-
var that = this;
|
|
256
|
-
|
|
316
|
+
var that = this;
|
|
317
|
+
// 坡度对象
|
|
257
318
|
this._aspectAnalysis = new window.Cesium.Kq3dAspect({
|
|
258
319
|
interval: viewModel.interval || 500,
|
|
259
320
|
// 采样间隔
|
|
@@ -266,8 +327,8 @@ class SlopeAspectAnalysisViewModel {
|
|
|
266
327
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
267
328
|
if (shape) {
|
|
268
329
|
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
269
|
-
if (that._aspectAnalysis) that._aspectAnalysis.positions = shape._controlPoints;
|
|
270
|
-
|
|
330
|
+
if (that._aspectAnalysis) that._aspectAnalysis.positions = shape._controlPoints;
|
|
331
|
+
// 实例化分析对象
|
|
271
332
|
if (!that._slopeAnalysis) {
|
|
272
333
|
switch (that._globaOptions.viewModel.fillStyle) {
|
|
273
334
|
case "tableColor":
|
|
@@ -279,7 +340,6 @@ class SlopeAspectAnalysisViewModel {
|
|
|
279
340
|
colorTable: that._globaOptions.viewModel.colorTable
|
|
280
341
|
});
|
|
281
342
|
break;
|
|
282
|
-
|
|
283
343
|
case "colorImage":
|
|
284
344
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
285
345
|
viewer: that._globaOptions.viewer,
|
|
@@ -288,7 +348,6 @@ class SlopeAspectAnalysisViewModel {
|
|
|
288
348
|
colorImage: that._globaOptions.viewModel.imageSrc
|
|
289
349
|
});
|
|
290
350
|
break;
|
|
291
|
-
|
|
292
351
|
case "slopeFilter":
|
|
293
352
|
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
294
353
|
viewer: that._globaOptions.viewer,
|
|
@@ -303,26 +362,20 @@ class SlopeAspectAnalysisViewModel {
|
|
|
303
362
|
} else {
|
|
304
363
|
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
305
364
|
}
|
|
306
|
-
|
|
307
365
|
that._globaOptions._drawManager.clear();
|
|
308
366
|
}
|
|
309
367
|
});
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
368
|
+
}
|
|
369
|
+
//获取图片路径
|
|
313
370
|
getImagePath(value) {
|
|
314
371
|
var imagePath = "";
|
|
315
|
-
|
|
316
372
|
var image = this._colorImages.find(item => item.value === value);
|
|
317
|
-
|
|
318
373
|
if (image) {
|
|
319
374
|
imagePath = image.src;
|
|
320
375
|
}
|
|
321
|
-
|
|
322
376
|
return imagePath;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
377
|
+
}
|
|
378
|
+
// 开始分析
|
|
326
379
|
start() {
|
|
327
380
|
// 判断是否添加了地形
|
|
328
381
|
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
@@ -346,24 +399,22 @@ class SlopeAspectAnalysisViewModel {
|
|
|
346
399
|
}
|
|
347
400
|
}
|
|
348
401
|
} else {
|
|
349
|
-
(0,message/* default */.
|
|
402
|
+
(0,message/* default */.A)({
|
|
350
403
|
message: "只支持STK类型的地形分析!",
|
|
351
404
|
type: "warning"
|
|
352
405
|
});
|
|
353
406
|
}
|
|
354
407
|
} else {
|
|
355
|
-
(0,message/* default */.
|
|
408
|
+
(0,message/* default */.A)({
|
|
356
409
|
message: "请加载地形后分析!",
|
|
357
410
|
type: "warning"
|
|
358
411
|
});
|
|
359
412
|
}
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
|
|
413
|
+
}
|
|
414
|
+
//修改填充样式
|
|
363
415
|
changeFilltyle(key) {
|
|
364
416
|
this._globaOptions.viewModel.fillStyle = key;
|
|
365
417
|
if (!this._slopeAnalysis) return;
|
|
366
|
-
|
|
367
418
|
switch (key) {
|
|
368
419
|
case "tableColor":
|
|
369
420
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
@@ -372,7 +423,6 @@ class SlopeAspectAnalysisViewModel {
|
|
|
372
423
|
this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
373
424
|
this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
374
425
|
break;
|
|
375
|
-
|
|
376
426
|
case "colorImage":
|
|
377
427
|
if (this._slopeAnalysis.isFilter) this._slopeAnalysis.isFilter = false;
|
|
378
428
|
this._slopeAnalysis.colorTableDegree = [];
|
|
@@ -380,101 +430,83 @@ class SlopeAspectAnalysisViewModel {
|
|
|
380
430
|
this._slopeAnalysis.color = null;
|
|
381
431
|
this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
382
432
|
break;
|
|
383
|
-
|
|
384
433
|
case "slopeFilter":
|
|
385
434
|
this._slopeAnalysis.colorImage = null;
|
|
386
435
|
this._slopeAnalysis.isFilter = true;
|
|
387
436
|
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));
|
|
388
437
|
break;
|
|
389
438
|
}
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
|
|
439
|
+
}
|
|
440
|
+
// 设置填充纹理值
|
|
393
441
|
setColorTableDegree(newValue) {
|
|
394
442
|
this._globaOptions.viewModel.colorTableDegree = newValue;
|
|
395
443
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTableDegree = this._globaOptions.viewModel.colorTableDegree;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
|
|
444
|
+
}
|
|
445
|
+
// 设置填充纹理颜色
|
|
399
446
|
setColorTable(newValue) {
|
|
400
447
|
this._globaOptions.viewModel.colorTable = newValue;
|
|
401
448
|
if (this._slopeAnalysis) this._slopeAnalysis.colorTable = this._globaOptions.viewModel.colorTable;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
|
|
449
|
+
}
|
|
450
|
+
// 设置填充纹理
|
|
405
451
|
setColorImage(newValue) {
|
|
406
452
|
this._globaOptions.viewModel.imageSrc = newValue;
|
|
407
453
|
if (this._slopeAnalysis) this._slopeAnalysis.colorImage = this._globaOptions.viewModel.imageSrc;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
|
|
454
|
+
}
|
|
455
|
+
// 设置渐变纹理
|
|
411
456
|
getColorLine(key) {
|
|
412
457
|
var path = "";
|
|
413
|
-
|
|
414
458
|
switch (key) {
|
|
415
459
|
case 0:
|
|
416
460
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
417
461
|
break;
|
|
418
|
-
|
|
419
462
|
case 1:
|
|
420
463
|
path = const_image_.PURPLE_TO_YELLOW_URL;
|
|
421
464
|
break;
|
|
422
|
-
|
|
423
465
|
case 2:
|
|
424
466
|
path = const_image_.GREEN_TO_BLUE_URL;
|
|
425
467
|
break;
|
|
426
|
-
|
|
427
468
|
default:
|
|
428
469
|
path = const_image_.RED_TO_PURPLE_URL;
|
|
429
470
|
break;
|
|
430
471
|
}
|
|
431
|
-
|
|
432
472
|
return path;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
|
|
473
|
+
}
|
|
474
|
+
// 设置坡度过滤样式
|
|
436
475
|
setSlopeFilterColor(slopeColorText, slopeColorAlpha) {
|
|
437
476
|
this._globaOptions.viewModel.slopeColorText = slopeColorText;
|
|
438
477
|
this._globaOptions.viewModel.slopeColorAlpha = Number(slopeColorAlpha);
|
|
439
478
|
if (this._slopeAnalysis) this._slopeAnalysis.color = Cesium.Color.fromCssColorString(slopeColorText).withAlpha(Number(slopeColorAlpha));
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
|
|
479
|
+
}
|
|
480
|
+
// 设置最小坡度值
|
|
443
481
|
setSlopeFilterMin(newValue) {
|
|
444
482
|
this._globaOptions.viewModel.minSlope = Number(newValue);
|
|
445
483
|
if (this._slopeAnalysis) this._slopeAnalysis.minSlope = this._globaOptions.viewModel.minSlope;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
|
|
484
|
+
}
|
|
485
|
+
// 设置最大坡度值
|
|
449
486
|
setSlopeFilterMax(newValue) {
|
|
450
487
|
this._globaOptions.viewModel.maxSlope = Number(newValue);
|
|
451
488
|
if (this._slopeAnalysis) this._slopeAnalysis.maxSlope = this._globaOptions.viewModel.maxSlope;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
|
|
489
|
+
}
|
|
490
|
+
// 设置采样间隔
|
|
455
491
|
setInterval(newValue) {
|
|
456
492
|
if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
|
|
493
|
+
}
|
|
494
|
+
// 设置箭头宽度
|
|
460
495
|
setArrowWidth(newValue) {
|
|
461
496
|
if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
|
|
497
|
+
}
|
|
498
|
+
// 设置箭头颜色
|
|
465
499
|
setArrowColor(newValue) {
|
|
466
500
|
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
|
|
501
|
+
}
|
|
502
|
+
// 清除全部结果
|
|
470
503
|
clear() {
|
|
471
504
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
472
505
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
473
506
|
this._slopeAnalysis = null;
|
|
474
507
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
|
|
508
|
+
}
|
|
509
|
+
// 销毁
|
|
478
510
|
destroy() {
|
|
479
511
|
// 移除监听事件
|
|
480
512
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
@@ -484,16 +516,18 @@ class SlopeAspectAnalysisViewModel {
|
|
|
484
516
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
485
517
|
this._aspectAnalysis = null;
|
|
486
518
|
}
|
|
487
|
-
|
|
488
519
|
}
|
|
489
520
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
490
|
-
var client_icons_vue_ = __webpack_require__(
|
|
521
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
491
522
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
492
|
-
var util_ = __webpack_require__(
|
|
523
|
+
var util_ = __webpack_require__(2975);
|
|
493
524
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
494
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
525
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
495
526
|
;// 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
|
|
496
527
|
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
497
531
|
const _hoisted_1 = {
|
|
498
532
|
class: "kq3d-slope-aspect-analysis-box"
|
|
499
533
|
};
|
|
@@ -506,26 +540,11 @@ const _hoisted_3 = {
|
|
|
506
540
|
const _hoisted_4 = {
|
|
507
541
|
key: 1
|
|
508
542
|
};
|
|
509
|
-
|
|
510
|
-
const
|
|
511
|
-
/* HOISTED */
|
|
512
|
-
);
|
|
513
|
-
|
|
514
|
-
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
515
|
-
class: "kq3d-slope-aspect-analysis-line"
|
|
516
|
-
}, null, -1
|
|
517
|
-
/* HOISTED */
|
|
518
|
-
);
|
|
519
|
-
|
|
520
|
-
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1
|
|
521
|
-
/* HOISTED */
|
|
522
|
-
);
|
|
523
|
-
|
|
524
|
-
const _hoisted_8 = ["src"];
|
|
525
|
-
const _hoisted_9 = {
|
|
543
|
+
const _hoisted_5 = ["src"];
|
|
544
|
+
const _hoisted_6 = {
|
|
526
545
|
key: 2
|
|
527
546
|
};
|
|
528
|
-
const
|
|
547
|
+
const _hoisted_7 = {
|
|
529
548
|
class: "kq3d-slope-aspect-analysis-footer"
|
|
530
549
|
};
|
|
531
550
|
|
|
@@ -538,7 +557,7 @@ const _hoisted_10 = {
|
|
|
538
557
|
const __default__ = {
|
|
539
558
|
name: "Kq3dSlopeAspectAnalysis"
|
|
540
559
|
};
|
|
541
|
-
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
560
|
+
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
542
561
|
props: {
|
|
543
562
|
// 设置参数
|
|
544
563
|
settingParams: {
|
|
@@ -549,7 +568,6 @@ const __default__ = {
|
|
|
549
568
|
type: Boolean,
|
|
550
569
|
default: true
|
|
551
570
|
},
|
|
552
|
-
|
|
553
571
|
/**
|
|
554
572
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
555
573
|
*/
|
|
@@ -579,11 +597,9 @@ const __default__ = {
|
|
|
579
597
|
default: true
|
|
580
598
|
}
|
|
581
599
|
},
|
|
582
|
-
|
|
583
600
|
setup(__props, {
|
|
584
601
|
expose: __expose
|
|
585
602
|
}) {
|
|
586
|
-
const props = __props;
|
|
587
603
|
const {
|
|
588
604
|
proxy
|
|
589
605
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -617,12 +633,15 @@ const __default__ = {
|
|
|
617
633
|
}, {
|
|
618
634
|
value: 2,
|
|
619
635
|
src: const_image_.GREEN_TO_BLUE_URL
|
|
620
|
-
}];
|
|
621
|
-
// 获取组件传参
|
|
622
|
-
// 分析类
|
|
636
|
+
}];
|
|
623
637
|
|
|
624
|
-
|
|
638
|
+
//计算属性
|
|
625
639
|
|
|
640
|
+
// 获取组件传参
|
|
641
|
+
const props = __props;
|
|
642
|
+
// 分析类
|
|
643
|
+
let viewModel = null;
|
|
644
|
+
// 默认参数
|
|
626
645
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
627
646
|
collapseValue: props.settingParams && props.settingParams.collapseValue || "",
|
|
628
647
|
// 折叠组件是否折叠,slope:展开坡度设置,aspect:展开破坡向设置
|
|
@@ -648,14 +667,16 @@ const __default__ = {
|
|
|
648
667
|
maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
|
|
649
668
|
// 箭头宽度最大值
|
|
650
669
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
|
|
670
|
+
});
|
|
651
671
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
672
|
+
// 组件容器Ref
|
|
673
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
655
674
|
|
|
675
|
+
// 生成组件默认header
|
|
656
676
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
657
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
677
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
658
678
|
|
|
679
|
+
// 国际化
|
|
659
680
|
let {
|
|
660
681
|
locale,
|
|
661
682
|
messages
|
|
@@ -675,30 +696,29 @@ const __default__ = {
|
|
|
675
696
|
watchCreateHeaderTemp();
|
|
676
697
|
});
|
|
677
698
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
678
|
-
|
|
679
699
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
680
700
|
if (scenceView) {
|
|
681
701
|
refactorArr();
|
|
682
|
-
viewModel = new SlopeAspectAnalysisViewModel(scenceView, formItem);
|
|
702
|
+
viewModel = new SlopeAspectAnalysisViewModel(scenceView, formItem);
|
|
703
|
+
// var imageUrl = getImagePath(formItem.colorImage);
|
|
683
704
|
// viewModel.setColorImage(imageUrl);
|
|
684
705
|
}
|
|
685
706
|
});
|
|
686
707
|
});
|
|
708
|
+
|
|
687
709
|
/**
|
|
688
710
|
* @description 监听header生成
|
|
689
711
|
*/
|
|
690
|
-
|
|
691
712
|
const watchCreateHeaderTemp = () => {
|
|
692
713
|
if (props.showHeaderTemp) {
|
|
693
714
|
// 生成headerTemp
|
|
694
715
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
695
716
|
}
|
|
696
|
-
};
|
|
697
|
-
|
|
717
|
+
};
|
|
698
718
|
|
|
719
|
+
// 刷新自定义样式数组
|
|
699
720
|
function refactorArr(type) {
|
|
700
721
|
if (!dataList || !dataList.length) return;
|
|
701
|
-
|
|
702
722
|
if (type == "degree") {
|
|
703
723
|
formItem.colorTableDegree = dataList.map(item => {
|
|
704
724
|
return item.colorTableDegree;
|
|
@@ -710,102 +730,85 @@ const __default__ = {
|
|
|
710
730
|
});
|
|
711
731
|
formItem.colorTable.shift();
|
|
712
732
|
}
|
|
713
|
-
}
|
|
714
|
-
|
|
733
|
+
}
|
|
715
734
|
|
|
735
|
+
//获取图片路径
|
|
716
736
|
function getImagePath(value) {
|
|
717
737
|
var imagePath = "";
|
|
718
738
|
var image = colorImages.find(item => item.value === value);
|
|
719
|
-
|
|
720
739
|
if (image) {
|
|
721
740
|
imagePath = image.src;
|
|
722
741
|
}
|
|
723
|
-
|
|
724
742
|
return imagePath;
|
|
725
|
-
}
|
|
726
|
-
|
|
743
|
+
}
|
|
727
744
|
|
|
745
|
+
// 参数改变
|
|
728
746
|
function paramsChanged(key) {
|
|
729
747
|
switch (key) {
|
|
730
748
|
case "fillStyle":
|
|
731
749
|
// 填充样式
|
|
732
750
|
viewModel.changeFilltyle(formItem.fillStyle);
|
|
733
751
|
break;
|
|
734
|
-
|
|
735
752
|
case "colorTableDegree":
|
|
736
753
|
// 自定义填充样式区间
|
|
737
754
|
refactorArr("degree");
|
|
738
755
|
viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
739
756
|
break;
|
|
740
|
-
|
|
741
757
|
case "colorTable":
|
|
742
758
|
// 自定义填充样式颜色
|
|
743
759
|
refactorArr("color");
|
|
744
760
|
viewModel.setColorTable(formItem.colorTable);
|
|
745
761
|
break;
|
|
746
|
-
|
|
747
762
|
case "colorImage":
|
|
748
763
|
// 填充样式
|
|
749
764
|
var imageUrl = getImagePath(formItem.colorImage);
|
|
750
765
|
viewModel.setColorImage(imageUrl);
|
|
751
766
|
break;
|
|
752
|
-
|
|
753
767
|
case "minSlope":
|
|
754
768
|
// 填充样式
|
|
755
769
|
viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
756
770
|
break;
|
|
757
|
-
|
|
758
771
|
case "maxSlope":
|
|
759
772
|
// 填充样式
|
|
760
773
|
viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
761
774
|
break;
|
|
762
|
-
|
|
763
775
|
case "slopeColorAlpha":
|
|
764
776
|
// 填充样式
|
|
765
777
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
766
778
|
break;
|
|
767
|
-
|
|
768
779
|
case "slopeColorText":
|
|
769
780
|
// 填充样式
|
|
770
781
|
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
771
782
|
break;
|
|
772
|
-
|
|
773
783
|
case "interval":
|
|
774
784
|
// 采样间隔
|
|
775
785
|
viewModel.setInterval(formItem.interval);
|
|
776
786
|
break;
|
|
777
|
-
|
|
778
787
|
case "arrowWidth":
|
|
779
788
|
// 箭头间隔
|
|
780
789
|
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
781
790
|
break;
|
|
782
|
-
|
|
783
791
|
case "arrowColor":
|
|
784
792
|
// 箭头颜色
|
|
785
793
|
viewModel.setArrowColor(formItem.arrowColor);
|
|
786
794
|
break;
|
|
787
|
-
|
|
788
795
|
default:
|
|
789
796
|
break;
|
|
790
797
|
}
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
798
|
+
}
|
|
799
|
+
// 开始分析
|
|
794
800
|
function startAnalysis() {
|
|
795
801
|
clearResult();
|
|
796
802
|
viewModel && viewModel.start();
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
|
|
803
|
+
}
|
|
804
|
+
//清除结果
|
|
800
805
|
function clearResult() {
|
|
801
806
|
viewModel && viewModel.clear();
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
|
|
807
|
+
}
|
|
808
|
+
// 销毁
|
|
805
809
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
806
810
|
viewModel && viewModel.destroy();
|
|
807
811
|
});
|
|
808
|
-
|
|
809
812
|
__expose({
|
|
810
813
|
refactorArr,
|
|
811
814
|
getImagePath,
|
|
@@ -813,36 +816,21 @@ const __default__ = {
|
|
|
813
816
|
startAnalysis,
|
|
814
817
|
clearResult
|
|
815
818
|
});
|
|
816
|
-
|
|
817
819
|
return (_ctx, _cache) => {
|
|
818
820
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
819
|
-
|
|
820
821
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
821
|
-
|
|
822
822
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
823
|
-
|
|
824
823
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
825
|
-
|
|
826
824
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
827
|
-
|
|
828
825
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
829
|
-
|
|
830
826
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
831
|
-
|
|
832
827
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
833
|
-
|
|
834
828
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
835
|
-
|
|
836
829
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
837
|
-
|
|
838
830
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
839
|
-
|
|
840
831
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
841
|
-
|
|
842
832
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
843
|
-
|
|
844
833
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
845
|
-
|
|
846
834
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
847
835
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-slope-aspect-analysis", {
|
|
848
836
|
'kq-box-shadow': __props.showShadow
|
|
@@ -853,18 +841,12 @@ const __default__ = {
|
|
|
853
841
|
key: 0,
|
|
854
842
|
ref_key: "headerTempRef",
|
|
855
843
|
ref: headerTempRef
|
|
856
|
-
}, null, 512
|
|
857
|
-
/* NEED_PATCH */
|
|
858
|
-
)) : (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, {
|
|
844
|
+
}, 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, {
|
|
859
845
|
key: 0,
|
|
860
846
|
class: "kq3d-slope-aspect-analysis-tip"
|
|
861
847
|
}, {
|
|
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
|
-
/*
|
|
864
|
-
)]),
|
|
865
|
-
_: 1
|
|
866
|
-
/* STABLE */
|
|
867
|
-
|
|
848
|
+
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 */)]),
|
|
849
|
+
_: 1 /* STABLE */
|
|
868
850
|
})) : (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, {
|
|
869
851
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
870
852
|
}, {
|
|
@@ -892,34 +874,18 @@ const __default__ = {
|
|
|
892
874
|
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, {
|
|
893
875
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).customColorScheme,
|
|
894
876
|
value: "tableColor"
|
|
895
|
-
}, null, 8
|
|
896
|
-
/* PROPS */
|
|
897
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
877
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
898
878
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientTexture,
|
|
899
879
|
value: "colorImage"
|
|
900
|
-
}, null, 8
|
|
901
|
-
/* PROPS */
|
|
902
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
880
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
903
881
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeFilter,
|
|
904
882
|
value: "slopeFilter"
|
|
905
|
-
}, null, 8
|
|
906
|
-
/*
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
}, 8
|
|
912
|
-
/* PROPS */
|
|
913
|
-
, ["modelValue"])]),
|
|
914
|
-
_: 1
|
|
915
|
-
/* STABLE */
|
|
916
|
-
|
|
917
|
-
}, 8
|
|
918
|
-
/* PROPS */
|
|
919
|
-
, ["label"])]),
|
|
920
|
-
_: 1
|
|
921
|
-
/* STABLE */
|
|
922
|
-
|
|
883
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
884
|
+
_: 1 /* STABLE */
|
|
885
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
886
|
+
_: 1 /* STABLE */
|
|
887
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
888
|
+
_: 1 /* STABLE */
|
|
923
889
|
}), (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, {
|
|
924
890
|
style: {
|
|
925
891
|
"display": "flex"
|
|
@@ -928,25 +894,15 @@ const __default__ = {
|
|
|
928
894
|
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, {
|
|
929
895
|
span: 18
|
|
930
896
|
}, {
|
|
931
|
-
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
|
|
932
|
-
/*
|
|
933
|
-
)]),
|
|
934
|
-
_: 1
|
|
935
|
-
/* STABLE */
|
|
936
|
-
|
|
897
|
+
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 */)]),
|
|
898
|
+
_: 1 /* STABLE */
|
|
937
899
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
938
900
|
span: 6
|
|
939
901
|
}, {
|
|
940
|
-
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
|
|
941
|
-
/*
|
|
942
|
-
)]),
|
|
943
|
-
_: 1
|
|
944
|
-
/* STABLE */
|
|
945
|
-
|
|
902
|
+
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 */)]),
|
|
903
|
+
_: 1 /* STABLE */
|
|
946
904
|
})]),
|
|
947
|
-
_: 1
|
|
948
|
-
/* STABLE */
|
|
949
|
-
|
|
905
|
+
_: 1 /* STABLE */
|
|
950
906
|
}), ((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) => {
|
|
951
907
|
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, {
|
|
952
908
|
key: index,
|
|
@@ -967,9 +923,7 @@ const __default__ = {
|
|
|
967
923
|
disabled: true,
|
|
968
924
|
onInput: _cache[2] || (_cache[2] = $event => paramsChanged('colorTableDegree')),
|
|
969
925
|
"controls-position": "right"
|
|
970
|
-
}, null, 8
|
|
971
|
-
/* PROPS */
|
|
972
|
-
, ["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
|
+
}, 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, {
|
|
973
927
|
key: 1,
|
|
974
928
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
975
929
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree = $event,
|
|
@@ -977,11 +931,7 @@ const __default__ = {
|
|
|
977
931
|
step: 1,
|
|
978
932
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('colorTableDegree')),
|
|
979
933
|
"controls-position": "right"
|
|
980
|
-
}, null, 8
|
|
981
|
-
/* PROPS */
|
|
982
|
-
, ["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
|
|
983
|
-
/* TEXT */
|
|
984
|
-
), 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, {
|
|
934
|
+
}, 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, {
|
|
985
935
|
key: 2,
|
|
986
936
|
modelValue: item.colorTableDegree,
|
|
987
937
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -990,9 +940,7 @@ const __default__ = {
|
|
|
990
940
|
step: 1,
|
|
991
941
|
onInput: _cache[4] || (_cache[4] = $event => paramsChanged('colorTableDegree')),
|
|
992
942
|
"controls-position": "right"
|
|
993
|
-
}, null, 8
|
|
994
|
-
/* PROPS */
|
|
995
|
-
, ["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, {
|
|
943
|
+
}, 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, {
|
|
996
944
|
key: 3,
|
|
997
945
|
modelValue: item.colorTableDegree,
|
|
998
946
|
"onUpdate:modelValue": $event => item.colorTableDegree = $event,
|
|
@@ -1000,41 +948,21 @@ const __default__ = {
|
|
|
1000
948
|
disabled: true,
|
|
1001
949
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('colorTableDegree')),
|
|
1002
950
|
"controls-position": "right"
|
|
1003
|
-
}, null, 8
|
|
1004
|
-
/*
|
|
1005
|
-
|
|
1006
|
-
_: 2
|
|
1007
|
-
/* DYNAMIC */
|
|
1008
|
-
|
|
1009
|
-
}, 1024
|
|
1010
|
-
/* DYNAMIC_SLOTS */
|
|
1011
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
951
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
952
|
+
_: 2 /* DYNAMIC */
|
|
953
|
+
}, 1024 /* DYNAMIC_SLOTS */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1012
954
|
span: 6
|
|
1013
955
|
}, {
|
|
1014
956
|
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, {
|
|
1015
957
|
modelValue: item.colorTable,
|
|
1016
958
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
1017
959
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('colorTable'))
|
|
1018
|
-
}, null, 8
|
|
1019
|
-
/*
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
}, 1024
|
|
1025
|
-
/* DYNAMIC_SLOTS */
|
|
1026
|
-
)], 64
|
|
1027
|
-
/* STABLE_FRAGMENT */
|
|
1028
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1029
|
-
_: 2
|
|
1030
|
-
/* DYNAMIC */
|
|
1031
|
-
|
|
1032
|
-
}, 1024
|
|
1033
|
-
/* DYNAMIC_SLOTS */
|
|
1034
|
-
);
|
|
1035
|
-
}), 128
|
|
1036
|
-
/* KEYED_FRAGMENT */
|
|
1037
|
-
))])) : (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, {
|
|
960
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])]),
|
|
961
|
+
_: 2 /* DYNAMIC */
|
|
962
|
+
}, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
963
|
+
_: 2 /* DYNAMIC */
|
|
964
|
+
}, 1024 /* DYNAMIC_SLOTS */);
|
|
965
|
+
}), 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, {
|
|
1038
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, {
|
|
1039
967
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
1040
968
|
}, {
|
|
@@ -1043,10 +971,10 @@ const __default__ = {
|
|
|
1043
971
|
"display": "flex"
|
|
1044
972
|
}
|
|
1045
973
|
}, {
|
|
1046
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1047
|
-
|
|
1048
|
-
/*
|
|
1049
|
-
|
|
974
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[35] || (_cache[35] = [(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", {
|
|
975
|
+
class: "kq3d-slope-aspect-analysis-line"
|
|
976
|
+
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
977
|
+
_: 1 /* STABLE */
|
|
1050
978
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
1051
979
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
1052
980
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
@@ -1061,34 +989,16 @@ const __default__ = {
|
|
|
1061
989
|
class: "kq3d-slope-aspect-analysis-legend",
|
|
1062
990
|
src: item.src,
|
|
1063
991
|
alt: ""
|
|
1064
|
-
}, null, 8
|
|
1065
|
-
/*
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
/* STABLE_FRAGMENT */
|
|
1075
|
-
))]),
|
|
1076
|
-
_: 1
|
|
1077
|
-
/* STABLE */
|
|
1078
|
-
|
|
1079
|
-
}, 8
|
|
1080
|
-
/* PROPS */
|
|
1081
|
-
, ["modelValue"])]),
|
|
1082
|
-
_: 1
|
|
1083
|
-
/* STABLE */
|
|
1084
|
-
|
|
1085
|
-
}, 8
|
|
1086
|
-
/* PROPS */
|
|
1087
|
-
, ["label"])]),
|
|
1088
|
-
_: 1
|
|
1089
|
-
/* STABLE */
|
|
1090
|
-
|
|
1091
|
-
})])) : (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, {
|
|
992
|
+
}, null, 8 /* PROPS */, _hoisted_5)]),
|
|
993
|
+
_: 2 /* DYNAMIC */
|
|
994
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
995
|
+
}), 64 /* STABLE_FRAGMENT */))]),
|
|
996
|
+
_: 1 /* STABLE */
|
|
997
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
998
|
+
_: 1 /* STABLE */
|
|
999
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1000
|
+
_: 1 /* STABLE */
|
|
1001
|
+
})])) : (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, {
|
|
1092
1002
|
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, {
|
|
1093
1003
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
1094
1004
|
}, {
|
|
@@ -1107,12 +1017,8 @@ const __default__ = {
|
|
|
1107
1017
|
min: 0,
|
|
1108
1018
|
max: 90,
|
|
1109
1019
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('minSlope'))
|
|
1110
|
-
}, null, 8
|
|
1111
|
-
/*
|
|
1112
|
-
, ["modelValue"])]),
|
|
1113
|
-
_: 1
|
|
1114
|
-
/* STABLE */
|
|
1115
|
-
|
|
1020
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1021
|
+
_: 1 /* STABLE */
|
|
1116
1022
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1117
1023
|
span: 8
|
|
1118
1024
|
}, {
|
|
@@ -1124,26 +1030,14 @@ const __default__ = {
|
|
|
1124
1030
|
max: 90,
|
|
1125
1031
|
"controls-position": "right",
|
|
1126
1032
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('minSlope'))
|
|
1127
|
-
}, null, 8
|
|
1128
|
-
/*
|
|
1129
|
-
, ["modelValue"])]),
|
|
1130
|
-
_: 1
|
|
1131
|
-
/* STABLE */
|
|
1132
|
-
|
|
1033
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1034
|
+
_: 1 /* STABLE */
|
|
1133
1035
|
})]),
|
|
1134
|
-
_: 1
|
|
1135
|
-
/* STABLE */
|
|
1136
|
-
|
|
1036
|
+
_: 1 /* STABLE */
|
|
1137
1037
|
})]),
|
|
1138
|
-
_: 1
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
}, 8
|
|
1142
|
-
/* PROPS */
|
|
1143
|
-
, ["label"])]),
|
|
1144
|
-
_: 1
|
|
1145
|
-
/* STABLE */
|
|
1146
|
-
|
|
1038
|
+
_: 1 /* STABLE */
|
|
1039
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1040
|
+
_: 1 /* STABLE */
|
|
1147
1041
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1148
1042
|
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, {
|
|
1149
1043
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSlope
|
|
@@ -1163,12 +1057,8 @@ const __default__ = {
|
|
|
1163
1057
|
min: 0,
|
|
1164
1058
|
max: 90,
|
|
1165
1059
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('maxSlope'))
|
|
1166
|
-
}, null, 8
|
|
1167
|
-
/*
|
|
1168
|
-
, ["modelValue"])]),
|
|
1169
|
-
_: 1
|
|
1170
|
-
/* STABLE */
|
|
1171
|
-
|
|
1060
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1061
|
+
_: 1 /* STABLE */
|
|
1172
1062
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1173
1063
|
span: 8
|
|
1174
1064
|
}, {
|
|
@@ -1180,26 +1070,14 @@ const __default__ = {
|
|
|
1180
1070
|
max: 90,
|
|
1181
1071
|
"controls-position": "right",
|
|
1182
1072
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('maxSlope'))
|
|
1183
|
-
}, null, 8
|
|
1184
|
-
/*
|
|
1185
|
-
, ["modelValue"])]),
|
|
1186
|
-
_: 1
|
|
1187
|
-
/* STABLE */
|
|
1188
|
-
|
|
1073
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1074
|
+
_: 1 /* STABLE */
|
|
1189
1075
|
})]),
|
|
1190
|
-
_: 1
|
|
1191
|
-
/* STABLE */
|
|
1192
|
-
|
|
1076
|
+
_: 1 /* STABLE */
|
|
1193
1077
|
})]),
|
|
1194
|
-
_: 1
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
}, 8
|
|
1198
|
-
/* PROPS */
|
|
1199
|
-
, ["label"])]),
|
|
1200
|
-
_: 1
|
|
1201
|
-
/* STABLE */
|
|
1202
|
-
|
|
1078
|
+
_: 1 /* STABLE */
|
|
1079
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1080
|
+
_: 1 /* STABLE */
|
|
1203
1081
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1204
1082
|
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, {
|
|
1205
1083
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).transparents
|
|
@@ -1219,12 +1097,8 @@ const __default__ = {
|
|
|
1219
1097
|
max: 1,
|
|
1220
1098
|
step: 0.01,
|
|
1221
1099
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
1222
|
-
}, null, 8
|
|
1223
|
-
/*
|
|
1224
|
-
, ["modelValue", "step"])]),
|
|
1225
|
-
_: 1
|
|
1226
|
-
/* STABLE */
|
|
1227
|
-
|
|
1100
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1101
|
+
_: 1 /* STABLE */
|
|
1228
1102
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1229
1103
|
span: 8
|
|
1230
1104
|
}, {
|
|
@@ -1236,26 +1110,14 @@ const __default__ = {
|
|
|
1236
1110
|
step: 0.01,
|
|
1237
1111
|
"controls-position": "right",
|
|
1238
1112
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
1239
|
-
}, null, 8
|
|
1240
|
-
/*
|
|
1241
|
-
, ["modelValue", "step"])]),
|
|
1242
|
-
_: 1
|
|
1243
|
-
/* STABLE */
|
|
1244
|
-
|
|
1113
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1114
|
+
_: 1 /* STABLE */
|
|
1245
1115
|
})]),
|
|
1246
|
-
_: 1
|
|
1247
|
-
/* STABLE */
|
|
1248
|
-
|
|
1116
|
+
_: 1 /* STABLE */
|
|
1249
1117
|
})]),
|
|
1250
|
-
_: 1
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
}, 8
|
|
1254
|
-
/* PROPS */
|
|
1255
|
-
, ["label"])]),
|
|
1256
|
-
_: 1
|
|
1257
|
-
/* STABLE */
|
|
1258
|
-
|
|
1118
|
+
_: 1 /* STABLE */
|
|
1119
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1120
|
+
_: 1 /* STABLE */
|
|
1259
1121
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1260
1122
|
style: {
|
|
1261
1123
|
"padding-bottom": "8px"
|
|
@@ -1268,31 +1130,15 @@ const __default__ = {
|
|
|
1268
1130
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
1269
1131
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText = $event),
|
|
1270
1132
|
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('slopeColorText'))
|
|
1271
|
-
}, null, 8
|
|
1272
|
-
/*
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
/* STABLE */
|
|
1276
|
-
|
|
1277
|
-
}, 8
|
|
1278
|
-
/* PROPS */
|
|
1279
|
-
, ["label"])]),
|
|
1280
|
-
_: 1
|
|
1281
|
-
/* STABLE */
|
|
1282
|
-
|
|
1133
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1134
|
+
_: 1 /* STABLE */
|
|
1135
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1136
|
+
_: 1 /* STABLE */
|
|
1283
1137
|
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1284
|
-
_: 1
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
/* PROPS */
|
|
1289
|
-
, ["label-width"])]),
|
|
1290
|
-
_: 1
|
|
1291
|
-
/* STABLE */
|
|
1292
|
-
|
|
1293
|
-
}, 8
|
|
1294
|
-
/* PROPS */
|
|
1295
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1138
|
+
_: 1 /* STABLE */
|
|
1139
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
1140
|
+
_: 1 /* STABLE */
|
|
1141
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1296
1142
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectAnalysisSettings,
|
|
1297
1143
|
name: "aspect",
|
|
1298
1144
|
class: "kq3d-slope-aspect-analysis-collapse-item"
|
|
@@ -1320,12 +1166,8 @@ const __default__ = {
|
|
|
1320
1166
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
1321
1167
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
1322
1168
|
onInput: _cache[24] || (_cache[24] = $event => paramsChanged('interval'))
|
|
1323
|
-
}, null, 8
|
|
1324
|
-
/*
|
|
1325
|
-
, ["modelValue", "min", "max"])]),
|
|
1326
|
-
_: 1
|
|
1327
|
-
/* STABLE */
|
|
1328
|
-
|
|
1169
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1170
|
+
_: 1 /* STABLE */
|
|
1329
1171
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1330
1172
|
span: 8
|
|
1331
1173
|
}, {
|
|
@@ -1337,26 +1179,14 @@ const __default__ = {
|
|
|
1337
1179
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
1338
1180
|
"controls-position": "right",
|
|
1339
1181
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('interval'))
|
|
1340
|
-
}, null, 8
|
|
1341
|
-
/*
|
|
1342
|
-
, ["modelValue", "min", "max"])]),
|
|
1343
|
-
_: 1
|
|
1344
|
-
/* STABLE */
|
|
1345
|
-
|
|
1182
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1183
|
+
_: 1 /* STABLE */
|
|
1346
1184
|
})]),
|
|
1347
|
-
_: 1
|
|
1348
|
-
/* STABLE */
|
|
1349
|
-
|
|
1185
|
+
_: 1 /* STABLE */
|
|
1350
1186
|
})]),
|
|
1351
|
-
_: 1
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
}, 8
|
|
1355
|
-
/* PROPS */
|
|
1356
|
-
, ["label"])]),
|
|
1357
|
-
_: 1
|
|
1358
|
-
/* STABLE */
|
|
1359
|
-
|
|
1187
|
+
_: 1 /* STABLE */
|
|
1188
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1189
|
+
_: 1 /* STABLE */
|
|
1360
1190
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1361
1191
|
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, {
|
|
1362
1192
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
@@ -1376,12 +1206,8 @@ const __default__ = {
|
|
|
1376
1206
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
1377
1207
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
1378
1208
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('arrowWidth'))
|
|
1379
|
-
}, null, 8
|
|
1380
|
-
/*
|
|
1381
|
-
, ["modelValue", "min", "max"])]),
|
|
1382
|
-
_: 1
|
|
1383
|
-
/* STABLE */
|
|
1384
|
-
|
|
1209
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1210
|
+
_: 1 /* STABLE */
|
|
1385
1211
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1386
1212
|
span: 8
|
|
1387
1213
|
}, {
|
|
@@ -1393,26 +1219,14 @@ const __default__ = {
|
|
|
1393
1219
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
1394
1220
|
"controls-position": "right",
|
|
1395
1221
|
onInput: _cache[30] || (_cache[30] = $event => paramsChanged('arrowWidth'))
|
|
1396
|
-
}, null, 8
|
|
1397
|
-
/*
|
|
1398
|
-
, ["modelValue", "min", "max"])]),
|
|
1399
|
-
_: 1
|
|
1400
|
-
/* STABLE */
|
|
1401
|
-
|
|
1222
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1223
|
+
_: 1 /* STABLE */
|
|
1402
1224
|
})]),
|
|
1403
|
-
_: 1
|
|
1404
|
-
/* STABLE */
|
|
1405
|
-
|
|
1225
|
+
_: 1 /* STABLE */
|
|
1406
1226
|
})]),
|
|
1407
|
-
_: 1
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
}, 8
|
|
1411
|
-
/* PROPS */
|
|
1412
|
-
, ["label"])]),
|
|
1413
|
-
_: 1
|
|
1414
|
-
/* STABLE */
|
|
1415
|
-
|
|
1227
|
+
_: 1 /* STABLE */
|
|
1228
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1229
|
+
_: 1 /* STABLE */
|
|
1416
1230
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1417
1231
|
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, {
|
|
1418
1232
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
@@ -1421,67 +1235,32 @@ const __default__ = {
|
|
|
1421
1235
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
1422
1236
|
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
1423
1237
|
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('arrowColor'))
|
|
1424
|
-
}, null, 8
|
|
1425
|
-
/*
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
/* STABLE */
|
|
1429
|
-
|
|
1430
|
-
}, 8
|
|
1431
|
-
/* PROPS */
|
|
1432
|
-
, ["label"])]),
|
|
1433
|
-
_: 1
|
|
1434
|
-
/* STABLE */
|
|
1435
|
-
|
|
1238
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1239
|
+
_: 1 /* STABLE */
|
|
1240
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1241
|
+
_: 1 /* STABLE */
|
|
1436
1242
|
})])]),
|
|
1437
|
-
_: 1
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
_: 1
|
|
1444
|
-
/* STABLE */
|
|
1445
|
-
|
|
1446
|
-
}, 8
|
|
1447
|
-
/* PROPS */
|
|
1448
|
-
, ["title"])]),
|
|
1449
|
-
_: 1
|
|
1450
|
-
/* STABLE */
|
|
1451
|
-
|
|
1452
|
-
}, 8
|
|
1453
|
-
/* PROPS */
|
|
1454
|
-
, ["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, {
|
|
1243
|
+
_: 1 /* STABLE */
|
|
1244
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
1245
|
+
_: 1 /* STABLE */
|
|
1246
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1247
|
+
_: 1 /* STABLE */
|
|
1248
|
+
}, 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, {
|
|
1455
1249
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1456
1250
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1457
1251
|
type: "primary"
|
|
1458
1252
|
}, {
|
|
1459
|
-
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
|
|
1460
|
-
/*
|
|
1461
|
-
|
|
1462
|
-
_: 1
|
|
1463
|
-
/* STABLE */
|
|
1464
|
-
|
|
1465
|
-
}, 8
|
|
1466
|
-
/* PROPS */
|
|
1467
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1253
|
+
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 */)]),
|
|
1254
|
+
_: 1 /* STABLE */
|
|
1255
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1468
1256
|
onClick: _cache[34] || (_cache[34] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1469
1257
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1470
1258
|
}, {
|
|
1471
|
-
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
|
|
1472
|
-
/*
|
|
1473
|
-
|
|
1474
|
-
_: 1
|
|
1475
|
-
/* STABLE */
|
|
1476
|
-
|
|
1477
|
-
}, 8
|
|
1478
|
-
/* PROPS */
|
|
1479
|
-
, ["title"])])])], 2
|
|
1480
|
-
/* CLASS */
|
|
1481
|
-
);
|
|
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).clearResult), 1 /* TEXT */)]),
|
|
1260
|
+
_: 1 /* STABLE */
|
|
1261
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1482
1262
|
};
|
|
1483
1263
|
}
|
|
1484
|
-
|
|
1485
1264
|
}));
|
|
1486
1265
|
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/SlopeAspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1487
1266
|
|
|
@@ -1493,10 +1272,13 @@ const __exports__ = SlopeAspectAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1493
1272
|
|
|
1494
1273
|
/* harmony default export */ var SlopeAspectAnalysis = (__exports__);
|
|
1495
1274
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1496
|
-
var init_js_ = __webpack_require__(
|
|
1275
|
+
var init_js_ = __webpack_require__(455);
|
|
1497
1276
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1498
1277
|
;// CONCATENATED MODULE: ./src/webgl/slopeaspectanalysis/index.js
|
|
1499
|
-
|
|
1278
|
+
/*
|
|
1279
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1280
|
+
* All rights reserved.
|
|
1281
|
+
*/
|
|
1500
1282
|
|
|
1501
1283
|
|
|
1502
1284
|
|
|
@@ -1505,8 +1287,6 @@ SlopeAspectAnalysis.install = (Vue, opts) => {
|
|
|
1505
1287
|
Vue.component(SlopeAspectAnalysis.name, SlopeAspectAnalysis);
|
|
1506
1288
|
};
|
|
1507
1289
|
|
|
1508
|
-
|
|
1509
|
-
}();
|
|
1510
1290
|
/******/ return __webpack_exports__;
|
|
1511
1291
|
/******/ })()
|
|
1512
1292
|
;
|