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