@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
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,45 @@ 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
|
-
|
|
260
|
+
(0,defineProperty/* default */.A)(this, "_language", {});
|
|
261
|
+
this._language = scenceView._language;
|
|
216
262
|
this._globaOptions.viewer = scenceView._viewer;
|
|
217
263
|
this._globaOptions.viewModel = {
|
|
218
264
|
viewer: this._globaOptions.viewer,
|
|
@@ -242,16 +288,14 @@ class ShadowAnalysisViewModel {
|
|
|
242
288
|
var that = this;
|
|
243
289
|
this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
244
290
|
if (shape) {
|
|
245
|
-
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
246
|
-
|
|
291
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
292
|
+
// 实例化分析对象
|
|
247
293
|
that.setKq3dShadowAnalyse();
|
|
248
|
-
|
|
249
294
|
that._globaOptions._drawManager.clear();
|
|
250
295
|
}
|
|
251
296
|
});
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
297
|
+
}
|
|
298
|
+
// 处理绘制坐标,转成二维坐标
|
|
255
299
|
coordinateTransform(points) {
|
|
256
300
|
let cutPoints = points.map(function (point) {
|
|
257
301
|
let cartesPh = Cesium.Cartographic.fromCartesian(point);
|
|
@@ -265,132 +309,113 @@ class ShadowAnalysisViewModel {
|
|
|
265
309
|
return map;
|
|
266
310
|
});
|
|
267
311
|
return cutPoints;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
|
|
312
|
+
}
|
|
313
|
+
// 开始分析
|
|
271
314
|
start() {
|
|
272
315
|
// 判断是否添加了模型
|
|
273
316
|
var flag = false;
|
|
274
317
|
var models = this._globaOptions.viewer.scene.primitives._primitives;
|
|
275
|
-
|
|
276
318
|
for (let i = 0; i < models.length; i++) {
|
|
277
319
|
if (models[i]._url) {
|
|
278
320
|
flag = true;
|
|
279
321
|
}
|
|
280
322
|
}
|
|
281
|
-
|
|
282
323
|
if (flag) {
|
|
283
324
|
if (this._globaOptions._drawManager) this._globaOptions._drawManager.startDraw("polygon", {
|
|
284
325
|
clampToGround: true
|
|
285
326
|
});
|
|
286
327
|
} else {
|
|
287
|
-
(0,message/* default */.
|
|
288
|
-
message: "
|
|
328
|
+
(0,message/* default */.A)({
|
|
329
|
+
message: this._language["addModelAnalysisTips"],
|
|
289
330
|
type: "warning"
|
|
290
331
|
});
|
|
291
332
|
}
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
|
|
333
|
+
}
|
|
334
|
+
// 阴影分析
|
|
295
335
|
setKq3dShadowAnalyse() {
|
|
296
|
-
this._shadowAnalysis = new window.Cesium.Kq3dShadowAnalyse(this._globaOptions.viewModel);
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
336
|
+
this._shadowAnalysis = new window.Cesium.Kq3dShadowAnalyse(this._globaOptions.viewModel);
|
|
337
|
+
//this._globaOptions.viewer.scene.primitives.add(this._shadowAnalysis);
|
|
338
|
+
}
|
|
339
|
+
// 分析日期
|
|
300
340
|
setCurrentDate(newValue) {
|
|
301
341
|
this._globaOptions.viewModel.currentDate = new Date(newValue);
|
|
302
342
|
if (this._shadowAnalysis) this._shadowAnalysis.currentDate = new Date(newValue);
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
|
|
343
|
+
}
|
|
344
|
+
//设置时间
|
|
306
345
|
setTime(newValue) {
|
|
307
346
|
if (newValue && newValue.length && newValue.length > 1) {
|
|
308
347
|
if (this._globaOptions.viewModel.startTime == newValue[0] && this._globaOptions.viewModel.endTime == newValue[1]) return;
|
|
309
348
|
this._globaOptions.viewModel.startTime = newValue[0];
|
|
310
349
|
this._globaOptions.viewModel.endTime = newValue[1];
|
|
311
|
-
|
|
312
350
|
if (this._shadowAnalysis) {
|
|
313
351
|
this._shadowAnalysis.startTime = Number(this._globaOptions.viewModel.startTime);
|
|
314
352
|
this._shadowAnalysis.endTime = Number(this._globaOptions.viewModel.endTime);
|
|
315
353
|
}
|
|
316
354
|
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
|
|
355
|
+
}
|
|
356
|
+
// 开始时刻
|
|
320
357
|
setStartTime(newValue) {
|
|
321
358
|
if (this._globaOptions.viewModel.startTime == newValue) return;
|
|
322
359
|
this._globaOptions.viewModel.startTime = newValue;
|
|
323
360
|
if (this._shadowAnalysis) this._shadowAnalysis.startTime = Number(newValue);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
361
|
+
}
|
|
362
|
+
// 结束时刻
|
|
327
363
|
setEndTime(newValue) {
|
|
328
364
|
if (this._globaOptions.viewModel.endTime == newValue) return;
|
|
329
365
|
this._globaOptions.viewModel.endTime = newValue;
|
|
330
366
|
if (this._shadowAnalysis) this._shadowAnalysis.endTime = Number(newValue);
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
367
|
+
}
|
|
368
|
+
// 分析间隔
|
|
334
369
|
setTimeSpacing(newValue) {
|
|
335
370
|
if (this._globaOptions.viewModel.timeSpacing == newValue) return;
|
|
336
371
|
this._globaOptions.viewModel.timeSpacing = newValue;
|
|
337
372
|
if (this._shadowAnalysis) this._shadowAnalysis.timeSpacing = Number(newValue);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
|
|
373
|
+
}
|
|
374
|
+
// 基底高度
|
|
341
375
|
setBaseHeight(newValue) {
|
|
342
376
|
if (this._globaOptions.viewModel.baseHeight == newValue) return;
|
|
343
377
|
this._globaOptions.viewModel.baseHeight = newValue;
|
|
344
378
|
if (this._shadowAnalysis) this._shadowAnalysis.baseHeight = Number(newValue);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
|
|
379
|
+
}
|
|
380
|
+
// 拉伸高度
|
|
348
381
|
setExtrudeHeight(newValue) {
|
|
349
382
|
if (this._globaOptions.viewModel.extrudeHeight == newValue) return;
|
|
350
383
|
this._globaOptions.viewModel.extrudeHeight = newValue;
|
|
351
384
|
if (this._shadowAnalysis) this._shadowAnalysis.extrudeHeight = Number(newValue);
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
|
|
385
|
+
}
|
|
386
|
+
// 是否显示体素
|
|
355
387
|
setShowVoxel(checked) {
|
|
356
388
|
if (this._shadowAnalysis) this._shadowAnalysis.voxel.show = checked;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
|
|
389
|
+
}
|
|
390
|
+
// 体素大小
|
|
360
391
|
setRadius(newValue) {
|
|
361
392
|
if (this._globaOptions.viewModel.width == newValue) return;
|
|
362
393
|
this._globaOptions.viewModel.width = newValue;
|
|
363
|
-
|
|
364
394
|
if (this._shadowAnalysis) {
|
|
365
395
|
this.clear();
|
|
366
396
|
this.setKq3dShadowAnalyse();
|
|
367
397
|
}
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
|
|
398
|
+
}
|
|
399
|
+
// 体素间距
|
|
371
400
|
setSpacing(newValue) {
|
|
372
401
|
if (this._globaOptions.viewModel.spacing == newValue) return;
|
|
373
402
|
this._globaOptions.viewModel.spacing = newValue;
|
|
374
|
-
|
|
375
403
|
if (this._shadowAnalysis) {
|
|
376
404
|
this.clear();
|
|
377
405
|
this.setKq3dShadowAnalyse();
|
|
378
406
|
}
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
|
|
407
|
+
}
|
|
408
|
+
// 阴影率过滤
|
|
382
409
|
setFilterValue(newValue) {
|
|
383
410
|
this._globaOptions.viewModel.filterValue = newValue;
|
|
384
411
|
if (this._shadowAnalysis) this._shadowAnalysis.filterValue = Number(newValue);
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
412
|
+
}
|
|
413
|
+
// 透明缩放
|
|
388
414
|
setAlphaScale(newValue) {
|
|
389
415
|
this._globaOptions.viewModel.alphaScale = newValue;
|
|
390
416
|
if (this._shadowAnalysis) this._shadowAnalysis.alphaScale = Number(newValue);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
|
|
417
|
+
}
|
|
418
|
+
//日照效果
|
|
394
419
|
sunshineEffect() {
|
|
395
420
|
let timeNumber = new Date(this._globaOptions.viewModel.currentDate.toLocaleDateString()).getTime();
|
|
396
421
|
let startTimeNumber = timeNumber + this._globaOptions.viewModel.startTime * 3600 * 1000;
|
|
@@ -404,41 +429,36 @@ class ShadowAnalysisViewModel {
|
|
|
404
429
|
clock.multiplier = 7200;
|
|
405
430
|
clock.clockRange = Cesium.ClockRange.CLAMPED;
|
|
406
431
|
clock.shouldAnimate = true;
|
|
407
|
-
}
|
|
408
|
-
|
|
432
|
+
}
|
|
409
433
|
|
|
434
|
+
// 清除全部结果
|
|
410
435
|
clear() {
|
|
411
436
|
this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
|
|
412
|
-
|
|
413
437
|
if (this._shadowAnalysis) {
|
|
414
438
|
this._globaOptions.viewer.scene.primitives.remove(this._shadowAnalysis);
|
|
415
|
-
|
|
416
439
|
this._shadowAnalysis = null;
|
|
417
440
|
}
|
|
418
|
-
|
|
419
441
|
this._globaOptions.viewModel.showCurrent = false;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
|
|
442
|
+
}
|
|
443
|
+
// 销毁
|
|
423
444
|
destroy() {
|
|
424
445
|
this.clear();
|
|
425
446
|
this._globaOptions.viewer.shadows = false;
|
|
426
447
|
this._globaOptions.viewer.shouldAnimate = false;
|
|
427
|
-
this._globaOptions.viewer.scene.globe.enableLighting = false;
|
|
428
|
-
|
|
448
|
+
this._globaOptions.viewer.scene.globe.enableLighting = false;
|
|
449
|
+
//移除监听事件
|
|
429
450
|
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
430
451
|
this._globaOptions._drawFinishedEventListener = null;
|
|
431
452
|
}
|
|
432
|
-
|
|
433
453
|
}
|
|
434
454
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
435
|
-
var const_image_ = __webpack_require__(
|
|
455
|
+
var const_image_ = __webpack_require__(4822);
|
|
436
456
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
437
|
-
var client_icons_vue_ = __webpack_require__(
|
|
457
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
438
458
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
439
|
-
var util_ = __webpack_require__(
|
|
459
|
+
var util_ = __webpack_require__(2975);
|
|
440
460
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
441
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
461
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
442
462
|
;// 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
463
|
|
|
444
464
|
const _hoisted_1 = {
|
|
@@ -450,18 +470,8 @@ const _hoisted_2 = {
|
|
|
450
470
|
const _hoisted_3 = {
|
|
451
471
|
class: "kq3d-shadow-analysis-span"
|
|
452
472
|
};
|
|
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 = {
|
|
473
|
+
const _hoisted_4 = ["src"];
|
|
474
|
+
const _hoisted_5 = {
|
|
465
475
|
class: "kq3d-shadow-analysis-footer"
|
|
466
476
|
};
|
|
467
477
|
|
|
@@ -474,7 +484,7 @@ const _hoisted_7 = {
|
|
|
474
484
|
const __default__ = {
|
|
475
485
|
name: "Kq3dShadowAnalysis"
|
|
476
486
|
};
|
|
477
|
-
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (
|
|
487
|
+
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
478
488
|
props: {
|
|
479
489
|
// 设置参数
|
|
480
490
|
settingParams: {
|
|
@@ -485,7 +495,6 @@ const __default__ = {
|
|
|
485
495
|
type: Boolean,
|
|
486
496
|
default: true
|
|
487
497
|
},
|
|
488
|
-
|
|
489
498
|
/**
|
|
490
499
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
491
500
|
*/
|
|
@@ -515,22 +524,20 @@ const __default__ = {
|
|
|
515
524
|
default: true
|
|
516
525
|
}
|
|
517
526
|
},
|
|
518
|
-
|
|
519
527
|
setup(__props, {
|
|
520
528
|
expose: __expose
|
|
521
529
|
}) {
|
|
522
|
-
const props = __props;
|
|
523
530
|
const {
|
|
524
531
|
proxy
|
|
525
532
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
526
533
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
527
534
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
528
535
|
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]);
|
|
536
|
+
let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]);
|
|
530
537
|
|
|
538
|
+
//计算属性
|
|
531
539
|
const timeMarks = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
532
540
|
let marks = {};
|
|
533
|
-
|
|
534
541
|
for (let i = 0; i <= 24; i++) {
|
|
535
542
|
if (i % 6 === 0) {
|
|
536
543
|
// 几个特殊的,显示数字
|
|
@@ -551,11 +558,12 @@ const __default__ = {
|
|
|
551
558
|
};
|
|
552
559
|
}
|
|
553
560
|
}
|
|
554
|
-
|
|
555
561
|
return marks;
|
|
556
|
-
});
|
|
557
|
-
// 分析类
|
|
562
|
+
});
|
|
558
563
|
|
|
564
|
+
// 获取组件传参
|
|
565
|
+
const props = __props;
|
|
566
|
+
// 分析类
|
|
559
567
|
let viewModel = null;
|
|
560
568
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
561
569
|
showVoxel: props.settingParams && props.settingParams.showBuilding !== undefined || true,
|
|
@@ -602,14 +610,16 @@ const __default__ = {
|
|
|
602
610
|
minAlphaScale: props.settingParams && props.settingParams.alphaScale || 1,
|
|
603
611
|
// 透明缩放范围最小值
|
|
604
612
|
maxAlphaScale: props.settingParams && props.settingParams.alphaScale || 1 // 透明缩放范围最大值
|
|
613
|
+
});
|
|
605
614
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
615
|
+
// 组件容器Ref
|
|
616
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
609
617
|
|
|
618
|
+
// 生成组件默认header
|
|
610
619
|
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)();
|
|
620
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
612
621
|
|
|
622
|
+
// 国际化
|
|
613
623
|
let {
|
|
614
624
|
locale,
|
|
615
625
|
messages
|
|
@@ -653,50 +663,44 @@ const __default__ = {
|
|
|
653
663
|
filterValue: formItem.filterValue,
|
|
654
664
|
// 阴影率过滤
|
|
655
665
|
alphaScale: formItem.alphaScale // 透明缩放
|
|
656
|
-
|
|
657
666
|
});
|
|
658
667
|
}
|
|
659
668
|
});
|
|
660
669
|
});
|
|
670
|
+
|
|
661
671
|
/**
|
|
662
672
|
* @description 监听header生成
|
|
663
673
|
*/
|
|
664
|
-
|
|
665
674
|
const watchCreateHeaderTemp = () => {
|
|
666
675
|
if (props.showHeaderTemp) {
|
|
667
676
|
// 生成headerTemp
|
|
668
677
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
669
678
|
}
|
|
670
|
-
};
|
|
671
|
-
|
|
679
|
+
};
|
|
672
680
|
|
|
681
|
+
// 获取当前日期
|
|
673
682
|
function GetDateStr() {
|
|
674
683
|
var dd = new Date();
|
|
675
684
|
var y = dd.getFullYear();
|
|
676
685
|
var m = dd.getMonth() + 1; //获取当前月份的日期
|
|
677
|
-
|
|
678
686
|
var d = dd.getDate();
|
|
679
687
|
console.log(y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d));
|
|
680
688
|
return y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
|
|
689
|
+
}
|
|
690
|
+
// 日期改变
|
|
684
691
|
function changeDate(val) {
|
|
685
692
|
console.log(formItem.currentDate);
|
|
686
693
|
if (viewModel.setCurrentDate) viewModel.setCurrentDate(formItem.currentDate);
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
694
|
+
}
|
|
695
|
+
// 改变时刻
|
|
696
|
+
function changeTime(val) {}
|
|
697
|
+
// 参数改变
|
|
693
698
|
function paramsChanged(key) {
|
|
694
699
|
switch (key) {
|
|
695
700
|
case "currentDate":
|
|
696
701
|
// 改变日期
|
|
697
702
|
if (viewModel.setCurrentDate) viewModel.setCurrentDate(formItem.currentDate);
|
|
698
703
|
break;
|
|
699
|
-
|
|
700
704
|
case "time":
|
|
701
705
|
// 改变时刻
|
|
702
706
|
if (!time.value || !time.value.length) return;
|
|
@@ -704,92 +708,70 @@ const __default__ = {
|
|
|
704
708
|
formItem.endTime = time.value[1];
|
|
705
709
|
if (viewModel.setTime) viewModel.setTime(time.value);
|
|
706
710
|
break;
|
|
707
|
-
|
|
708
711
|
case "extrudeHeight":
|
|
709
712
|
// 改变拉伸高度
|
|
710
713
|
if (viewModel.setExtrudeHeight) viewModel.setExtrudeHeight(formItem.extrudeHeight);
|
|
711
714
|
break;
|
|
712
|
-
|
|
713
715
|
case "baseHeight":
|
|
714
716
|
// 改变基地高度
|
|
715
717
|
if (viewModel.setBaseHeight) viewModel.setBaseHeight(formItem.baseHeight);
|
|
716
718
|
break;
|
|
717
|
-
|
|
718
719
|
case "width":
|
|
719
720
|
// 改变体素大小
|
|
720
721
|
if (viewModel.setRadius) viewModel.setRadius(formItem.width);
|
|
721
722
|
break;
|
|
722
|
-
|
|
723
723
|
case "spacing":
|
|
724
724
|
// 改变体素间距
|
|
725
725
|
if (viewModel.setSpacing) viewModel.setSpacing(formItem.spacing);
|
|
726
726
|
break;
|
|
727
|
-
|
|
728
727
|
case "filterValue":
|
|
729
728
|
// 改变阴影率过滤
|
|
730
729
|
if (viewModel.setFilterValue) viewModel.setFilterValue(formItem.filterValue);
|
|
731
730
|
break;
|
|
732
|
-
|
|
733
731
|
case "alphaScale":
|
|
734
732
|
// 改变透明缩放
|
|
735
733
|
if (viewModel.setAlphaScale) viewModel.setAlphaScale(formItem.alphaScale);
|
|
736
734
|
break;
|
|
737
|
-
|
|
738
735
|
default:
|
|
739
736
|
break;
|
|
740
737
|
}
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
738
|
+
}
|
|
739
|
+
// 开始分析
|
|
744
740
|
function startAnalysis() {
|
|
745
741
|
// this.clearResult();
|
|
746
742
|
viewModel && viewModel.clear();
|
|
747
743
|
viewModel && viewModel.start();
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
|
|
744
|
+
}
|
|
745
|
+
// 日照效果
|
|
751
746
|
function playTime() {
|
|
752
747
|
viewModel && viewModel.sunshineEffect();
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
|
|
748
|
+
}
|
|
749
|
+
//清除结果
|
|
756
750
|
function clearResult() {
|
|
757
751
|
viewModel && viewModel.clear();
|
|
758
|
-
}
|
|
759
|
-
|
|
752
|
+
}
|
|
760
753
|
|
|
754
|
+
// 销毁
|
|
761
755
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
762
756
|
viewModel && viewModel.destroy();
|
|
763
757
|
});
|
|
764
|
-
|
|
765
758
|
__expose({
|
|
766
759
|
paramsChanged,
|
|
767
760
|
startAnalysis,
|
|
768
761
|
playTime,
|
|
769
762
|
clearResult
|
|
770
763
|
});
|
|
771
|
-
|
|
772
764
|
return (_ctx, _cache) => {
|
|
773
765
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
774
|
-
|
|
775
766
|
const _component_kq_date_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-date-picker");
|
|
776
|
-
|
|
777
767
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
778
|
-
|
|
779
768
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
780
|
-
|
|
781
769
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
782
|
-
|
|
783
770
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
784
|
-
|
|
785
771
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
786
|
-
|
|
787
772
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
788
|
-
|
|
789
773
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
790
|
-
|
|
791
774
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
792
|
-
|
|
793
775
|
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
776
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-shadow-analysis", {
|
|
795
777
|
'kq-box-shadow': __props.showShadow
|
|
@@ -800,21 +782,15 @@ const __default__ = {
|
|
|
800
782
|
key: 0,
|
|
801
783
|
ref_key: "headerTempRef",
|
|
802
784
|
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, {
|
|
785
|
+
}, 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
786
|
class: "kq3d-shadow-analysis-datetime"
|
|
807
787
|
}, {
|
|
808
788
|
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
789
|
span: 4,
|
|
810
790
|
class: "colDate"
|
|
811
791
|
}, {
|
|
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
|
-
|
|
792
|
+
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 */)]),
|
|
793
|
+
_: 1 /* STABLE */
|
|
818
794
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
819
795
|
span: 20
|
|
820
796
|
}, {
|
|
@@ -826,16 +802,10 @@ const __default__ = {
|
|
|
826
802
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('currentDate')),
|
|
827
803
|
clearable: false,
|
|
828
804
|
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
|
-
|
|
805
|
+
}, null, 8 /* PROPS */, ["modelValue", "format"])]),
|
|
806
|
+
_: 1 /* STABLE */
|
|
835
807
|
})]),
|
|
836
|
-
_: 1
|
|
837
|
-
/* STABLE */
|
|
838
|
-
|
|
808
|
+
_: 1 /* STABLE */
|
|
839
809
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
840
810
|
class: "kq3d-shadow-analysis-datetime"
|
|
841
811
|
}, {
|
|
@@ -843,12 +813,8 @@ const __default__ = {
|
|
|
843
813
|
span: 4,
|
|
844
814
|
class: "colTime"
|
|
845
815
|
}, {
|
|
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
|
-
|
|
816
|
+
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 */)]),
|
|
817
|
+
_: 1 /* STABLE */
|
|
852
818
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
853
819
|
span: 20
|
|
854
820
|
}, {
|
|
@@ -863,25 +829,15 @@ const __default__ = {
|
|
|
863
829
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('time')),
|
|
864
830
|
onClick: _cache[4] || (_cache[4] = $event => paramsChanged('time')),
|
|
865
831
|
marks: timeMarks.value
|
|
866
|
-
}, null, 8
|
|
867
|
-
/*
|
|
868
|
-
, ["modelValue", "marks"])]),
|
|
869
|
-
_: 1
|
|
870
|
-
/* STABLE */
|
|
871
|
-
|
|
832
|
+
}, null, 8 /* PROPS */, ["modelValue", "marks"])]),
|
|
833
|
+
_: 1 /* STABLE */
|
|
872
834
|
})]),
|
|
873
|
-
_: 1
|
|
874
|
-
/* STABLE */
|
|
875
|
-
|
|
835
|
+
_: 1 /* STABLE */
|
|
876
836
|
}), (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
837
|
class: "kq3d-shadow-analysis-tip"
|
|
878
838
|
}, {
|
|
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
|
-
|
|
839
|
+
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 */)]),
|
|
840
|
+
_: 1 /* STABLE */
|
|
885
841
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
886
842
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
887
843
|
}, {
|
|
@@ -913,12 +869,8 @@ const __default__ = {
|
|
|
913
869
|
step: 10,
|
|
914
870
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtrudeHeight,
|
|
915
871
|
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
|
-
|
|
872
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
873
|
+
_: 1 /* STABLE */
|
|
922
874
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
923
875
|
span: 8
|
|
924
876
|
}, {
|
|
@@ -930,26 +882,14 @@ const __default__ = {
|
|
|
930
882
|
step: 10,
|
|
931
883
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('extrudeHeight')),
|
|
932
884
|
"controls-position": "right"
|
|
933
|
-
}, null, 8
|
|
934
|
-
/*
|
|
935
|
-
, ["modelValue", "min", "max"])]),
|
|
936
|
-
_: 1
|
|
937
|
-
/* STABLE */
|
|
938
|
-
|
|
885
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
886
|
+
_: 1 /* STABLE */
|
|
939
887
|
})]),
|
|
940
|
-
_: 1
|
|
941
|
-
/* STABLE */
|
|
942
|
-
|
|
888
|
+
_: 1 /* STABLE */
|
|
943
889
|
})]),
|
|
944
|
-
_: 1
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
}, 8
|
|
948
|
-
/* PROPS */
|
|
949
|
-
, ["label"])]),
|
|
950
|
-
_: 1
|
|
951
|
-
/* STABLE */
|
|
952
|
-
|
|
890
|
+
_: 1 /* STABLE */
|
|
891
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
892
|
+
_: 1 /* STABLE */
|
|
953
893
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
954
894
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
955
895
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).baseHeight
|
|
@@ -970,12 +910,8 @@ const __default__ = {
|
|
|
970
910
|
step: 10,
|
|
971
911
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minBaseHeight,
|
|
972
912
|
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
|
-
|
|
913
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
914
|
+
_: 1 /* STABLE */
|
|
979
915
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
980
916
|
span: 8
|
|
981
917
|
}, {
|
|
@@ -987,26 +923,14 @@ const __default__ = {
|
|
|
987
923
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxBaseHeight,
|
|
988
924
|
step: 10,
|
|
989
925
|
"controls-position": "right"
|
|
990
|
-
}, null, 8
|
|
991
|
-
/*
|
|
992
|
-
, ["modelValue", "min", "max"])]),
|
|
993
|
-
_: 1
|
|
994
|
-
/* STABLE */
|
|
995
|
-
|
|
926
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
927
|
+
_: 1 /* STABLE */
|
|
996
928
|
})]),
|
|
997
|
-
_: 1
|
|
998
|
-
/* STABLE */
|
|
999
|
-
|
|
929
|
+
_: 1 /* STABLE */
|
|
1000
930
|
})]),
|
|
1001
|
-
_: 1
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}, 8
|
|
1005
|
-
/* PROPS */
|
|
1006
|
-
, ["label"])]),
|
|
1007
|
-
_: 1
|
|
1008
|
-
/* STABLE */
|
|
1009
|
-
|
|
931
|
+
_: 1 /* STABLE */
|
|
932
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
933
|
+
_: 1 /* STABLE */
|
|
1010
934
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1011
935
|
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
936
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).voxelSize
|
|
@@ -1027,12 +951,8 @@ const __default__ = {
|
|
|
1027
951
|
step: 1,
|
|
1028
952
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minWidth,
|
|
1029
953
|
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
|
-
|
|
954
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
955
|
+
_: 1 /* STABLE */
|
|
1036
956
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1037
957
|
span: 8
|
|
1038
958
|
}, {
|
|
@@ -1044,26 +964,14 @@ const __default__ = {
|
|
|
1044
964
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxWidth,
|
|
1045
965
|
step: 1,
|
|
1046
966
|
"controls-position": "right"
|
|
1047
|
-
}, null, 8
|
|
1048
|
-
/*
|
|
1049
|
-
, ["modelValue", "min", "max"])]),
|
|
1050
|
-
_: 1
|
|
1051
|
-
/* STABLE */
|
|
1052
|
-
|
|
967
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
968
|
+
_: 1 /* STABLE */
|
|
1053
969
|
})]),
|
|
1054
|
-
_: 1
|
|
1055
|
-
/* STABLE */
|
|
1056
|
-
|
|
970
|
+
_: 1 /* STABLE */
|
|
1057
971
|
})]),
|
|
1058
|
-
_: 1
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
}, 8
|
|
1062
|
-
/* PROPS */
|
|
1063
|
-
, ["label"])]),
|
|
1064
|
-
_: 1
|
|
1065
|
-
/* STABLE */
|
|
1066
|
-
|
|
972
|
+
_: 1 /* STABLE */
|
|
973
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
974
|
+
_: 1 /* STABLE */
|
|
1067
975
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1068
976
|
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
977
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).voxelSpacing
|
|
@@ -1084,12 +992,8 @@ const __default__ = {
|
|
|
1084
992
|
step: 0.1,
|
|
1085
993
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
|
|
1086
994
|
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
|
-
|
|
995
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
996
|
+
_: 1 /* STABLE */
|
|
1093
997
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1094
998
|
span: 8
|
|
1095
999
|
}, {
|
|
@@ -1101,26 +1005,14 @@ const __default__ = {
|
|
|
1101
1005
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
|
|
1102
1006
|
step: 0.1,
|
|
1103
1007
|
"controls-position": "right"
|
|
1104
|
-
}, null, 8
|
|
1105
|
-
/*
|
|
1106
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1107
|
-
_: 1
|
|
1108
|
-
/* STABLE */
|
|
1109
|
-
|
|
1008
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1009
|
+
_: 1 /* STABLE */
|
|
1110
1010
|
})]),
|
|
1111
|
-
_: 1
|
|
1112
|
-
/* STABLE */
|
|
1113
|
-
|
|
1011
|
+
_: 1 /* STABLE */
|
|
1114
1012
|
})]),
|
|
1115
|
-
_: 1
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
}, 8
|
|
1119
|
-
/* PROPS */
|
|
1120
|
-
, ["label"])]),
|
|
1121
|
-
_: 1
|
|
1122
|
-
/* STABLE */
|
|
1123
|
-
|
|
1013
|
+
_: 1 /* STABLE */
|
|
1014
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1015
|
+
_: 1 /* STABLE */
|
|
1124
1016
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1125
1017
|
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
1018
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).filterValue
|
|
@@ -1140,12 +1032,8 @@ const __default__ = {
|
|
|
1140
1032
|
step: 0.01,
|
|
1141
1033
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
|
|
1142
1034
|
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
|
-
|
|
1035
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1036
|
+
_: 1 /* STABLE */
|
|
1149
1037
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1150
1038
|
span: 8
|
|
1151
1039
|
}, {
|
|
@@ -1157,26 +1045,14 @@ const __default__ = {
|
|
|
1157
1045
|
step: 0.01,
|
|
1158
1046
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
1159
1047
|
"controls-position": "right"
|
|
1160
|
-
}, null, 8
|
|
1161
|
-
/*
|
|
1162
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1163
|
-
_: 1
|
|
1164
|
-
/* STABLE */
|
|
1165
|
-
|
|
1048
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1049
|
+
_: 1 /* STABLE */
|
|
1166
1050
|
})]),
|
|
1167
|
-
_: 1
|
|
1168
|
-
/* STABLE */
|
|
1169
|
-
|
|
1051
|
+
_: 1 /* STABLE */
|
|
1170
1052
|
})]),
|
|
1171
|
-
_: 1
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
}, 8
|
|
1175
|
-
/* PROPS */
|
|
1176
|
-
, ["label"])]),
|
|
1177
|
-
_: 1
|
|
1178
|
-
/* STABLE */
|
|
1179
|
-
|
|
1053
|
+
_: 1 /* STABLE */
|
|
1054
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1055
|
+
_: 1 /* STABLE */
|
|
1180
1056
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1181
1057
|
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
1058
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).alphaScale
|
|
@@ -1196,12 +1072,8 @@ const __default__ = {
|
|
|
1196
1072
|
step: 0.1,
|
|
1197
1073
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
|
|
1198
1074
|
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
|
-
|
|
1075
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1076
|
+
_: 1 /* STABLE */
|
|
1205
1077
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1206
1078
|
span: 8
|
|
1207
1079
|
}, {
|
|
@@ -1213,107 +1085,56 @@ const __default__ = {
|
|
|
1213
1085
|
step: 0.1,
|
|
1214
1086
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
1215
1087
|
"controls-position": "right"
|
|
1216
|
-
}, null, 8
|
|
1217
|
-
/*
|
|
1218
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1219
|
-
_: 1
|
|
1220
|
-
/* STABLE */
|
|
1221
|
-
|
|
1088
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1089
|
+
_: 1 /* STABLE */
|
|
1222
1090
|
})]),
|
|
1223
|
-
_: 1
|
|
1224
|
-
/* STABLE */
|
|
1225
|
-
|
|
1091
|
+
_: 1 /* STABLE */
|
|
1226
1092
|
})]),
|
|
1227
|
-
_: 1
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
}, 8
|
|
1231
|
-
/* PROPS */
|
|
1232
|
-
, ["label"])]),
|
|
1233
|
-
_: 1
|
|
1234
|
-
/* STABLE */
|
|
1235
|
-
|
|
1093
|
+
_: 1 /* STABLE */
|
|
1094
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1095
|
+
_: 1 /* STABLE */
|
|
1236
1096
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1237
1097
|
class: "kq3d-shadow-analysis-legend"
|
|
1238
1098
|
}, {
|
|
1239
1099
|
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
1100
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
1241
1101
|
}, {
|
|
1242
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1102
|
+
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
1103
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
1244
1104
|
alt: ""
|
|
1245
|
-
}, null, 8
|
|
1246
|
-
/*
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
/* STABLE */
|
|
1250
|
-
|
|
1251
|
-
}, 8
|
|
1252
|
-
/* PROPS */
|
|
1253
|
-
, ["label"])]),
|
|
1254
|
-
_: 1
|
|
1255
|
-
/* STABLE */
|
|
1256
|
-
|
|
1105
|
+
}, 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 */))]),
|
|
1106
|
+
_: 1 /* STABLE */
|
|
1107
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1108
|
+
_: 1 /* STABLE */
|
|
1257
1109
|
}), (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
|
-
|
|
1110
|
+
_: 1 /* STABLE */
|
|
1261
1111
|
})]),
|
|
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, {
|
|
1112
|
+
_: 1 /* STABLE */
|
|
1113
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1114
|
+
_: 1 /* STABLE */
|
|
1115
|
+
}, 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
1116
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
1275
1117
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1276
1118
|
type: "primary"
|
|
1277
1119
|
}, {
|
|
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, {
|
|
1120
|
+
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 */)]),
|
|
1121
|
+
_: 1 /* STABLE */
|
|
1122
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1287
1123
|
onClick: _cache[34] || (_cache[34] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => playTime(), ["stop"])),
|
|
1288
1124
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sunshine,
|
|
1289
1125
|
type: "primary"
|
|
1290
1126
|
}, {
|
|
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, {
|
|
1127
|
+
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 */)]),
|
|
1128
|
+
_: 1 /* STABLE */
|
|
1129
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1300
1130
|
onClick: _cache[35] || (_cache[35] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1301
1131
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1302
1132
|
}, {
|
|
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
|
-
);
|
|
1133
|
+
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 */)]),
|
|
1134
|
+
_: 1 /* STABLE */
|
|
1135
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1314
1136
|
};
|
|
1315
1137
|
}
|
|
1316
|
-
|
|
1317
1138
|
}));
|
|
1318
1139
|
;// CONCATENATED MODULE: ./src/webgl/shadowanalysis/ShadowAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
1319
1140
|
|
|
@@ -1325,10 +1146,13 @@ const __exports__ = ShadowAnalysisvue_type_script_setup_true_lang_js;
|
|
|
1325
1146
|
|
|
1326
1147
|
/* harmony default export */ var ShadowAnalysis = (__exports__);
|
|
1327
1148
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1328
|
-
var init_js_ = __webpack_require__(
|
|
1149
|
+
var init_js_ = __webpack_require__(455);
|
|
1329
1150
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1330
1151
|
;// CONCATENATED MODULE: ./src/webgl/shadowanalysis/index.js
|
|
1331
|
-
|
|
1152
|
+
/*
|
|
1153
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1154
|
+
* All rights reserved.
|
|
1155
|
+
*/
|
|
1332
1156
|
|
|
1333
1157
|
|
|
1334
1158
|
|
|
@@ -1337,8 +1161,6 @@ ShadowAnalysis.install = (Vue, opts) => {
|
|
|
1337
1161
|
Vue.component(ShadowAnalysis.name, ShadowAnalysis);
|
|
1338
1162
|
};
|
|
1339
1163
|
|
|
1340
|
-
|
|
1341
|
-
}();
|
|
1342
1164
|
/******/ return __webpack_exports__;
|
|
1343
1165
|
/******/ })()
|
|
1344
1166
|
;
|