@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +159 -227
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +288 -470
- package/clientPrint/index.js +333 -897
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +181 -252
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +297 -401
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +243 -382
- package/geologicalbodyanalysis/index.js +203 -287
- package/gpuspatialquery/index.js +240 -390
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +426 -733
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +7913 -16839
- package/isolineanalysis/index.js +554 -1231
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +339 -493
- package/modelFlat/index.js +202 -223
- package/modelexcavate/index.js +194 -251
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +180 -173
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +237 -328
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +273 -571
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9018 -17813
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +256 -436
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +200 -339
- package/slopeanalysis/index.js +270 -433
- package/slopeaspectanalysis/index.js +303 -523
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +218 -269
- package/terrainprofileanalysis/index.js +162 -171
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
package/shadowanalysis/index.js
CHANGED
|
@@ -7,107 +7,148 @@
|
|
|
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/init.js"), require("@kq_npm/client_common_vue/_utils/const-image"), 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/init.js"], root["@kq_npm/client_common_vue/_utils/const-image"], 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__455__, __WEBPACK_EXTERNAL_MODULE__4822__, __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
|
+
/***/ 8224:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 6363:
|
|
42
51
|
/***/ (function(module) {
|
|
43
52
|
|
|
44
53
|
module.exports = require("element-plus/dist/index.full.js");
|
|
45
54
|
|
|
46
55
|
/***/ }),
|
|
47
56
|
|
|
48
|
-
/***/
|
|
57
|
+
/***/ 3579:
|
|
49
58
|
/***/ (function(module) {
|
|
50
59
|
|
|
51
60
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
52
61
|
|
|
53
62
|
/***/ }),
|
|
54
63
|
|
|
55
|
-
/***/
|
|
64
|
+
/***/ 4822:
|
|
56
65
|
/***/ (function(module) {
|
|
57
66
|
|
|
58
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__4822__;
|
|
59
68
|
|
|
60
69
|
/***/ }),
|
|
61
70
|
|
|
62
|
-
/***/
|
|
71
|
+
/***/ 64:
|
|
63
72
|
/***/ (function(module) {
|
|
64
73
|
|
|
65
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
66
75
|
|
|
67
76
|
/***/ }),
|
|
68
77
|
|
|
69
|
-
/***/
|
|
78
|
+
/***/ 2975:
|
|
70
79
|
/***/ (function(module) {
|
|
71
80
|
|
|
72
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
73
82
|
|
|
74
83
|
/***/ }),
|
|
75
84
|
|
|
76
|
-
/***/
|
|
85
|
+
/***/ 455:
|
|
77
86
|
/***/ (function(module) {
|
|
78
87
|
|
|
79
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
80
89
|
|
|
81
90
|
/***/ }),
|
|
82
91
|
|
|
83
|
-
/***/
|
|
92
|
+
/***/ 154:
|
|
84
93
|
/***/ (function(module) {
|
|
85
94
|
|
|
86
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
87
96
|
|
|
88
97
|
/***/ }),
|
|
89
98
|
|
|
90
|
-
/***/
|
|
99
|
+
/***/ 6913:
|
|
91
100
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
92
101
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
function
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
|
|
103
|
+
// EXPORTS
|
|
104
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
105
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
109
|
+
function _typeof(o) {
|
|
110
|
+
"@babel/helpers - typeof";
|
|
111
|
+
|
|
112
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
113
|
+
return typeof o;
|
|
114
|
+
} : function (o) {
|
|
115
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
116
|
+
}, _typeof(o);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
120
|
+
|
|
121
|
+
function toPrimitive(t, r) {
|
|
122
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
123
|
+
var e = t[Symbol.toPrimitive];
|
|
124
|
+
if (void 0 !== e) {
|
|
125
|
+
var i = e.call(t, r || "default");
|
|
126
|
+
if ("object" != _typeof(i)) return i;
|
|
127
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
106
128
|
}
|
|
129
|
+
return ("string" === r ? String : Number)(t);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
107
133
|
|
|
108
|
-
|
|
134
|
+
|
|
135
|
+
function toPropertyKey(t) {
|
|
136
|
+
var i = toPrimitive(t, "string");
|
|
137
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
141
|
+
|
|
142
|
+
function _defineProperty(e, r, t) {
|
|
143
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
144
|
+
value: t,
|
|
145
|
+
enumerable: !0,
|
|
146
|
+
configurable: !0,
|
|
147
|
+
writable: !0
|
|
148
|
+
}) : e[r] = t, e;
|
|
109
149
|
}
|
|
110
150
|
|
|
151
|
+
|
|
111
152
|
/***/ })
|
|
112
153
|
|
|
113
154
|
/******/ });
|
|
@@ -179,40 +220,43 @@ function _defineProperty(obj, key, value) {
|
|
|
179
220
|
/******/
|
|
180
221
|
/************************************************************************/
|
|
181
222
|
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
223
|
// ESM COMPAT FLAG
|
|
185
224
|
__webpack_require__.r(__webpack_exports__);
|
|
186
225
|
|
|
187
226
|
// EXPORTS
|
|
188
227
|
__webpack_require__.d(__webpack_exports__, {
|
|
189
|
-
|
|
228
|
+
ShadowAnalysisViewModel: function() { return /* reexport */ ShadowAnalysisViewModel; },
|
|
190
229
|
"default": function() { return /* reexport */ ShadowAnalysis; }
|
|
191
230
|
});
|
|
192
231
|
|
|
193
232
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
194
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
233
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
195
234
|
// 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__(
|
|
235
|
+
var gis_utils_ = __webpack_require__(64);
|
|
236
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
237
|
+
var defineProperty = __webpack_require__(6913);
|
|
238
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
239
|
+
var esnext_iterator_map_js_ = __webpack_require__(8224);
|
|
199
240
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
200
|
-
var message = __webpack_require__(
|
|
241
|
+
var message = __webpack_require__(3275);
|
|
201
242
|
;// CONCATENATED MODULE: ./src/webgl/shadowanalysis/ShadowAnalysisViewModel.js
|
|
202
243
|
|
|
244
|
+
|
|
245
|
+
/*
|
|
246
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
247
|
+
* All rights reserved.
|
|
248
|
+
*/
|
|
203
249
|
// 分析逻辑类
|
|
204
250
|
|
|
205
251
|
class ShadowAnalysisViewModel {
|
|
206
|
-
//阴影分析三维对象
|
|
207
252
|
constructor(scenceView, viewModel) {
|
|
208
|
-
(0,defineProperty/* default */.
|
|
209
|
-
|
|
210
|
-
(0,defineProperty/* default */.
|
|
253
|
+
(0,defineProperty/* default */.A)(this, "_shadowAnalysis", null);
|
|
254
|
+
//阴影分析三维对象
|
|
255
|
+
(0,defineProperty/* default */.A)(this, "_globaOptions", {
|
|
211
256
|
//全局参数
|
|
212
257
|
viewer: null,
|
|
213
258
|
_drawManager: null
|
|
214
259
|
});
|
|
215
|
-
|
|
216
260
|
this._globaOptions.viewer = scenceView._viewer;
|
|
217
261
|
this._globaOptions.viewModel = {
|
|
218
262
|
viewer: this._globaOptions.viewer,
|
|
@@ -242,16 +286,14 @@ class ShadowAnalysisViewModel {
|
|
|
242
286
|
var that = this;
|
|
243
287
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
244
288
|
if (shape) {
|
|
245
|
-
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
246
|
-
|
|
289
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
290
|
+
// 实例化分析对象
|
|
247
291
|
that.setKq3dShadowAnalyse();
|
|
248
|
-
|
|
249
292
|
that._globaOptions._drawManager.clear();
|
|
250
293
|
}
|
|
251
294
|
});
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
295
|
+
}
|
|
296
|
+
// 处理绘制坐标,转成二维坐标
|
|
255
297
|
coordinateTransform(points) {
|
|
256
298
|
let cutPoints = points.map(function (point) {
|
|
257
299
|
let cartesPh = Cesium.Cartographic.fromCartesian(point);
|
|
@@ -265,132 +307,113 @@ class ShadowAnalysisViewModel {
|
|
|
265
307
|
return map;
|
|
266
308
|
});
|
|
267
309
|
return cutPoints;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
|
|
310
|
+
}
|
|
311
|
+
// 开始分析
|
|
271
312
|
start() {
|
|
272
313
|
// 判断是否添加了模型
|
|
273
314
|
var flag = false;
|
|
274
315
|
var models = this._globaOptions.viewer.scene.primitives._primitives;
|
|
275
|
-
|
|
276
316
|
for (let i = 0; i < models.length; i++) {
|
|
277
317
|
if (models[i]._url) {
|
|
278
318
|
flag = true;
|
|
279
319
|
}
|
|
280
320
|
}
|
|
281
|
-
|
|
282
321
|
if (flag) {
|
|
283
322
|
if (this._globaOptions._drawManager) this._globaOptions._drawManager.startDraw("polygon", {
|
|
284
323
|
clampToGround: true
|
|
285
324
|
});
|
|
286
325
|
} else {
|
|
287
|
-
(0,message/* default */.
|
|
326
|
+
(0,message/* default */.A)({
|
|
288
327
|
message: "请添加模型后分析!",
|
|
289
328
|
type: "warning"
|
|
290
329
|
});
|
|
291
330
|
}
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
|
|
331
|
+
}
|
|
332
|
+
// 阴影分析
|
|
295
333
|
setKq3dShadowAnalyse() {
|
|
296
|
-
this._shadowAnalysis = new window.Cesium.Kq3dShadowAnalyse(this._globaOptions.viewModel);
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
334
|
+
this._shadowAnalysis = new window.Cesium.Kq3dShadowAnalyse(this._globaOptions.viewModel);
|
|
335
|
+
//this._globaOptions.viewer.scene.primitives.add(this._shadowAnalysis);
|
|
336
|
+
}
|
|
337
|
+
// 分析日期
|
|
300
338
|
setCurrentDate(newValue) {
|
|
301
339
|
this._globaOptions.viewModel.currentDate = new Date(newValue);
|
|
302
340
|
if (this._shadowAnalysis) this._shadowAnalysis.currentDate = new Date(newValue);
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
|
|
341
|
+
}
|
|
342
|
+
//设置时间
|
|
306
343
|
setTime(newValue) {
|
|
307
344
|
if (newValue && newValue.length && newValue.length > 1) {
|
|
308
345
|
if (this._globaOptions.viewModel.startTime == newValue[0] && this._globaOptions.viewModel.endTime == newValue[1]) return;
|
|
309
346
|
this._globaOptions.viewModel.startTime = newValue[0];
|
|
310
347
|
this._globaOptions.viewModel.endTime = newValue[1];
|
|
311
|
-
|
|
312
348
|
if (this._shadowAnalysis) {
|
|
313
349
|
this._shadowAnalysis.startTime = Number(this._globaOptions.viewModel.startTime);
|
|
314
350
|
this._shadowAnalysis.endTime = Number(this._globaOptions.viewModel.endTime);
|
|
315
351
|
}
|
|
316
352
|
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
|
|
353
|
+
}
|
|
354
|
+
// 开始时刻
|
|
320
355
|
setStartTime(newValue) {
|
|
321
356
|
if (this._globaOptions.viewModel.startTime == newValue) return;
|
|
322
357
|
this._globaOptions.viewModel.startTime = newValue;
|
|
323
358
|
if (this._shadowAnalysis) this._shadowAnalysis.startTime = Number(newValue);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
359
|
+
}
|
|
360
|
+
// 结束时刻
|
|
327
361
|
setEndTime(newValue) {
|
|
328
362
|
if (this._globaOptions.viewModel.endTime == newValue) return;
|
|
329
363
|
this._globaOptions.viewModel.endTime = newValue;
|
|
330
364
|
if (this._shadowAnalysis) this._shadowAnalysis.endTime = Number(newValue);
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
365
|
+
}
|
|
366
|
+
// 分析间隔
|
|
334
367
|
setTimeSpacing(newValue) {
|
|
335
368
|
if (this._globaOptions.viewModel.timeSpacing == newValue) return;
|
|
336
369
|
this._globaOptions.viewModel.timeSpacing = newValue;
|
|
337
370
|
if (this._shadowAnalysis) this._shadowAnalysis.timeSpacing = Number(newValue);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
|
|
371
|
+
}
|
|
372
|
+
// 基底高度
|
|
341
373
|
setBaseHeight(newValue) {
|
|
342
374
|
if (this._globaOptions.viewModel.baseHeight == newValue) return;
|
|
343
375
|
this._globaOptions.viewModel.baseHeight = newValue;
|
|
344
376
|
if (this._shadowAnalysis) this._shadowAnalysis.baseHeight = Number(newValue);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
|
|
377
|
+
}
|
|
378
|
+
// 拉伸高度
|
|
348
379
|
setExtrudeHeight(newValue) {
|
|
349
380
|
if (this._globaOptions.viewModel.extrudeHeight == newValue) return;
|
|
350
381
|
this._globaOptions.viewModel.extrudeHeight = newValue;
|
|
351
382
|
if (this._shadowAnalysis) this._shadowAnalysis.extrudeHeight = Number(newValue);
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
|
|
383
|
+
}
|
|
384
|
+
// 是否显示体素
|
|
355
385
|
setShowVoxel(checked) {
|
|
356
386
|
if (this._shadowAnalysis) this._shadowAnalysis.voxel.show = checked;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
|
|
387
|
+
}
|
|
388
|
+
// 体素大小
|
|
360
389
|
setRadius(newValue) {
|
|
361
390
|
if (this._globaOptions.viewModel.width == newValue) return;
|
|
362
391
|
this._globaOptions.viewModel.width = newValue;
|
|
363
|
-
|
|
364
392
|
if (this._shadowAnalysis) {
|
|
365
393
|
this.clear();
|
|
366
394
|
this.setKq3dShadowAnalyse();
|
|
367
395
|
}
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
|
|
396
|
+
}
|
|
397
|
+
// 体素间距
|
|
371
398
|
setSpacing(newValue) {
|
|
372
399
|
if (this._globaOptions.viewModel.spacing == newValue) return;
|
|
373
400
|
this._globaOptions.viewModel.spacing = newValue;
|
|
374
|
-
|
|
375
401
|
if (this._shadowAnalysis) {
|
|
376
402
|
this.clear();
|
|
377
403
|
this.setKq3dShadowAnalyse();
|
|
378
404
|
}
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
|
|
405
|
+
}
|
|
406
|
+
// 阴影率过滤
|
|
382
407
|
setFilterValue(newValue) {
|
|
383
408
|
this._globaOptions.viewModel.filterValue = newValue;
|
|
384
409
|
if (this._shadowAnalysis) this._shadowAnalysis.filterValue = Number(newValue);
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
410
|
+
}
|
|
411
|
+
// 透明缩放
|
|
388
412
|
setAlphaScale(newValue) {
|
|
389
413
|
this._globaOptions.viewModel.alphaScale = newValue;
|
|
390
414
|
if (this._shadowAnalysis) this._shadowAnalysis.alphaScale = Number(newValue);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
|
|
415
|
+
}
|
|
416
|
+
//日照效果
|
|
394
417
|
sunshineEffect() {
|
|
395
418
|
let timeNumber = new Date(this._globaOptions.viewModel.currentDate.toLocaleDateString()).getTime();
|
|
396
419
|
let startTimeNumber = timeNumber + this._globaOptions.viewModel.startTime * 3600 * 1000;
|
|
@@ -404,41 +427,36 @@ class ShadowAnalysisViewModel {
|
|
|
404
427
|
clock.multiplier = 7200;
|
|
405
428
|
clock.clockRange = Cesium.ClockRange.CLAMPED;
|
|
406
429
|
clock.shouldAnimate = true;
|
|
407
|
-
}
|
|
408
|
-
|
|
430
|
+
}
|
|
409
431
|
|
|
432
|
+
// 清除全部结果
|
|
410
433
|
clear() {
|
|
411
434
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
412
|
-
|
|
413
435
|
if (this._shadowAnalysis) {
|
|
414
436
|
this._globaOptions.viewer.scene.primitives.remove(this._shadowAnalysis);
|
|
415
|
-
|
|
416
437
|
this._shadowAnalysis = null;
|
|
417
438
|
}
|
|
418
|
-
|
|
419
439
|
this._globaOptions.viewModel.showCurrent = false;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
|
|
440
|
+
}
|
|
441
|
+
// 销毁
|
|
423
442
|
destroy() {
|
|
424
443
|
this.clear();
|
|
425
444
|
this._globaOptions.viewer.shadows = false;
|
|
426
445
|
this._globaOptions.viewer.shouldAnimate = false;
|
|
427
|
-
this._globaOptions.viewer.scene.globe.enableLighting = false;
|
|
428
|
-
|
|
446
|
+
this._globaOptions.viewer.scene.globe.enableLighting = false;
|
|
447
|
+
//移除监听事件
|
|
429
448
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
430
449
|
this._globaOptions._drawFinishedEventListener = null;
|
|
431
450
|
}
|
|
432
|
-
|
|
433
451
|
}
|
|
434
452
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
435
|
-
var const_image_ = __webpack_require__(
|
|
453
|
+
var const_image_ = __webpack_require__(4822);
|
|
436
454
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
437
|
-
var client_icons_vue_ = __webpack_require__(
|
|
455
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
438
456
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
439
|
-
var util_ = __webpack_require__(
|
|
457
|
+
var util_ = __webpack_require__(2975);
|
|
440
458
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
441
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
459
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
442
460
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/shadowanalysis/ShadowAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
443
461
|
|
|
444
462
|
const _hoisted_1 = {
|
|
@@ -450,18 +468,8 @@ const _hoisted_2 = {
|
|
|
450
468
|
const _hoisted_3 = {
|
|
451
469
|
class: "kq3d-shadow-analysis-span"
|
|
452
470
|
};
|
|
453
|
-
|
|
454
|
-
const
|
|
455
|
-
/* HOISTED */
|
|
456
|
-
);
|
|
457
|
-
|
|
458
|
-
const _hoisted_5 = ["src"];
|
|
459
|
-
|
|
460
|
-
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1
|
|
461
|
-
/* HOISTED */
|
|
462
|
-
);
|
|
463
|
-
|
|
464
|
-
const _hoisted_7 = {
|
|
471
|
+
const _hoisted_4 = ["src"];
|
|
472
|
+
const _hoisted_5 = {
|
|
465
473
|
class: "kq3d-shadow-analysis-footer"
|
|
466
474
|
};
|
|
467
475
|
|
|
@@ -474,7 +482,7 @@ const _hoisted_7 = {
|
|
|
474
482
|
const __default__ = {
|
|
475
483
|
name: "Kq3dShadowAnalysis"
|
|
476
484
|
};
|
|
477
|
-
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (
|
|
485
|
+
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
478
486
|
props: {
|
|
479
487
|
// 设置参数
|
|
480
488
|
settingParams: {
|
|
@@ -485,7 +493,6 @@ const __default__ = {
|
|
|
485
493
|
type: Boolean,
|
|
486
494
|
default: true
|
|
487
495
|
},
|
|
488
|
-
|
|
489
496
|
/**
|
|
490
497
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
491
498
|
*/
|
|
@@ -515,22 +522,20 @@ const __default__ = {
|
|
|
515
522
|
default: true
|
|
516
523
|
}
|
|
517
524
|
},
|
|
518
|
-
|
|
519
525
|
setup(__props, {
|
|
520
526
|
expose: __expose
|
|
521
527
|
}) {
|
|
522
|
-
const props = __props;
|
|
523
528
|
const {
|
|
524
529
|
proxy
|
|
525
530
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
526
531
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
527
532
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
528
533
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
529
|
-
let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]);
|
|
534
|
+
let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]);
|
|
530
535
|
|
|
536
|
+
//计算属性
|
|
531
537
|
const timeMarks = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
532
538
|
let marks = {};
|
|
533
|
-
|
|
534
539
|
for (let i = 0; i <= 24; i++) {
|
|
535
540
|
if (i % 6 === 0) {
|
|
536
541
|
// 几个特殊的,显示数字
|
|
@@ -551,11 +556,12 @@ const __default__ = {
|
|
|
551
556
|
};
|
|
552
557
|
}
|
|
553
558
|
}
|
|
554
|
-
|
|
555
559
|
return marks;
|
|
556
|
-
});
|
|
557
|
-
// 分析类
|
|
560
|
+
});
|
|
558
561
|
|
|
562
|
+
// 获取组件传参
|
|
563
|
+
const props = __props;
|
|
564
|
+
// 分析类
|
|
559
565
|
let viewModel = null;
|
|
560
566
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
561
567
|
showVoxel: props.settingParams && props.settingParams.showBuilding !== undefined || true,
|
|
@@ -602,14 +608,16 @@ const __default__ = {
|
|
|
602
608
|
minAlphaScale: props.settingParams && props.settingParams.alphaScale || 1,
|
|
603
609
|
// 透明缩放范围最小值
|
|
604
610
|
maxAlphaScale: props.settingParams && props.settingParams.alphaScale || 1 // 透明缩放范围最大值
|
|
611
|
+
});
|
|
605
612
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
613
|
+
// 组件容器Ref
|
|
614
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
609
615
|
|
|
616
|
+
// 生成组件默认header
|
|
610
617
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
611
|
-
let headerTempRef = (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)();
|
|
612
619
|
|
|
620
|
+
// 国际化
|
|
613
621
|
let {
|
|
614
622
|
locale,
|
|
615
623
|
messages
|
|
@@ -653,50 +661,44 @@ const __default__ = {
|
|
|
653
661
|
filterValue: formItem.filterValue,
|
|
654
662
|
// 阴影率过滤
|
|
655
663
|
alphaScale: formItem.alphaScale // 透明缩放
|
|
656
|
-
|
|
657
664
|
});
|
|
658
665
|
}
|
|
659
666
|
});
|
|
660
667
|
});
|
|
668
|
+
|
|
661
669
|
/**
|
|
662
670
|
* @description 监听header生成
|
|
663
671
|
*/
|
|
664
|
-
|
|
665
672
|
const watchCreateHeaderTemp = () => {
|
|
666
673
|
if (props.showHeaderTemp) {
|
|
667
674
|
// 生成headerTemp
|
|
668
675
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
669
676
|
}
|
|
670
|
-
};
|
|
671
|
-
|
|
677
|
+
};
|
|
672
678
|
|
|
679
|
+
// 获取当前日期
|
|
673
680
|
function GetDateStr() {
|
|
674
681
|
var dd = new Date();
|
|
675
682
|
var y = dd.getFullYear();
|
|
676
683
|
var m = dd.getMonth() + 1; //获取当前月份的日期
|
|
677
|
-
|
|
678
684
|
var d = dd.getDate();
|
|
679
685
|
console.log(y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d));
|
|
680
686
|
return y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
|
|
687
|
+
}
|
|
688
|
+
// 日期改变
|
|
684
689
|
function changeDate(val) {
|
|
685
690
|
console.log(formItem.currentDate);
|
|
686
691
|
if (viewModel.setCurrentDate) viewModel.setCurrentDate(formItem.currentDate);
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
692
|
+
}
|
|
693
|
+
// 改变时刻
|
|
694
|
+
function changeTime(val) {}
|
|
695
|
+
// 参数改变
|
|
693
696
|
function paramsChanged(key) {
|
|
694
697
|
switch (key) {
|
|
695
698
|
case "currentDate":
|
|
696
699
|
// 改变日期
|
|
697
700
|
if (viewModel.setCurrentDate) viewModel.setCurrentDate(formItem.currentDate);
|
|
698
701
|
break;
|
|
699
|
-
|
|
700
702
|
case "time":
|
|
701
703
|
// 改变时刻
|
|
702
704
|
if (!time.value || !time.value.length) return;
|
|
@@ -704,92 +706,70 @@ const __default__ = {
|
|
|
704
706
|
formItem.endTime = time.value[1];
|
|
705
707
|
if (viewModel.setTime) viewModel.setTime(time.value);
|
|
706
708
|
break;
|
|
707
|
-
|
|
708
709
|
case "extrudeHeight":
|
|
709
710
|
// 改变拉伸高度
|
|
710
711
|
if (viewModel.setExtrudeHeight) viewModel.setExtrudeHeight(formItem.extrudeHeight);
|
|
711
712
|
break;
|
|
712
|
-
|
|
713
713
|
case "baseHeight":
|
|
714
714
|
// 改变基地高度
|
|
715
715
|
if (viewModel.setBaseHeight) viewModel.setBaseHeight(formItem.baseHeight);
|
|
716
716
|
break;
|
|
717
|
-
|
|
718
717
|
case "width":
|
|
719
718
|
// 改变体素大小
|
|
720
719
|
if (viewModel.setRadius) viewModel.setRadius(formItem.width);
|
|
721
720
|
break;
|
|
722
|
-
|
|
723
721
|
case "spacing":
|
|
724
722
|
// 改变体素间距
|
|
725
723
|
if (viewModel.setSpacing) viewModel.setSpacing(formItem.spacing);
|
|
726
724
|
break;
|
|
727
|
-
|
|
728
725
|
case "filterValue":
|
|
729
726
|
// 改变阴影率过滤
|
|
730
727
|
if (viewModel.setFilterValue) viewModel.setFilterValue(formItem.filterValue);
|
|
731
728
|
break;
|
|
732
|
-
|
|
733
729
|
case "alphaScale":
|
|
734
730
|
// 改变透明缩放
|
|
735
731
|
if (viewModel.setAlphaScale) viewModel.setAlphaScale(formItem.alphaScale);
|
|
736
732
|
break;
|
|
737
|
-
|
|
738
733
|
default:
|
|
739
734
|
break;
|
|
740
735
|
}
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
736
|
+
}
|
|
737
|
+
// 开始分析
|
|
744
738
|
function startAnalysis() {
|
|
745
739
|
// this.clearResult();
|
|
746
740
|
viewModel && viewModel.clear();
|
|
747
741
|
viewModel && viewModel.start();
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
|
|
742
|
+
}
|
|
743
|
+
// 日照效果
|
|
751
744
|
function playTime() {
|
|
752
745
|
viewModel && viewModel.sunshineEffect();
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
|
|
746
|
+
}
|
|
747
|
+
//清除结果
|
|
756
748
|
function clearResult() {
|
|
757
749
|
viewModel && viewModel.clear();
|
|
758
|
-
}
|
|
759
|
-
|
|
750
|
+
}
|
|
760
751
|
|
|
752
|
+
// 销毁
|
|
761
753
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
762
754
|
viewModel && viewModel.destroy();
|
|
763
755
|
});
|
|
764
|
-
|
|
765
756
|
__expose({
|
|
766
757
|
paramsChanged,
|
|
767
758
|
startAnalysis,
|
|
768
759
|
playTime,
|
|
769
760
|
clearResult
|
|
770
761
|
});
|
|
771
|
-
|
|
772
762
|
return (_ctx, _cache) => {
|
|
773
763
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
774
|
-
|
|
775
764
|
const _component_kq_date_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-date-picker");
|
|
776
|
-
|
|
777
765
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
778
|
-
|
|
779
766
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
780
|
-
|
|
781
767
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
782
|
-
|
|
783
768
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
784
|
-
|
|
785
769
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
786
|
-
|
|
787
770
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
788
|
-
|
|
789
771
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
790
|
-
|
|
791
772
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
792
|
-
|
|
793
773
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
794
774
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-shadow-analysis", {
|
|
795
775
|
'kq-box-shadow': __props.showShadow
|
|
@@ -800,21 +780,15 @@ const __default__ = {
|
|
|
800
780
|
key: 0,
|
|
801
781
|
ref_key: "headerTempRef",
|
|
802
782
|
ref: headerTempRef
|
|
803
|
-
}, null, 512
|
|
804
|
-
/* NEED_PATCH */
|
|
805
|
-
)) : (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_row, {
|
|
783
|
+
}, 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_.createVNode)(_component_kq_row, {
|
|
806
784
|
class: "kq3d-shadow-analysis-datetime"
|
|
807
785
|
}, {
|
|
808
786
|
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, {
|
|
809
787
|
span: 4,
|
|
810
788
|
class: "colDate"
|
|
811
789
|
}, {
|
|
812
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analyseDate), 1
|
|
813
|
-
/*
|
|
814
|
-
)]),
|
|
815
|
-
_: 1
|
|
816
|
-
/* STABLE */
|
|
817
|
-
|
|
790
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analyseDate), 1 /* TEXT */)]),
|
|
791
|
+
_: 1 /* STABLE */
|
|
818
792
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
819
793
|
span: 20
|
|
820
794
|
}, {
|
|
@@ -826,16 +800,10 @@ const __default__ = {
|
|
|
826
800
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('currentDate')),
|
|
827
801
|
clearable: false,
|
|
828
802
|
format: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 'YYYY年MM月DD日' : 'YYYY-MM-DD'
|
|
829
|
-
}, null, 8
|
|
830
|
-
/*
|
|
831
|
-
, ["modelValue", "format"])]),
|
|
832
|
-
_: 1
|
|
833
|
-
/* STABLE */
|
|
834
|
-
|
|
803
|
+
}, null, 8 /* PROPS */, ["modelValue", "format"])]),
|
|
804
|
+
_: 1 /* STABLE */
|
|
835
805
|
})]),
|
|
836
|
-
_: 1
|
|
837
|
-
/* STABLE */
|
|
838
|
-
|
|
806
|
+
_: 1 /* STABLE */
|
|
839
807
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
840
808
|
class: "kq3d-shadow-analysis-datetime"
|
|
841
809
|
}, {
|
|
@@ -843,12 +811,8 @@ const __default__ = {
|
|
|
843
811
|
span: 4,
|
|
844
812
|
class: "colTime"
|
|
845
813
|
}, {
|
|
846
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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).time), 1
|
|
847
|
-
/*
|
|
848
|
-
)]),
|
|
849
|
-
_: 1
|
|
850
|
-
/* STABLE */
|
|
851
|
-
|
|
814
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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).time), 1 /* TEXT */)]),
|
|
815
|
+
_: 1 /* STABLE */
|
|
852
816
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
853
817
|
span: 20
|
|
854
818
|
}, {
|
|
@@ -863,25 +827,15 @@ const __default__ = {
|
|
|
863
827
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('time')),
|
|
864
828
|
onClick: _cache[4] || (_cache[4] = $event => paramsChanged('time')),
|
|
865
829
|
marks: timeMarks.value
|
|
866
|
-
}, null, 8
|
|
867
|
-
/*
|
|
868
|
-
, ["modelValue", "marks"])]),
|
|
869
|
-
_: 1
|
|
870
|
-
/* STABLE */
|
|
871
|
-
|
|
830
|
+
}, null, 8 /* PROPS */, ["modelValue", "marks"])]),
|
|
831
|
+
_: 1 /* STABLE */
|
|
872
832
|
})]),
|
|
873
|
-
_: 1
|
|
874
|
-
/* STABLE */
|
|
875
|
-
|
|
833
|
+
_: 1 /* STABLE */
|
|
876
834
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row class=\"kq3d-shadow-analysis-datetime\">\r\n <kq-col :span=\"6\">\r\n <span class=\"kq3d-shadow-analysis-span\">{{ language.analysisYear }}</span>\r\n </kq-col>\r\n <kq-col :span=\"18\">\r\n <kq-date-picker v-model=\"year\" align=\"right\" type=\"year\" format=\"YYYY年\"></kq-date-picker>\r\n <kq-row :gutter=\"20\">\r\n <kq-col :span=\"20\">\r\n <kq-slider\r\n v-model=\"month\"\r\n :step=\"1\"\r\n :min=\"formItem.1\"\r\n :max=\"formItem.12\"\r\n range\r\n :show-tooltip=\"false\"\r\n @change=\"changeMonth\"\r\n :marks=\"monthMarks\"></kq-slider>\r\n </kq-col>\r\n <kq-col :span=\"4\" class=\"kq3d-shadow-analysis-timeline\">\r\n <kq-icon @click=\"playOrPauseMonth\">\r\n <IconVideoPlay v-if=\"!playMonth\" />\r\n <IconVideoPause v-else />\r\n </kq-icon>\r\n </kq-col>\r\n </kq-row>\r\n </kq-col>\r\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
877
835
|
class: "kq3d-shadow-analysis-tip"
|
|
878
836
|
}, {
|
|
879
|
-
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).shadowTips), 1
|
|
880
|
-
/*
|
|
881
|
-
)]),
|
|
882
|
-
_: 1
|
|
883
|
-
/* STABLE */
|
|
884
|
-
|
|
837
|
+
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).shadowTips), 1 /* TEXT */)]),
|
|
838
|
+
_: 1 /* STABLE */
|
|
885
839
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
886
840
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
887
841
|
}, {
|
|
@@ -913,12 +867,8 @@ const __default__ = {
|
|
|
913
867
|
step: 10,
|
|
914
868
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtrudeHeight,
|
|
915
869
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtrudeHeight
|
|
916
|
-
}, null, 8
|
|
917
|
-
/*
|
|
918
|
-
, ["modelValue", "min", "max"])]),
|
|
919
|
-
_: 1
|
|
920
|
-
/* STABLE */
|
|
921
|
-
|
|
870
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
871
|
+
_: 1 /* STABLE */
|
|
922
872
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
923
873
|
span: 8
|
|
924
874
|
}, {
|
|
@@ -930,26 +880,14 @@ const __default__ = {
|
|
|
930
880
|
step: 10,
|
|
931
881
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('extrudeHeight')),
|
|
932
882
|
"controls-position": "right"
|
|
933
|
-
}, null, 8
|
|
934
|
-
/*
|
|
935
|
-
, ["modelValue", "min", "max"])]),
|
|
936
|
-
_: 1
|
|
937
|
-
/* STABLE */
|
|
938
|
-
|
|
883
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
884
|
+
_: 1 /* STABLE */
|
|
939
885
|
})]),
|
|
940
|
-
_: 1
|
|
941
|
-
/* STABLE */
|
|
942
|
-
|
|
886
|
+
_: 1 /* STABLE */
|
|
943
887
|
})]),
|
|
944
|
-
_: 1
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
}, 8
|
|
948
|
-
/* PROPS */
|
|
949
|
-
, ["label"])]),
|
|
950
|
-
_: 1
|
|
951
|
-
/* STABLE */
|
|
952
|
-
|
|
888
|
+
_: 1 /* STABLE */
|
|
889
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
890
|
+
_: 1 /* STABLE */
|
|
953
891
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
954
892
|
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, {
|
|
955
893
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).baseHeight
|
|
@@ -970,12 +908,8 @@ const __default__ = {
|
|
|
970
908
|
step: 10,
|
|
971
909
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
972
910
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight
|
|
973
|
-
}, null, 8
|
|
974
|
-
/*
|
|
975
|
-
, ["modelValue", "min", "max"])]),
|
|
976
|
-
_: 1
|
|
977
|
-
/* STABLE */
|
|
978
|
-
|
|
911
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
912
|
+
_: 1 /* STABLE */
|
|
979
913
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
980
914
|
span: 8
|
|
981
915
|
}, {
|
|
@@ -987,26 +921,14 @@ const __default__ = {
|
|
|
987
921
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
988
922
|
step: 10,
|
|
989
923
|
"controls-position": "right"
|
|
990
|
-
}, null, 8
|
|
991
|
-
/*
|
|
992
|
-
, ["modelValue", "min", "max"])]),
|
|
993
|
-
_: 1
|
|
994
|
-
/* STABLE */
|
|
995
|
-
|
|
924
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
925
|
+
_: 1 /* STABLE */
|
|
996
926
|
})]),
|
|
997
|
-
_: 1
|
|
998
|
-
/* STABLE */
|
|
999
|
-
|
|
927
|
+
_: 1 /* STABLE */
|
|
1000
928
|
})]),
|
|
1001
|
-
_: 1
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}, 8
|
|
1005
|
-
/* PROPS */
|
|
1006
|
-
, ["label"])]),
|
|
1007
|
-
_: 1
|
|
1008
|
-
/* STABLE */
|
|
1009
|
-
|
|
929
|
+
_: 1 /* STABLE */
|
|
930
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
931
|
+
_: 1 /* STABLE */
|
|
1010
932
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1011
933
|
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, {
|
|
1012
934
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).voxelSize
|
|
@@ -1027,12 +949,8 @@ const __default__ = {
|
|
|
1027
949
|
step: 1,
|
|
1028
950
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minWidth,
|
|
1029
951
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxWidth
|
|
1030
|
-
}, null, 8
|
|
1031
|
-
/*
|
|
1032
|
-
, ["modelValue", "min", "max"])]),
|
|
1033
|
-
_: 1
|
|
1034
|
-
/* STABLE */
|
|
1035
|
-
|
|
952
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
953
|
+
_: 1 /* STABLE */
|
|
1036
954
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1037
955
|
span: 8
|
|
1038
956
|
}, {
|
|
@@ -1044,26 +962,14 @@ const __default__ = {
|
|
|
1044
962
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxWidth,
|
|
1045
963
|
step: 1,
|
|
1046
964
|
"controls-position": "right"
|
|
1047
|
-
}, null, 8
|
|
1048
|
-
/*
|
|
1049
|
-
, ["modelValue", "min", "max"])]),
|
|
1050
|
-
_: 1
|
|
1051
|
-
/* STABLE */
|
|
1052
|
-
|
|
965
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
966
|
+
_: 1 /* STABLE */
|
|
1053
967
|
})]),
|
|
1054
|
-
_: 1
|
|
1055
|
-
/* STABLE */
|
|
1056
|
-
|
|
968
|
+
_: 1 /* STABLE */
|
|
1057
969
|
})]),
|
|
1058
|
-
_: 1
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
}, 8
|
|
1062
|
-
/* PROPS */
|
|
1063
|
-
, ["label"])]),
|
|
1064
|
-
_: 1
|
|
1065
|
-
/* STABLE */
|
|
1066
|
-
|
|
970
|
+
_: 1 /* STABLE */
|
|
971
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
972
|
+
_: 1 /* STABLE */
|
|
1067
973
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1068
974
|
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, {
|
|
1069
975
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).voxelSpacing
|
|
@@ -1084,12 +990,8 @@ const __default__ = {
|
|
|
1084
990
|
step: 0.1,
|
|
1085
991
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
|
|
1086
992
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing
|
|
1087
|
-
}, null, 8
|
|
1088
|
-
/*
|
|
1089
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
1090
|
-
_: 1
|
|
1091
|
-
/* STABLE */
|
|
1092
|
-
|
|
993
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
994
|
+
_: 1 /* STABLE */
|
|
1093
995
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1094
996
|
span: 8
|
|
1095
997
|
}, {
|
|
@@ -1101,26 +1003,14 @@ const __default__ = {
|
|
|
1101
1003
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
|
|
1102
1004
|
step: 0.1,
|
|
1103
1005
|
"controls-position": "right"
|
|
1104
|
-
}, null, 8
|
|
1105
|
-
/*
|
|
1106
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1107
|
-
_: 1
|
|
1108
|
-
/* STABLE */
|
|
1109
|
-
|
|
1006
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1007
|
+
_: 1 /* STABLE */
|
|
1110
1008
|
})]),
|
|
1111
|
-
_: 1
|
|
1112
|
-
/* STABLE */
|
|
1113
|
-
|
|
1009
|
+
_: 1 /* STABLE */
|
|
1114
1010
|
})]),
|
|
1115
|
-
_: 1
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
}, 8
|
|
1119
|
-
/* PROPS */
|
|
1120
|
-
, ["label"])]),
|
|
1121
|
-
_: 1
|
|
1122
|
-
/* STABLE */
|
|
1123
|
-
|
|
1011
|
+
_: 1 /* STABLE */
|
|
1012
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1013
|
+
_: 1 /* STABLE */
|
|
1124
1014
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1125
1015
|
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, {
|
|
1126
1016
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).filterValue
|
|
@@ -1140,12 +1030,8 @@ const __default__ = {
|
|
|
1140
1030
|
step: 0.01,
|
|
1141
1031
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
|
|
1142
1032
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
|
|
1143
|
-
}, null, 8
|
|
1144
|
-
/*
|
|
1145
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
1146
|
-
_: 1
|
|
1147
|
-
/* STABLE */
|
|
1148
|
-
|
|
1033
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1034
|
+
_: 1 /* STABLE */
|
|
1149
1035
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1150
1036
|
span: 8
|
|
1151
1037
|
}, {
|
|
@@ -1157,26 +1043,14 @@ const __default__ = {
|
|
|
1157
1043
|
step: 0.01,
|
|
1158
1044
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
1159
1045
|
"controls-position": "right"
|
|
1160
|
-
}, null, 8
|
|
1161
|
-
/*
|
|
1162
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1163
|
-
_: 1
|
|
1164
|
-
/* STABLE */
|
|
1165
|
-
|
|
1046
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1047
|
+
_: 1 /* STABLE */
|
|
1166
1048
|
})]),
|
|
1167
|
-
_: 1
|
|
1168
|
-
/* STABLE */
|
|
1169
|
-
|
|
1049
|
+
_: 1 /* STABLE */
|
|
1170
1050
|
})]),
|
|
1171
|
-
_: 1
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
}, 8
|
|
1175
|
-
/* PROPS */
|
|
1176
|
-
, ["label"])]),
|
|
1177
|
-
_: 1
|
|
1178
|
-
/* STABLE */
|
|
1179
|
-
|
|
1051
|
+
_: 1 /* STABLE */
|
|
1052
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1053
|
+
_: 1 /* STABLE */
|
|
1180
1054
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1181
1055
|
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, {
|
|
1182
1056
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).alphaScale
|
|
@@ -1196,12 +1070,8 @@ const __default__ = {
|
|
|
1196
1070
|
step: 0.1,
|
|
1197
1071
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
|
|
1198
1072
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
|
|
1199
|
-
}, null, 8
|
|
1200
|
-
/*
|
|
1201
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
1202
|
-
_: 1
|
|
1203
|
-
/* STABLE */
|
|
1204
|
-
|
|
1073
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1074
|
+
_: 1 /* STABLE */
|
|
1205
1075
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1206
1076
|
span: 8
|
|
1207
1077
|
}, {
|
|
@@ -1213,107 +1083,56 @@ const __default__ = {
|
|
|
1213
1083
|
step: 0.1,
|
|
1214
1084
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
1215
1085
|
"controls-position": "right"
|
|
1216
|
-
}, null, 8
|
|
1217
|
-
/*
|
|
1218
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1219
|
-
_: 1
|
|
1220
|
-
/* STABLE */
|
|
1221
|
-
|
|
1086
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1087
|
+
_: 1 /* STABLE */
|
|
1222
1088
|
})]),
|
|
1223
|
-
_: 1
|
|
1224
|
-
/* STABLE */
|
|
1225
|
-
|
|
1089
|
+
_: 1 /* STABLE */
|
|
1226
1090
|
})]),
|
|
1227
|
-
_: 1
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
}, 8
|
|
1231
|
-
/* PROPS */
|
|
1232
|
-
, ["label"])]),
|
|
1233
|
-
_: 1
|
|
1234
|
-
/* STABLE */
|
|
1235
|
-
|
|
1091
|
+
_: 1 /* STABLE */
|
|
1092
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1093
|
+
_: 1 /* STABLE */
|
|
1236
1094
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1237
1095
|
class: "kq3d-shadow-analysis-legend"
|
|
1238
1096
|
}, {
|
|
1239
1097
|
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, {
|
|
1240
1098
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
1241
1099
|
}, {
|
|
1242
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1100
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_cache[36] || (_cache[36] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
1243
1101
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
1244
1102
|
alt: ""
|
|
1245
|
-
}, null, 8
|
|
1246
|
-
/*
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
/* STABLE */
|
|
1250
|
-
|
|
1251
|
-
}, 8
|
|
1252
|
-
/* PROPS */
|
|
1253
|
-
, ["label"])]),
|
|
1254
|
-
_: 1
|
|
1255
|
-
/* STABLE */
|
|
1256
|
-
|
|
1103
|
+
}, null, 8 /* PROPS */, _hoisted_4), _cache[37] || (_cache[37] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */))]),
|
|
1104
|
+
_: 1 /* STABLE */
|
|
1105
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1106
|
+
_: 1 /* STABLE */
|
|
1257
1107
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row :gutter=\"20\" style=\"display: flex\">\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showBuilding\">{{ language.showBuilding }}</kq-checkbox>\r\n </kq-col>\r\n <kq-col :span=\"12\">\r\n <kq-checkbox v-model=\"formItem.showVoxel\">{{ language.showVoxel }}</kq-checkbox>\r\n </kq-col>\r\n </kq-row> ")]),
|
|
1258
|
-
_: 1
|
|
1259
|
-
/* STABLE */
|
|
1260
|
-
|
|
1108
|
+
_: 1 /* STABLE */
|
|
1261
1109
|
})]),
|
|
1262
|
-
_: 1
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
/* PROPS */
|
|
1267
|
-
, ["title"])]),
|
|
1268
|
-
_: 1
|
|
1269
|
-
/* STABLE */
|
|
1270
|
-
|
|
1271
|
-
}, 8
|
|
1272
|
-
/* PROPS */
|
|
1273
|
-
, ["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, {
|
|
1110
|
+
_: 1 /* STABLE */
|
|
1111
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1112
|
+
_: 1 /* STABLE */
|
|
1113
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1274
1114
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1275
1115
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1276
1116
|
type: "primary"
|
|
1277
1117
|
}, {
|
|
1278
|
-
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
|
|
1279
|
-
/*
|
|
1280
|
-
|
|
1281
|
-
_: 1
|
|
1282
|
-
/* STABLE */
|
|
1283
|
-
|
|
1284
|
-
}, 8
|
|
1285
|
-
/* PROPS */
|
|
1286
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1118
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1 /* TEXT */)]),
|
|
1119
|
+
_: 1 /* STABLE */
|
|
1120
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1287
1121
|
onClick: _cache[34] || (_cache[34] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => playTime(), ["stop"])),
|
|
1288
1122
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sunshine,
|
|
1289
1123
|
type: "primary"
|
|
1290
1124
|
}, {
|
|
1291
|
-
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).sunshine), 1
|
|
1292
|
-
/*
|
|
1293
|
-
|
|
1294
|
-
_: 1
|
|
1295
|
-
/* STABLE */
|
|
1296
|
-
|
|
1297
|
-
}, 8
|
|
1298
|
-
/* PROPS */
|
|
1299
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1125
|
+
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).sunshine), 1 /* TEXT */)]),
|
|
1126
|
+
_: 1 /* STABLE */
|
|
1127
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1300
1128
|
onClick: _cache[35] || (_cache[35] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1301
1129
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1302
1130
|
}, {
|
|
1303
|
-
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
|
|
1304
|
-
/*
|
|
1305
|
-
|
|
1306
|
-
_: 1
|
|
1307
|
-
/* STABLE */
|
|
1308
|
-
|
|
1309
|
-
}, 8
|
|
1310
|
-
/* PROPS */
|
|
1311
|
-
, ["title"])])])], 2
|
|
1312
|
-
/* CLASS */
|
|
1313
|
-
);
|
|
1131
|
+
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 */)]),
|
|
1132
|
+
_: 1 /* STABLE */
|
|
1133
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1314
1134
|
};
|
|
1315
1135
|
}
|
|
1316
|
-
|
|
1317
1136
|
}));
|
|
1318
1137
|
;// CONCATENATED MODULE: ./src/webgl/shadowanalysis/ShadowAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1319
1138
|
|
|
@@ -1325,10 +1144,13 @@ const __exports__ = ShadowAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1325
1144
|
|
|
1326
1145
|
/* harmony default export */ var ShadowAnalysis = (__exports__);
|
|
1327
1146
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1328
|
-
var init_js_ = __webpack_require__(
|
|
1147
|
+
var init_js_ = __webpack_require__(455);
|
|
1329
1148
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1330
1149
|
;// CONCATENATED MODULE: ./src/webgl/shadowanalysis/index.js
|
|
1331
|
-
|
|
1150
|
+
/*
|
|
1151
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1152
|
+
* All rights reserved.
|
|
1153
|
+
*/
|
|
1332
1154
|
|
|
1333
1155
|
|
|
1334
1156
|
|
|
@@ -1337,8 +1159,6 @@ ShadowAnalysis.install = (Vue, opts) => {
|
|
|
1337
1159
|
Vue.component(ShadowAnalysis.name, ShadowAnalysis);
|
|
1338
1160
|
};
|
|
1339
1161
|
|
|
1340
|
-
|
|
1341
|
-
}();
|
|
1342
1162
|
/******/ return __webpack_exports__;
|
|
1343
1163
|
/******/ })()
|
|
1344
1164
|
;
|