@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +518 -262
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +201 -123
- package/baseterraingallery/index.js +123 -94
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +442 -249
- package/clientPrint/index.js +27088 -14116
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +243 -213
- package/compass/index.js +68 -74
- package/excavatefillanalysis/index.js +225 -143
- package/fixedzoomin/index.js +82 -72
- package/fixedzoomout/index.js +80 -71
- package/flight/index.js +371 -257
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +347 -199
- package/geologicalbodyanalysis/index.js +260 -166
- package/gpuspatialquery/index.js +359 -198
- package/hawkeye/index.js +100 -131
- package/headertemp/index.js +25 -14
- package/heatmap3d/index.js +678 -366
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20310 -7159
- package/isolineanalysis/index.js +1202 -504
- package/light/index.js +494 -349
- package/limitheightanalysis/index.js +223 -159
- package/measure/index.js +353 -198
- package/modelFlat/index.js +204 -167
- package/modelexcavate/index.js +191 -130
- package/modelfilter/index.js +271 -179
- package/modelprofileanalysis/index.js +316 -206
- package/modelselect/index.js +147 -142
- package/package.json +1 -1
- package/particleeffect/index.js +403 -225
- package/planeclip/index.js +300 -198
- package/resetview/index.js +52 -66
- package/roller/index.js +372 -304
- package/scaneffect/index.js +537 -230
- package/sceneadvancedtoimage/index.js +358 -205
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +27088 -14116
- package/sceneset/index.js +864 -350
- package/scenetohdimage/index.js +297 -159
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +27088 -14116
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +301 -257
- package/shadowanalysis/index.js +405 -217
- package/sightlineanalysis/index.js +271 -183
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +308 -160
- package/slopeanalysis/index.js +397 -227
- package/slopeaspectanalysis/index.js +485 -259
- package/statusbar/index.js +65 -88
- package/style.css +1 -1
- package/terrainoperation/index.js +237 -176
- package/terrainprofileanalysis/index.js +138 -120
- package/typhoontrac/index.js +970 -234
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/underground/index.js +61 -70
- package/videofusion/index.js +488 -265
- package/videoproject/index.js +490 -271
- package/viewshedanalysis/index.js +255 -151
- package/weathereffect/index.js +317 -166
- package/windyslicing/index.js +1947 -0
- package/windyslicing/style/index.js +3 -0
- package/windyslicing/style/windyslicing.css +1 -0
- package/wireframesketch/index.js +142 -110
package/skylineanalysis/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
30
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
31
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
32
|
};
|
|
33
|
+
|
|
32
34
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
35
|
|
|
34
36
|
/***/ }),
|
|
@@ -82,59 +84,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
82
84
|
|
|
83
85
|
/***/ }),
|
|
84
86
|
|
|
85
|
-
/***/
|
|
87
|
+
/***/ 8270:
|
|
86
88
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
87
89
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
102
|
-
}, _typeof(o);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
106
|
-
|
|
107
|
-
function toPrimitive(t, r) {
|
|
108
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
109
|
-
var e = t[Symbol.toPrimitive];
|
|
110
|
-
if (void 0 !== e) {
|
|
111
|
-
var i = e.call(t, r || "default");
|
|
112
|
-
if ("object" != _typeof(i)) return i;
|
|
113
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
90
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
91
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
92
|
+
/* harmony export */ });
|
|
93
|
+
function _defineProperty(obj, key, value) {
|
|
94
|
+
if (key in obj) {
|
|
95
|
+
Object.defineProperty(obj, key, {
|
|
96
|
+
value: value,
|
|
97
|
+
enumerable: true,
|
|
98
|
+
configurable: true,
|
|
99
|
+
writable: true
|
|
100
|
+
});
|
|
101
|
+
} else {
|
|
102
|
+
obj[key] = value;
|
|
114
103
|
}
|
|
115
|
-
return ("string" === r ? String : Number)(t);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
function toPropertyKey(t) {
|
|
122
|
-
var i = toPrimitive(t, "string");
|
|
123
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
127
104
|
|
|
128
|
-
|
|
129
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
130
|
-
value: t,
|
|
131
|
-
enumerable: !0,
|
|
132
|
-
configurable: !0,
|
|
133
|
-
writable: !0
|
|
134
|
-
}) : e[r] = t, e;
|
|
105
|
+
return obj;
|
|
135
106
|
}
|
|
136
107
|
|
|
137
|
-
|
|
138
108
|
/***/ })
|
|
139
109
|
|
|
140
110
|
/******/ });
|
|
@@ -221,12 +191,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
221
191
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
222
192
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
223
193
|
var gis_utils_ = __webpack_require__(7135);
|
|
224
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
225
|
-
var defineProperty = __webpack_require__(
|
|
194
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
195
|
+
var defineProperty = __webpack_require__(8270);
|
|
226
196
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
227
197
|
var message = __webpack_require__(1349);
|
|
228
198
|
;// CONCATENATED MODULE: ./src/webgl/skylineanalysis/SkylineAnalysisViewModel.js
|
|
229
199
|
|
|
200
|
+
|
|
230
201
|
/*
|
|
231
202
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
232
203
|
* All rights reserved.
|
|
@@ -234,33 +205,42 @@ var message = __webpack_require__(1349);
|
|
|
234
205
|
//天际线分析逻辑类
|
|
235
206
|
|
|
236
207
|
class SkylineAnalysisViewModel {
|
|
208
|
+
/**
|
|
209
|
+
* 天际线分析逻辑类
|
|
210
|
+
* @param {Object} _skylineAnalysis 天际线分析三维对象
|
|
211
|
+
* @param {Object} _skylineAnalysisChart 二维天际线折线图表(外部生成)
|
|
212
|
+
* @param {String} _skylineAnalysisChartTitle 二维天际线折线图表标题(中英文适配)
|
|
213
|
+
* @param {Object} _options 天际线分析存储参数对象
|
|
214
|
+
* @param {Object} _showLimitHeightBody 限高体是否显示
|
|
215
|
+
*/
|
|
216
|
+
|
|
237
217
|
/**
|
|
238
218
|
* 天际线分析逻辑类构造函数
|
|
239
219
|
* @param {*} viewer 三维对象
|
|
240
220
|
* @param {*} option 天际线分析参数对象
|
|
241
221
|
*/
|
|
242
222
|
constructor(scenceView, option, chartStyle) {
|
|
243
|
-
/**
|
|
244
|
-
* 天际线分析逻辑类
|
|
245
|
-
* @param {Object} _skylineAnalysis 天际线分析三维对象
|
|
246
|
-
* @param {Object} _skylineAnalysisChart 二维天际线折线图表(外部生成)
|
|
247
|
-
* @param {String} _skylineAnalysisChartTitle 二维天际线折线图表标题(中英文适配)
|
|
248
|
-
* @param {Object} _options 天际线分析存储参数对象
|
|
249
|
-
* @param {Object} _showLimitHeightBody 限高体是否显示
|
|
250
|
-
*/
|
|
251
223
|
(0,defineProperty/* default */.Z)(this, "_skylineAnalysis", null);
|
|
224
|
+
|
|
252
225
|
(0,defineProperty/* default */.Z)(this, "_skylineAnalysisChart", null);
|
|
226
|
+
|
|
253
227
|
(0,defineProperty/* default */.Z)(this, "_skylineAnalysisChartTitle", "");
|
|
228
|
+
|
|
254
229
|
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
230
|
+
|
|
255
231
|
(0,defineProperty/* default */.Z)(this, "_showLimitHeightBody", null);
|
|
232
|
+
|
|
256
233
|
(0,defineProperty/* default */.Z)(this, "_chartStyle", null);
|
|
234
|
+
|
|
257
235
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
236
|
+
|
|
258
237
|
this._language = scenceView._language;
|
|
259
238
|
this._chartStyle = chartStyle;
|
|
260
239
|
let viewer = scenceView._viewer;
|
|
261
240
|
viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
262
|
-
|
|
263
|
-
// 创建分析参数对象
|
|
241
|
+
|
|
242
|
+
viewer.scene.postProcessStages._fxaa.enabled = true; // 创建分析参数对象
|
|
243
|
+
|
|
264
244
|
this._options = {
|
|
265
245
|
viewer: viewer,
|
|
266
246
|
lineColor: window.Cesium.Color.fromCssColorString(option.skylineColor),
|
|
@@ -272,33 +252,41 @@ class SkylineAnalysisViewModel {
|
|
|
272
252
|
lineWidth: option.skylineWidth,
|
|
273
253
|
//天际线线宽
|
|
274
254
|
radius: option.skylineRadius //天际线分析范围
|
|
255
|
+
|
|
275
256
|
};
|
|
276
257
|
if (option.viewPosition) this._options.viewPosition = option.viewPosition;
|
|
277
258
|
if (option.heading) this._options.heading = option.heading;
|
|
278
259
|
if (option.pitch) this._options.pitch = option.pitch;
|
|
279
260
|
if (option.roll) this._options.viewPosition = option.roll;
|
|
280
|
-
if (option.fov) this._options.fov = option.fov;
|
|
281
|
-
|
|
261
|
+
if (option.fov) this._options.fov = option.fov; // 实例化天际线分析类
|
|
262
|
+
|
|
282
263
|
this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
|
|
283
264
|
}
|
|
284
265
|
/**
|
|
285
266
|
* 提取天际线
|
|
286
267
|
*/
|
|
268
|
+
|
|
269
|
+
|
|
287
270
|
pickSkyLine() {
|
|
288
271
|
// 判断是否添加了模型
|
|
289
272
|
var flag = false;
|
|
290
273
|
var models = this._options.viewer.scene.primitives._primitives;
|
|
274
|
+
|
|
291
275
|
for (let i = 0; i < models.length; i++) {
|
|
292
276
|
if (models[i]._url) {
|
|
293
277
|
flag = true;
|
|
294
278
|
}
|
|
295
279
|
}
|
|
280
|
+
|
|
296
281
|
if (flag) {
|
|
297
282
|
if (!this._skylineAnalysis || this._skylineAnalysis.isDestroyed()) {
|
|
298
283
|
this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
|
|
299
284
|
}
|
|
285
|
+
|
|
300
286
|
this._skylineAnalysis.updateBuffer();
|
|
287
|
+
|
|
301
288
|
this._skylineAnalysis.pickSkyLine();
|
|
289
|
+
|
|
302
290
|
this.setSkyline2D();
|
|
303
291
|
} else {
|
|
304
292
|
(0,message/* default */.Z)({
|
|
@@ -310,23 +298,30 @@ class SkylineAnalysisViewModel {
|
|
|
310
298
|
/**
|
|
311
299
|
* 绘制限高体
|
|
312
300
|
*/
|
|
301
|
+
|
|
302
|
+
|
|
313
303
|
drawLimitHeightBody() {
|
|
314
304
|
// 判断是否添加了模型
|
|
315
305
|
var flag = false;
|
|
316
306
|
var models = this._options.viewer.scene.primitives._primitives;
|
|
307
|
+
|
|
317
308
|
for (let i = 0; i < models.length; i++) {
|
|
318
309
|
if (models[i]._url) {
|
|
319
310
|
flag = true;
|
|
320
311
|
}
|
|
321
312
|
}
|
|
313
|
+
|
|
322
314
|
if (flag) {
|
|
323
315
|
if (!this._skylineAnalysis || this._skylineAnalysis.isDestroyed()) {
|
|
324
316
|
this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
|
|
325
317
|
}
|
|
318
|
+
|
|
326
319
|
this._showLimitHeightBody = true;
|
|
327
320
|
this._skylineAnalysis.faceColor = this._options.faceColor;
|
|
328
321
|
this._skylineAnalysis.faceOutlineColor = this._options.faceOutlineColor;
|
|
322
|
+
|
|
329
323
|
this._skylineAnalysis.drawHeightGeo();
|
|
324
|
+
|
|
330
325
|
this._skylineAnalysis.viewer.camera.moveBackward(1);
|
|
331
326
|
} else {
|
|
332
327
|
(0,message/* default */.Z)({
|
|
@@ -338,10 +333,14 @@ class SkylineAnalysisViewModel {
|
|
|
338
333
|
/**
|
|
339
334
|
* 展示二维天际线
|
|
340
335
|
*/
|
|
336
|
+
|
|
337
|
+
|
|
341
338
|
setSkyline2D() {
|
|
342
339
|
let chartStyle = this._chartStyle;
|
|
343
340
|
if (!this._skylineAnalysis) return;
|
|
341
|
+
|
|
344
342
|
var data = this._skylineAnalysis.updateBuffer();
|
|
343
|
+
|
|
345
344
|
var option = {
|
|
346
345
|
title: {
|
|
347
346
|
text: this._skylineAnalysisChartTitle,
|
|
@@ -387,39 +386,51 @@ class SkylineAnalysisViewModel {
|
|
|
387
386
|
};
|
|
388
387
|
this._skylineAnalysisChart && this._skylineAnalysisChart.setOption(option);
|
|
389
388
|
}
|
|
390
|
-
|
|
391
389
|
/**
|
|
392
390
|
* 设置echarts图表样式
|
|
393
391
|
*/
|
|
392
|
+
|
|
393
|
+
|
|
394
394
|
setChartStyle(style) {
|
|
395
395
|
this._chartStyle = style;
|
|
396
|
+
|
|
396
397
|
if (this._skylineAnalysisChart) {
|
|
397
398
|
let option = this._skylineAnalysisChart.getOption();
|
|
399
|
+
|
|
398
400
|
option.title[0].textStyle.color = style.textColor;
|
|
399
401
|
option.tooltip[0].backgroundColor = style.backgroundColor;
|
|
400
402
|
option.tooltip[0].textStyle.color = style.textColor;
|
|
401
403
|
option.yAxis[0].axisLabel.color = style.textColor;
|
|
404
|
+
|
|
402
405
|
this._skylineAnalysisChart.setOption(option);
|
|
403
406
|
}
|
|
404
407
|
}
|
|
408
|
+
|
|
405
409
|
setChartTitle(title) {
|
|
406
410
|
this._skylineAnalysisChartTitle = title;
|
|
411
|
+
|
|
407
412
|
if (this._skylineAnalysisChart) {
|
|
408
413
|
let option = this._skylineAnalysisChart.getOption();
|
|
414
|
+
|
|
409
415
|
option.title[0].text = title;
|
|
416
|
+
|
|
410
417
|
this._skylineAnalysisChart.setOption(option);
|
|
411
418
|
}
|
|
412
419
|
}
|
|
413
|
-
|
|
414
420
|
/**
|
|
415
421
|
* 清除限高体
|
|
416
422
|
*/
|
|
423
|
+
|
|
424
|
+
|
|
417
425
|
removeLimitHeightBody() {
|
|
418
426
|
this._showLimitHeightBody = false;
|
|
427
|
+
|
|
419
428
|
if (this._skylineAnalysis && !this._skylineAnalysis.isDestroyed()) {
|
|
420
429
|
this._skylineAnalysis.removeAlllimitHeights();
|
|
421
|
-
|
|
422
|
-
// this._skylineAnalysis.removeGeoJsonDataSource();
|
|
430
|
+
|
|
431
|
+
this._skylineAnalysis.removeAllFaces(); // this._skylineAnalysis.removeGeoJsonDataSource();
|
|
432
|
+
|
|
433
|
+
|
|
423
434
|
this._skylineAnalysis.removeCzmlJsonDataSource();
|
|
424
435
|
}
|
|
425
436
|
}
|
|
@@ -427,6 +438,8 @@ class SkylineAnalysisViewModel {
|
|
|
427
438
|
* 设置天际线颜色
|
|
428
439
|
* @param {String} lineColor 天际线颜色
|
|
429
440
|
*/
|
|
441
|
+
|
|
442
|
+
|
|
430
443
|
setLineColor(lineColor) {
|
|
431
444
|
if (!lineColor) return;
|
|
432
445
|
this._options.lineColor = window.Cesium.Color.fromCssColorString(lineColor);
|
|
@@ -437,6 +450,8 @@ class SkylineAnalysisViewModel {
|
|
|
437
450
|
* @param {String} faceColor 限高体轮廓颜色
|
|
438
451
|
* @param {String} alpha 限高体轮廓颜色透明度
|
|
439
452
|
*/
|
|
453
|
+
|
|
454
|
+
|
|
440
455
|
setFaceColor(faceColor, alpha) {
|
|
441
456
|
if (!faceColor) return;
|
|
442
457
|
this._options.faceColor = window.Cesium.Color.fromCssColorString(faceColor).withAlpha(alpha || 1);
|
|
@@ -446,6 +461,8 @@ class SkylineAnalysisViewModel {
|
|
|
446
461
|
* 设置天际线半径
|
|
447
462
|
* @param {String} radius 天际线半径
|
|
448
463
|
*/
|
|
464
|
+
|
|
465
|
+
|
|
449
466
|
setRadius(radius) {
|
|
450
467
|
if (!radius) return;
|
|
451
468
|
this._options.radius = radius;
|
|
@@ -456,6 +473,8 @@ class SkylineAnalysisViewModel {
|
|
|
456
473
|
* @param {String} faceColor 限高体轮廓颜色
|
|
457
474
|
* @param {String} alpha 限高体轮廓颜色透明度
|
|
458
475
|
*/
|
|
476
|
+
|
|
477
|
+
|
|
459
478
|
setFaceColorAlpha(faceColor, alpha) {
|
|
460
479
|
if (!faceColor) return;
|
|
461
480
|
this._options.faceColor = window.Cesium.Color.fromCssColorString(faceColor).withAlpha(alpha || 1);
|
|
@@ -466,34 +485,45 @@ class SkylineAnalysisViewModel {
|
|
|
466
485
|
* @param {String} faceOutlineColor 限高体轮廓颜色
|
|
467
486
|
* @param {String} alpha 限高体轮廓颜色透明度
|
|
468
487
|
*/
|
|
488
|
+
|
|
489
|
+
|
|
469
490
|
setFaceOutlineColor(faceOutlineColor, alpha) {
|
|
470
491
|
if (!faceOutlineColor) return;
|
|
471
492
|
this._options.faceOutlineColor = window.Cesium.Color.fromCssColorString(faceOutlineColor).withAlpha(alpha || 1);
|
|
493
|
+
|
|
472
494
|
if (this._skylineAnalysis && this._showLimitHeightBody) {
|
|
473
495
|
this._skylineAnalysis.faceOutlineColor = this._options.faceOutlineColor;
|
|
474
496
|
}
|
|
475
497
|
}
|
|
476
|
-
|
|
477
498
|
/*
|
|
478
499
|
* 清除
|
|
479
500
|
*/
|
|
501
|
+
|
|
502
|
+
|
|
480
503
|
clear() {
|
|
481
504
|
this._showLimitHeightBody = false;
|
|
505
|
+
|
|
482
506
|
if (this._skylineAnalysis) {
|
|
483
507
|
this._skylineAnalysis.destroy();
|
|
508
|
+
|
|
484
509
|
this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
|
|
485
510
|
}
|
|
486
511
|
}
|
|
487
512
|
/**
|
|
488
513
|
* 销毁
|
|
489
514
|
*/
|
|
515
|
+
|
|
516
|
+
|
|
490
517
|
destroy() {
|
|
491
518
|
this._showLimitHeightBody = false;
|
|
519
|
+
|
|
492
520
|
if (this._skylineAnalysis) {
|
|
493
521
|
this._skylineAnalysis.destroy();
|
|
522
|
+
|
|
494
523
|
this._skylineAnalysis = null;
|
|
495
524
|
}
|
|
496
525
|
}
|
|
526
|
+
|
|
497
527
|
}
|
|
498
528
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
499
529
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -503,7 +533,7 @@ var util_ = __webpack_require__(3458);
|
|
|
503
533
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
504
534
|
;// CONCATENATED MODULE: external "echarts"
|
|
505
535
|
var external_echarts_namespaceObject = require("echarts");
|
|
506
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/skylineanalysis/SkylineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
536
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/skylineanalysis/SkylineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
507
537
|
|
|
508
538
|
const _hoisted_1 = {
|
|
509
539
|
class: "kq3d-skyline-analysis-box"
|
|
@@ -525,9 +555,7 @@ const _hoisted_4 = {
|
|
|
525
555
|
|
|
526
556
|
|
|
527
557
|
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
// 语言
|
|
558
|
+
// 语言
|
|
531
559
|
|
|
532
560
|
const __default__ = {
|
|
533
561
|
name: "Kq3dSkylineAnalysis"
|
|
@@ -543,6 +571,7 @@ const __default__ = {
|
|
|
543
571
|
type: Boolean,
|
|
544
572
|
default: true
|
|
545
573
|
},
|
|
574
|
+
|
|
546
575
|
/**
|
|
547
576
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
548
577
|
*/
|
|
@@ -572,6 +601,7 @@ const __default__ = {
|
|
|
572
601
|
default: true
|
|
573
602
|
}
|
|
574
603
|
},
|
|
604
|
+
|
|
575
605
|
setup(__props, {
|
|
576
606
|
expose: __expose
|
|
577
607
|
}) {
|
|
@@ -579,14 +609,12 @@ const __default__ = {
|
|
|
579
609
|
const {
|
|
580
610
|
proxy
|
|
581
611
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
582
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
583
|
-
// 设置
|
|
584
|
-
|
|
612
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 设置
|
|
585
613
|
// 分析类
|
|
586
|
-
|
|
587
|
-
// chart显示
|
|
588
|
-
|
|
589
|
-
// 获取组件传参
|
|
614
|
+
|
|
615
|
+
let viewModel = null; // chart显示
|
|
616
|
+
|
|
617
|
+
let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 获取组件传参
|
|
590
618
|
|
|
591
619
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
592
620
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
|
|
@@ -608,16 +636,14 @@ const __default__ = {
|
|
|
608
636
|
maxLimitHeightBodyAlpha: props.settingParams && props.settingParams.maxLimitHeightBodyAlpha || 1,
|
|
609
637
|
// 限高体透明度范围最大值
|
|
610
638
|
skylineWidth: 2 // 天际线宽度
|
|
611
|
-
});
|
|
612
639
|
|
|
613
|
-
// 组件容器Ref
|
|
614
|
-
|
|
640
|
+
}); // 组件容器Ref
|
|
641
|
+
|
|
642
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
615
643
|
|
|
616
|
-
// 生成组件默认header
|
|
617
644
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
618
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
645
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
619
646
|
|
|
620
|
-
// 国际化
|
|
621
647
|
let {
|
|
622
648
|
locale,
|
|
623
649
|
messages
|
|
@@ -652,9 +678,8 @@ const __default__ = {
|
|
|
652
678
|
viewModel._skylineAnalysisChartTitle = scenceView._language["skylineAnalysisChartTitle"];
|
|
653
679
|
}
|
|
654
680
|
});
|
|
655
|
-
});
|
|
681
|
+
}); // 监听主题变化,重置Echarts
|
|
656
682
|
|
|
657
|
-
// 监听主题变化,重置Echarts
|
|
658
683
|
const observer = new MutationObserver(mutationsList => {
|
|
659
684
|
for (let mutation of mutationsList) {
|
|
660
685
|
if (mutation.type === "attributes" && mutation.attributeName === "class") {
|
|
@@ -662,17 +687,18 @@ const __default__ = {
|
|
|
662
687
|
viewModel.setChartStyle(style);
|
|
663
688
|
}
|
|
664
689
|
}
|
|
665
|
-
});
|
|
690
|
+
}); // 配置要观察的目标节点及其属性
|
|
666
691
|
|
|
667
|
-
// 配置要观察的目标节点及其属性
|
|
668
692
|
const targetNode = document.querySelector("html");
|
|
669
693
|
const config = {
|
|
670
694
|
attributes: true
|
|
671
695
|
};
|
|
672
696
|
observer.observe(targetNode, config);
|
|
697
|
+
|
|
673
698
|
const setEchartsColor = () => {
|
|
674
699
|
let style = {};
|
|
675
700
|
let themeStyle = window.getComputedStyle(document.documentElement).getPropertyValue("color-scheme");
|
|
701
|
+
|
|
676
702
|
if (themeStyle === "dark") {
|
|
677
703
|
style.textColor = "#fff";
|
|
678
704
|
style.backgroundColor = "#2A2A2A";
|
|
@@ -680,62 +706,72 @@ const __default__ = {
|
|
|
680
706
|
style.textColor = "#333";
|
|
681
707
|
style.backgroundColor = "#ffffff";
|
|
682
708
|
}
|
|
709
|
+
|
|
683
710
|
return style;
|
|
684
711
|
};
|
|
685
|
-
|
|
686
712
|
/**
|
|
687
713
|
* @description 监听header生成
|
|
688
714
|
*/
|
|
715
|
+
|
|
716
|
+
|
|
689
717
|
const watchCreateHeaderTemp = () => {
|
|
690
718
|
if (props.showHeaderTemp) {
|
|
691
719
|
// 生成headerTemp
|
|
692
720
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
693
721
|
}
|
|
694
|
-
};
|
|
722
|
+
}; // 提取天际线
|
|
723
|
+
|
|
695
724
|
|
|
696
|
-
// 提取天际线
|
|
697
725
|
function pickSkyLine() {
|
|
698
726
|
resultEcahrtVis.value = true;
|
|
699
727
|
setTimeout(() => {
|
|
700
728
|
viewModel._skylineAnalysisChart = external_echarts_namespaceObject.init(document.getElementById("resultEcahrt"));
|
|
701
729
|
viewModel && viewModel.pickSkyLine();
|
|
702
730
|
}, 500);
|
|
703
|
-
}
|
|
704
|
-
|
|
731
|
+
} // 绘制限高体
|
|
732
|
+
|
|
733
|
+
|
|
705
734
|
function drawLimitHeightBody() {
|
|
706
735
|
viewModel && viewModel.drawLimitHeightBody();
|
|
707
|
-
}
|
|
708
|
-
|
|
736
|
+
} // 清除限高体
|
|
737
|
+
|
|
738
|
+
|
|
709
739
|
function removeLimitHeightBody() {
|
|
710
740
|
viewModel && viewModel.removeLimitHeightBody();
|
|
711
|
-
}
|
|
712
|
-
|
|
741
|
+
} //清除结果
|
|
742
|
+
|
|
743
|
+
|
|
713
744
|
function clearResult() {
|
|
714
745
|
resultEcahrtVis.value = false;
|
|
715
746
|
viewModel && viewModel.clear();
|
|
716
|
-
}
|
|
717
|
-
|
|
747
|
+
} // 改变天际线颜色
|
|
748
|
+
|
|
749
|
+
|
|
718
750
|
function onChangeSkylineColor() {
|
|
719
751
|
viewModel && viewModel.setLineColor(formItem.skylineColor);
|
|
720
|
-
}
|
|
721
|
-
|
|
752
|
+
} // 改变限高体颜色
|
|
753
|
+
|
|
754
|
+
|
|
722
755
|
function onChangeLimitHeightBodyColor() {
|
|
723
756
|
viewModel && viewModel.setFaceColor(formItem.limitHeightBodyColor, formItem.limitHeightBodyAlpha);
|
|
724
|
-
}
|
|
725
|
-
|
|
757
|
+
} // 改变天际线半径
|
|
758
|
+
|
|
759
|
+
|
|
726
760
|
function onChangeSkylineRadius() {
|
|
727
761
|
viewModel && viewModel.setRadius(formItem.skylineRadius);
|
|
728
|
-
}
|
|
729
|
-
|
|
762
|
+
} // 限高体轮廓透明度
|
|
763
|
+
|
|
764
|
+
|
|
730
765
|
function onChangeLimitHeightBodyAlpha() {
|
|
731
766
|
viewModel && viewModel.setFaceColorAlpha(formItem.limitHeightBodyColor, formItem.limitHeightBodyAlpha);
|
|
732
|
-
}
|
|
767
|
+
} // 销毁
|
|
768
|
+
|
|
733
769
|
|
|
734
|
-
// 销毁
|
|
735
770
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
736
771
|
resultEcahrtVis.value = false;
|
|
737
772
|
viewModel && viewModel.destroy();
|
|
738
773
|
});
|
|
774
|
+
|
|
739
775
|
__expose({
|
|
740
776
|
pickSkyLine,
|
|
741
777
|
drawLimitHeightBody,
|
|
@@ -746,17 +782,28 @@ const __default__ = {
|
|
|
746
782
|
onChangeLimitHeightBodyAlpha,
|
|
747
783
|
clearResult
|
|
748
784
|
});
|
|
785
|
+
|
|
749
786
|
return (_ctx, _cache) => {
|
|
750
787
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
788
|
+
|
|
751
789
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
790
|
+
|
|
752
791
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
792
|
+
|
|
753
793
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
794
|
+
|
|
754
795
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
796
|
+
|
|
755
797
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
798
|
+
|
|
756
799
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
800
|
+
|
|
757
801
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
802
|
+
|
|
758
803
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
804
|
+
|
|
759
805
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
806
|
+
|
|
760
807
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
761
808
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-skyline-analysis", {
|
|
762
809
|
'kq-box-shadow': __props.showShadow
|
|
@@ -767,7 +814,9 @@ const __default__ = {
|
|
|
767
814
|
key: 0,
|
|
768
815
|
ref_key: "headerTempRef",
|
|
769
816
|
ref: headerTempRef
|
|
770
|
-
}, null, 512
|
|
817
|
+
}, null, 512
|
|
818
|
+
/* NEED_PATCH */
|
|
819
|
+
)) : (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_.createVNode)(_component_kq_collapse, {
|
|
771
820
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
772
821
|
class: "kq3d-skyline-analysis-collapse"
|
|
773
822
|
}, {
|
|
@@ -787,10 +836,18 @@ const __default__ = {
|
|
|
787
836
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineColor,
|
|
788
837
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineColor = $event),
|
|
789
838
|
onChange: onChangeSkylineColor
|
|
790
|
-
}, null, 8
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
839
|
+
}, null, 8
|
|
840
|
+
/* PROPS */
|
|
841
|
+
, ["modelValue"])]),
|
|
842
|
+
_: 1
|
|
843
|
+
/* STABLE */
|
|
844
|
+
|
|
845
|
+
}, 8
|
|
846
|
+
/* PROPS */
|
|
847
|
+
, ["label"])]),
|
|
848
|
+
_: 1
|
|
849
|
+
/* STABLE */
|
|
850
|
+
|
|
794
851
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
795
852
|
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, {
|
|
796
853
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineRadius
|
|
@@ -810,8 +867,12 @@ const __default__ = {
|
|
|
810
867
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSkylineRadius,
|
|
811
868
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSkylineRadius,
|
|
812
869
|
onInput: onChangeSkylineRadius
|
|
813
|
-
}, null, 8
|
|
814
|
-
|
|
870
|
+
}, null, 8
|
|
871
|
+
/* PROPS */
|
|
872
|
+
, ["modelValue", "min", "max"])]),
|
|
873
|
+
_: 1
|
|
874
|
+
/* STABLE */
|
|
875
|
+
|
|
815
876
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
816
877
|
span: 8
|
|
817
878
|
}, {
|
|
@@ -822,14 +883,26 @@ const __default__ = {
|
|
|
822
883
|
step: 100,
|
|
823
884
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSkylineRadius,
|
|
824
885
|
"controls-position": "right"
|
|
825
|
-
}, null, 8
|
|
826
|
-
|
|
886
|
+
}, null, 8
|
|
887
|
+
/* PROPS */
|
|
888
|
+
, ["modelValue", "min", "max"])]),
|
|
889
|
+
_: 1
|
|
890
|
+
/* STABLE */
|
|
891
|
+
|
|
827
892
|
})]),
|
|
828
|
-
_: 1
|
|
893
|
+
_: 1
|
|
894
|
+
/* STABLE */
|
|
895
|
+
|
|
829
896
|
})]),
|
|
830
|
-
_: 1
|
|
831
|
-
|
|
832
|
-
|
|
897
|
+
_: 1
|
|
898
|
+
/* STABLE */
|
|
899
|
+
|
|
900
|
+
}, 8
|
|
901
|
+
/* PROPS */
|
|
902
|
+
, ["label"])]),
|
|
903
|
+
_: 1
|
|
904
|
+
/* STABLE */
|
|
905
|
+
|
|
833
906
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
834
907
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
835
908
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightBodyColor
|
|
@@ -838,10 +911,18 @@ const __default__ = {
|
|
|
838
911
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyColor,
|
|
839
912
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyColor = $event),
|
|
840
913
|
onChange: onChangeLimitHeightBodyColor
|
|
841
|
-
}, null, 8
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
914
|
+
}, null, 8
|
|
915
|
+
/* PROPS */
|
|
916
|
+
, ["modelValue"])]),
|
|
917
|
+
_: 1
|
|
918
|
+
/* STABLE */
|
|
919
|
+
|
|
920
|
+
}, 8
|
|
921
|
+
/* PROPS */
|
|
922
|
+
, ["label"])]),
|
|
923
|
+
_: 1
|
|
924
|
+
/* STABLE */
|
|
925
|
+
|
|
845
926
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
846
927
|
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, {
|
|
847
928
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightBodyAlpha
|
|
@@ -861,8 +942,12 @@ const __default__ = {
|
|
|
861
942
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
|
|
862
943
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
863
944
|
onInput: onChangeLimitHeightBodyAlpha
|
|
864
|
-
}, null, 8
|
|
865
|
-
|
|
945
|
+
}, null, 8
|
|
946
|
+
/* PROPS */
|
|
947
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
948
|
+
_: 1
|
|
949
|
+
/* STABLE */
|
|
950
|
+
|
|
866
951
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
867
952
|
span: 8
|
|
868
953
|
}, {
|
|
@@ -873,21 +958,43 @@ const __default__ = {
|
|
|
873
958
|
step: 0.1,
|
|
874
959
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
875
960
|
"controls-position": "right"
|
|
876
|
-
}, null, 8
|
|
877
|
-
|
|
961
|
+
}, null, 8
|
|
962
|
+
/* PROPS */
|
|
963
|
+
, ["modelValue", "min", "step", "max"])]),
|
|
964
|
+
_: 1
|
|
965
|
+
/* STABLE */
|
|
966
|
+
|
|
878
967
|
})]),
|
|
879
|
-
_: 1
|
|
968
|
+
_: 1
|
|
969
|
+
/* STABLE */
|
|
970
|
+
|
|
880
971
|
})]),
|
|
881
|
-
_: 1
|
|
882
|
-
|
|
883
|
-
|
|
972
|
+
_: 1
|
|
973
|
+
/* STABLE */
|
|
974
|
+
|
|
975
|
+
}, 8
|
|
976
|
+
/* PROPS */
|
|
977
|
+
, ["label"])]),
|
|
978
|
+
_: 1
|
|
979
|
+
/* STABLE */
|
|
980
|
+
|
|
884
981
|
})]),
|
|
885
|
-
_: 1
|
|
982
|
+
_: 1
|
|
983
|
+
/* STABLE */
|
|
984
|
+
|
|
886
985
|
})]),
|
|
887
|
-
_: 1
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
986
|
+
_: 1
|
|
987
|
+
/* STABLE */
|
|
988
|
+
|
|
989
|
+
}, 8
|
|
990
|
+
/* PROPS */
|
|
991
|
+
, ["title"])]),
|
|
992
|
+
_: 1
|
|
993
|
+
/* STABLE */
|
|
994
|
+
|
|
995
|
+
}, 8
|
|
996
|
+
/* PROPS */
|
|
997
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
891
998
|
gutter: 20,
|
|
892
999
|
class: "btnClass"
|
|
893
1000
|
}, {
|
|
@@ -899,10 +1006,18 @@ const __default__ = {
|
|
|
899
1006
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pickSkyLine,
|
|
900
1007
|
type: "primary"
|
|
901
1008
|
}, {
|
|
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).pickSkyLine), 1
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
1009
|
+
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).pickSkyLine), 1
|
|
1010
|
+
/* TEXT */
|
|
1011
|
+
)]),
|
|
1012
|
+
_: 1
|
|
1013
|
+
/* STABLE */
|
|
1014
|
+
|
|
1015
|
+
}, 8
|
|
1016
|
+
/* PROPS */
|
|
1017
|
+
, ["title"])]),
|
|
1018
|
+
_: 1
|
|
1019
|
+
/* STABLE */
|
|
1020
|
+
|
|
906
1021
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
907
1022
|
span: 12
|
|
908
1023
|
}, {
|
|
@@ -911,12 +1026,22 @@ const __default__ = {
|
|
|
911
1026
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drawLimitHeightBody,
|
|
912
1027
|
type: "primary"
|
|
913
1028
|
}, {
|
|
914
|
-
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).drawLimitHeightBody), 1
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
1029
|
+
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).drawLimitHeightBody), 1
|
|
1030
|
+
/* TEXT */
|
|
1031
|
+
)]),
|
|
1032
|
+
_: 1
|
|
1033
|
+
/* STABLE */
|
|
1034
|
+
|
|
1035
|
+
}, 8
|
|
1036
|
+
/* PROPS */
|
|
1037
|
+
, ["title"])]),
|
|
1038
|
+
_: 1
|
|
1039
|
+
/* STABLE */
|
|
1040
|
+
|
|
918
1041
|
})]),
|
|
919
|
-
_: 1
|
|
1042
|
+
_: 1
|
|
1043
|
+
/* STABLE */
|
|
1044
|
+
|
|
920
1045
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
921
1046
|
gutter: 20
|
|
922
1047
|
}, {
|
|
@@ -927,10 +1052,18 @@ const __default__ = {
|
|
|
927
1052
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => removeLimitHeightBody(), ["stop"])),
|
|
928
1053
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).removeLimitHeightBody
|
|
929
1054
|
}, {
|
|
930
|
-
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).removeLimitHeightBody), 1
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
1055
|
+
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).removeLimitHeightBody), 1
|
|
1056
|
+
/* TEXT */
|
|
1057
|
+
)]),
|
|
1058
|
+
_: 1
|
|
1059
|
+
/* STABLE */
|
|
1060
|
+
|
|
1061
|
+
}, 8
|
|
1062
|
+
/* PROPS */
|
|
1063
|
+
, ["title"])]),
|
|
1064
|
+
_: 1
|
|
1065
|
+
/* STABLE */
|
|
1066
|
+
|
|
934
1067
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
935
1068
|
span: 12
|
|
936
1069
|
}, {
|
|
@@ -938,15 +1071,28 @@ const __default__ = {
|
|
|
938
1071
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
939
1072
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
940
1073
|
}, {
|
|
941
|
-
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
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
1074
|
+
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
|
|
1075
|
+
/* TEXT */
|
|
1076
|
+
)]),
|
|
1077
|
+
_: 1
|
|
1078
|
+
/* STABLE */
|
|
1079
|
+
|
|
1080
|
+
}, 8
|
|
1081
|
+
/* PROPS */
|
|
1082
|
+
, ["title"])]),
|
|
1083
|
+
_: 1
|
|
1084
|
+
/* STABLE */
|
|
1085
|
+
|
|
945
1086
|
})]),
|
|
946
|
-
_: 1
|
|
947
|
-
|
|
1087
|
+
_: 1
|
|
1088
|
+
/* STABLE */
|
|
1089
|
+
|
|
1090
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultEcahrtVis) ? ((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_.createCommentVNode)("v-if", true)])])], 2
|
|
1091
|
+
/* CLASS */
|
|
1092
|
+
);
|
|
948
1093
|
};
|
|
949
1094
|
}
|
|
1095
|
+
|
|
950
1096
|
}));
|
|
951
1097
|
;// CONCATENATED MODULE: ./src/webgl/skylineanalysis/SkylineAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
952
1098
|
|
|
@@ -968,11 +1114,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
968
1114
|
|
|
969
1115
|
|
|
970
1116
|
|
|
1117
|
+
|
|
971
1118
|
SkylineAnalysis.install = (Vue, opts) => {
|
|
972
1119
|
init_js_default()(Vue, opts);
|
|
973
1120
|
Vue.component(SkylineAnalysis.name, SkylineAnalysis);
|
|
974
1121
|
};
|
|
975
1122
|
|
|
1123
|
+
|
|
976
1124
|
}();
|
|
977
1125
|
/******/ return __webpack_exports__;
|
|
978
1126
|
/******/ })()
|