@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.32
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 +226 -495
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +6953 -17145
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6525 -16962
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +6953 -17145
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +6953 -17145
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +165 -321
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +262 -695
- package/wireframesketch/index.js +49 -106
package/videoproject/index.js
CHANGED
|
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
|
|
|
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
20
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
/*
|
|
23
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
-
* All rights reserved.
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
30
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
31
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
31
|
};
|
|
33
|
-
|
|
34
32
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -43,31 +41,26 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
43
41
|
/* harmony export */ });
|
|
44
42
|
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
45
43
|
|
|
46
|
-
|
|
47
44
|
/*
|
|
48
45
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
49
46
|
* All rights reserved.
|
|
50
47
|
*/
|
|
51
48
|
//视频投放逻辑类
|
|
52
49
|
class VideoProjectViewModel {
|
|
53
|
-
//三维viewer对象
|
|
54
|
-
//视频投放存储参数对象
|
|
55
|
-
//视频投放对象
|
|
56
50
|
constructor(scenceView, options) {
|
|
57
51
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
58
|
-
|
|
52
|
+
//三维viewer对象
|
|
59
53
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
60
|
-
|
|
54
|
+
//视频投放存储参数对象
|
|
61
55
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_projectVideo", null);
|
|
62
|
-
|
|
56
|
+
//视频投放对象
|
|
63
57
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoElement", null);
|
|
64
|
-
|
|
65
58
|
this._options = Object.assign({}, options);
|
|
66
59
|
this._viewer = scenceView._viewer;
|
|
67
60
|
this._videoElement = this._createVideoElement();
|
|
68
|
-
}
|
|
69
|
-
|
|
61
|
+
}
|
|
70
62
|
|
|
63
|
+
// 创建视频标签
|
|
71
64
|
_createVideoElement() {
|
|
72
65
|
var videoElement = document.createElement('video');
|
|
73
66
|
videoElement.style.position = 'absolute';
|
|
@@ -81,9 +74,9 @@ class VideoProjectViewModel {
|
|
|
81
74
|
videoElement.muted = true;
|
|
82
75
|
document.body.appendChild(videoElement);
|
|
83
76
|
return videoElement;
|
|
84
|
-
}
|
|
85
|
-
|
|
77
|
+
}
|
|
86
78
|
|
|
79
|
+
// 投放
|
|
87
80
|
project() {
|
|
88
81
|
this.clear();
|
|
89
82
|
let position = Cesium.Cartesian3.clone(this._viewer.camera.positionWC);
|
|
@@ -101,7 +94,6 @@ class VideoProjectViewModel {
|
|
|
101
94
|
videoElement: this._videoElement
|
|
102
95
|
};
|
|
103
96
|
this._videoElement.src = this._options.videoPath;
|
|
104
|
-
|
|
105
97
|
if (this._options.projectType == 1) {
|
|
106
98
|
options.outline = this._options.showHideLine;
|
|
107
99
|
this._projectVideo = new Cesium.K3dProjectVideoPlane(options);
|
|
@@ -109,11 +101,10 @@ class VideoProjectViewModel {
|
|
|
109
101
|
options.showHelperPrimitive = this._options.showHideLine;
|
|
110
102
|
this._projectVideo = new Cesium.Kq3dProjectVideo(options);
|
|
111
103
|
}
|
|
112
|
-
|
|
113
104
|
this._viewer.scene.primitives.add(this._projectVideo);
|
|
114
|
-
}
|
|
115
|
-
|
|
105
|
+
}
|
|
116
106
|
|
|
107
|
+
// 获取投放坐标
|
|
117
108
|
getProjectCoordinate() {
|
|
118
109
|
if (this._projectVideo) {
|
|
119
110
|
let cartographic = Cesium.Cartographic.fromCartesian(this._projectVideo.position);
|
|
@@ -123,18 +114,18 @@ class VideoProjectViewModel {
|
|
|
123
114
|
height: cartographic.height
|
|
124
115
|
};
|
|
125
116
|
}
|
|
126
|
-
}
|
|
127
|
-
|
|
117
|
+
}
|
|
128
118
|
|
|
119
|
+
// 获取HeadingPitchRoll
|
|
129
120
|
getHeadingPitchRoll() {
|
|
130
121
|
return {
|
|
131
122
|
heading: Math.round(Cesium.Math.toDegrees(this._options.heading)),
|
|
132
123
|
pitch: Math.round(Cesium.Math.toDegrees(this._options.pitch)),
|
|
133
124
|
roll: Math.round(Cesium.Math.toDegrees(this._options.roll))
|
|
134
125
|
};
|
|
135
|
-
}
|
|
136
|
-
|
|
126
|
+
}
|
|
137
127
|
|
|
128
|
+
//飞入
|
|
138
129
|
flyTo() {
|
|
139
130
|
if (this._projectVideo) {
|
|
140
131
|
this._viewer.camera.flyTo({
|
|
@@ -146,77 +137,76 @@ class VideoProjectViewModel {
|
|
|
146
137
|
}
|
|
147
138
|
});
|
|
148
139
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
140
|
+
}
|
|
151
141
|
|
|
142
|
+
//清除全部
|
|
152
143
|
clear() {
|
|
153
144
|
this._projectVideo && this._projectVideo.destroy();
|
|
154
145
|
this._projectVideo = null;
|
|
155
|
-
}
|
|
156
|
-
|
|
146
|
+
}
|
|
157
147
|
|
|
148
|
+
//销毁
|
|
158
149
|
destroy() {
|
|
159
150
|
this.clear();
|
|
160
151
|
this._videoElement && document.body.removeChild(this._videoElement);
|
|
161
152
|
this._videoElement = null;
|
|
162
|
-
}
|
|
163
|
-
|
|
153
|
+
}
|
|
164
154
|
|
|
155
|
+
// 设置坐标
|
|
165
156
|
setPosition(longitude, latitude, height) {
|
|
166
157
|
let position = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
167
158
|
this._projectVideo.position = position;
|
|
168
|
-
}
|
|
169
|
-
|
|
159
|
+
}
|
|
170
160
|
|
|
161
|
+
// 设置视频路径
|
|
171
162
|
setVideoPath(val) {
|
|
172
163
|
this._options.videoPath = val;
|
|
173
|
-
}
|
|
174
|
-
|
|
164
|
+
}
|
|
175
165
|
|
|
166
|
+
// 设置投放类型, 1:平面上, 2: 模型上
|
|
176
167
|
setProjectType(val) {
|
|
177
168
|
this._options.projectType = Number(val);
|
|
178
|
-
}
|
|
179
|
-
|
|
169
|
+
}
|
|
180
170
|
|
|
171
|
+
// 设置视场角度
|
|
181
172
|
setFov(val) {
|
|
182
173
|
this._options.fov = Number(val);
|
|
183
174
|
if (this._projectVideo) this._projectVideo.fov = Cesium.Math.toRadians(this._options.fov);
|
|
184
|
-
}
|
|
185
|
-
|
|
175
|
+
}
|
|
186
176
|
|
|
177
|
+
// 设置纵横比
|
|
187
178
|
setAspectRatio(val) {
|
|
188
179
|
this._options.aspectRatio = Number(val);
|
|
189
180
|
if (this._projectVideo) this._projectVideo.aspectRatio = this._options.aspectRatio;
|
|
190
|
-
}
|
|
191
|
-
|
|
181
|
+
}
|
|
192
182
|
|
|
183
|
+
// 设置投放距离
|
|
193
184
|
setFar(val) {
|
|
194
185
|
this._options.far = Number(val);
|
|
195
186
|
if (this._projectVideo) this._projectVideo.far = this._options.far;
|
|
196
|
-
}
|
|
197
|
-
|
|
187
|
+
}
|
|
198
188
|
|
|
189
|
+
// 设置朝向角
|
|
199
190
|
setHeading(val) {
|
|
200
191
|
this._options.heading = Number(val);
|
|
201
192
|
if (this._projectVideo) this._projectVideo.heading = Cesium.Math.toRadians(this._options.heading);
|
|
202
|
-
}
|
|
203
|
-
|
|
193
|
+
}
|
|
204
194
|
|
|
195
|
+
// 设置俯仰角
|
|
205
196
|
setPitch(val) {
|
|
206
197
|
this._options.pitch = Number(val);
|
|
207
198
|
if (this._projectVideo) this._projectVideo.pitch = Cesium.Math.toRadians(this._options.pitch);
|
|
208
|
-
}
|
|
209
|
-
|
|
199
|
+
}
|
|
210
200
|
|
|
201
|
+
// 设置翻转角
|
|
211
202
|
setRoll(val) {
|
|
212
203
|
this._options.roll = Number(val);
|
|
213
204
|
if (this._projectVideo) this._projectVideo.roll = Cesium.Math.toRadians(this._options.roll);
|
|
214
|
-
}
|
|
215
|
-
|
|
205
|
+
}
|
|
216
206
|
|
|
207
|
+
// 显隐线框
|
|
217
208
|
showHideLine(val) {
|
|
218
209
|
this._options.showHideLine = val;
|
|
219
|
-
|
|
220
210
|
if (this._projectVideo) {
|
|
221
211
|
if (this._options.projectType == 1) {
|
|
222
212
|
this._projectVideo.outline = val;
|
|
@@ -225,7 +215,6 @@ class VideoProjectViewModel {
|
|
|
225
215
|
}
|
|
226
216
|
}
|
|
227
217
|
}
|
|
228
|
-
|
|
229
218
|
}
|
|
230
219
|
|
|
231
220
|
/***/ }),
|
|
@@ -237,6 +226,27 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
237
226
|
|
|
238
227
|
/***/ }),
|
|
239
228
|
|
|
229
|
+
/***/ 4360:
|
|
230
|
+
/***/ (function(module) {
|
|
231
|
+
|
|
232
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
233
|
+
|
|
234
|
+
/***/ }),
|
|
235
|
+
|
|
236
|
+
/***/ 8824:
|
|
237
|
+
/***/ (function(module) {
|
|
238
|
+
|
|
239
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
240
|
+
|
|
241
|
+
/***/ }),
|
|
242
|
+
|
|
243
|
+
/***/ 2936:
|
|
244
|
+
/***/ (function(module) {
|
|
245
|
+
|
|
246
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
247
|
+
|
|
248
|
+
/***/ }),
|
|
249
|
+
|
|
240
250
|
/***/ 9389:
|
|
241
251
|
/***/ (function(module) {
|
|
242
252
|
|
|
@@ -296,7 +306,6 @@ function _defineProperty(obj, key, value) {
|
|
|
296
306
|
} else {
|
|
297
307
|
obj[key] = value;
|
|
298
308
|
}
|
|
299
|
-
|
|
300
309
|
return obj;
|
|
301
310
|
}
|
|
302
311
|
|
|
@@ -382,6 +391,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
382
391
|
"default": function() { return /* reexport */ VideoProject; }
|
|
383
392
|
});
|
|
384
393
|
|
|
394
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
395
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
396
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
397
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
398
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
399
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
385
400
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
386
401
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
387
402
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -398,6 +413,9 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
398
413
|
var message = __webpack_require__(1349);
|
|
399
414
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
400
415
|
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
401
419
|
const _hoisted_1 = {
|
|
402
420
|
class: "kq3d-video-project-box"
|
|
403
421
|
};
|
|
@@ -431,7 +449,6 @@ const __default__ = {
|
|
|
431
449
|
type: Boolean,
|
|
432
450
|
default: true
|
|
433
451
|
},
|
|
434
|
-
|
|
435
452
|
/**
|
|
436
453
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
437
454
|
*/
|
|
@@ -461,7 +478,6 @@ const __default__ = {
|
|
|
461
478
|
default: true
|
|
462
479
|
}
|
|
463
480
|
},
|
|
464
|
-
|
|
465
481
|
setup(__props, {
|
|
466
482
|
expose: __expose
|
|
467
483
|
}) {
|
|
@@ -469,7 +485,9 @@ const __default__ = {
|
|
|
469
485
|
const {
|
|
470
486
|
proxy
|
|
471
487
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
472
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
488
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
489
|
+
|
|
490
|
+
// 获取组件传参
|
|
473
491
|
|
|
474
492
|
const lonlatOffset = 0.000010;
|
|
475
493
|
const heightOffset = 10.0;
|
|
@@ -494,18 +512,22 @@ const __default__ = {
|
|
|
494
512
|
aspectRatio: props.settingParams && props.settingParams.aspectRatio || 1.6,
|
|
495
513
|
far: props.settingParams && props.settingParams.far || 50,
|
|
496
514
|
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || true
|
|
497
|
-
});
|
|
498
|
-
|
|
499
|
-
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 显示朝向角俯仰角翻转角
|
|
515
|
+
});
|
|
500
516
|
|
|
517
|
+
// 显示坐标
|
|
518
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
519
|
+
// 显示朝向角俯仰角翻转角
|
|
501
520
|
let showHpr = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
502
|
-
let viewModel = null;
|
|
521
|
+
let viewModel = null;
|
|
503
522
|
|
|
504
|
-
|
|
523
|
+
// 组件容器Ref
|
|
524
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
505
525
|
|
|
526
|
+
// 生成组件默认header
|
|
506
527
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
507
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
528
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
508
529
|
|
|
530
|
+
// 国际化
|
|
509
531
|
let {
|
|
510
532
|
locale,
|
|
511
533
|
messages
|
|
@@ -526,8 +548,9 @@ const __default__ = {
|
|
|
526
548
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
527
549
|
watchCreateHeaderTemp();
|
|
528
550
|
});
|
|
529
|
-
});
|
|
551
|
+
});
|
|
530
552
|
|
|
553
|
+
//父组 件ScenceView初始化完成后执行
|
|
531
554
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
532
555
|
if (scenceView) {
|
|
533
556
|
let options = {
|
|
@@ -542,74 +565,63 @@ const __default__ = {
|
|
|
542
565
|
}
|
|
543
566
|
});
|
|
544
567
|
});
|
|
568
|
+
|
|
545
569
|
/**
|
|
546
570
|
* @description 监听header生成
|
|
547
571
|
*/
|
|
548
|
-
|
|
549
572
|
const watchCreateHeaderTemp = () => {
|
|
550
573
|
if (props.showHeaderTemp) {
|
|
551
574
|
// 生成headerTemp
|
|
552
575
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
553
576
|
}
|
|
554
577
|
};
|
|
555
|
-
|
|
556
578
|
function selectVideo(file) {
|
|
557
579
|
formItem.videoPath = file.name;
|
|
558
580
|
let url = URL.createObjectURL(file.raw);
|
|
559
581
|
viewModel.setVideoPath(url);
|
|
560
|
-
}
|
|
561
|
-
|
|
582
|
+
}
|
|
562
583
|
|
|
584
|
+
// 参数改变
|
|
563
585
|
function paramsChanged(key) {
|
|
564
586
|
switch (key) {
|
|
565
587
|
case "videoPath":
|
|
566
588
|
viewModel.setVideoPath(formItem.videoPath);
|
|
567
589
|
break;
|
|
568
|
-
|
|
569
590
|
case "projectType":
|
|
570
591
|
viewModel.setProjectType(formItem.projectType);
|
|
571
592
|
break;
|
|
572
|
-
|
|
573
593
|
case "fov":
|
|
574
594
|
viewModel.setFov(formItem.fov);
|
|
575
595
|
break;
|
|
576
|
-
|
|
577
596
|
case "aspectRatio":
|
|
578
597
|
viewModel.setAspectRatio(formItem.aspectRatio);
|
|
579
598
|
break;
|
|
580
|
-
|
|
581
599
|
case "far":
|
|
582
600
|
viewModel.setFar(formItem.far);
|
|
583
601
|
break;
|
|
584
|
-
|
|
585
602
|
case "heading":
|
|
586
603
|
viewModel.setHeading(formItem.heading);
|
|
587
604
|
break;
|
|
588
|
-
|
|
589
605
|
case "pitch":
|
|
590
606
|
viewModel.setPitch(formItem.pitch);
|
|
591
607
|
break;
|
|
592
|
-
|
|
593
608
|
case "roll":
|
|
594
609
|
viewModel.setRoll(formItem.roll);
|
|
595
610
|
break;
|
|
596
|
-
|
|
597
611
|
case "showHideLine":
|
|
598
612
|
viewModel.showHideLine(formItem.showHideLine);
|
|
599
613
|
break;
|
|
600
|
-
|
|
601
614
|
case "longitude":
|
|
602
615
|
case "latitude":
|
|
603
616
|
case "height":
|
|
604
617
|
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
605
618
|
break;
|
|
606
|
-
|
|
607
619
|
default:
|
|
608
620
|
break;
|
|
609
621
|
}
|
|
610
|
-
}
|
|
611
|
-
|
|
622
|
+
}
|
|
612
623
|
|
|
624
|
+
// 投放
|
|
613
625
|
function project() {
|
|
614
626
|
if (formItem.videoPath === "") {
|
|
615
627
|
(0,message/* default */.Z)({
|
|
@@ -623,12 +635,11 @@ const __default__ = {
|
|
|
623
635
|
serHpr();
|
|
624
636
|
}
|
|
625
637
|
}
|
|
626
|
-
}
|
|
627
|
-
|
|
638
|
+
}
|
|
628
639
|
|
|
640
|
+
// 设置坐标
|
|
629
641
|
function setCoordinate() {
|
|
630
642
|
let coordinate = viewModel.getProjectCoordinate();
|
|
631
|
-
|
|
632
643
|
if (coordinate) {
|
|
633
644
|
formItem.longitude = Number(coordinate.longitude.toFixed(6));
|
|
634
645
|
formItem.minLongitude = Number((formItem.longitude - lonlatOffset).toFixed(6));
|
|
@@ -641,75 +652,57 @@ const __default__ = {
|
|
|
641
652
|
formItem.maxHeight = formItem.height + heightOffset;
|
|
642
653
|
showCoordinate.value = true;
|
|
643
654
|
}
|
|
644
|
-
}
|
|
645
|
-
|
|
655
|
+
}
|
|
646
656
|
|
|
657
|
+
// 设置朝向角俯仰角翻转角
|
|
647
658
|
function serHpr() {
|
|
648
659
|
let hpr = viewModel.getHeadingPitchRoll();
|
|
649
|
-
|
|
650
660
|
if (hpr) {
|
|
651
661
|
formItem.heading = hpr.heading;
|
|
652
662
|
formItem.pitch = hpr.pitch;
|
|
653
663
|
formItem.roll = hpr.roll;
|
|
654
664
|
showHpr.value = true;
|
|
655
665
|
}
|
|
656
|
-
}
|
|
657
|
-
|
|
666
|
+
}
|
|
658
667
|
|
|
668
|
+
// 飞入
|
|
659
669
|
function flyTo() {
|
|
660
670
|
viewModel && viewModel.flyTo();
|
|
661
|
-
}
|
|
662
|
-
|
|
671
|
+
}
|
|
663
672
|
|
|
673
|
+
// 清除
|
|
664
674
|
function clearResult() {
|
|
665
675
|
showCoordinate.value = false;
|
|
666
676
|
showHpr.value = false;
|
|
667
677
|
viewModel && viewModel.clear();
|
|
668
|
-
}
|
|
669
|
-
|
|
678
|
+
}
|
|
670
679
|
|
|
680
|
+
// 销毁
|
|
671
681
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
672
682
|
viewModel && viewModel.destroy();
|
|
673
683
|
});
|
|
674
|
-
|
|
675
684
|
__expose({
|
|
676
685
|
paramsChanged,
|
|
677
686
|
project,
|
|
678
687
|
flyTo,
|
|
679
688
|
clearResult
|
|
680
689
|
});
|
|
681
|
-
|
|
682
690
|
return (_ctx, _cache) => {
|
|
683
691
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
684
|
-
|
|
685
692
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
686
|
-
|
|
687
693
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
688
|
-
|
|
689
694
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
690
|
-
|
|
691
695
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
692
|
-
|
|
693
696
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
694
|
-
|
|
695
697
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
696
|
-
|
|
697
698
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
698
|
-
|
|
699
699
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
700
|
-
|
|
701
700
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
702
|
-
|
|
703
701
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
704
|
-
|
|
705
702
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
706
|
-
|
|
707
703
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
708
|
-
|
|
709
704
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
710
|
-
|
|
711
705
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
712
|
-
|
|
713
706
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
714
707
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-project", {
|
|
715
708
|
'kq-box-shadow': __props.showShadow
|
|
@@ -720,9 +713,7 @@ const __default__ = {
|
|
|
720
713
|
key: 0,
|
|
721
714
|
ref_key: "headerTempRef",
|
|
722
715
|
ref: headerTempRef
|
|
723
|
-
}, null, 512
|
|
724
|
-
/* NEED_PATCH */
|
|
725
|
-
)) : (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, {
|
|
716
|
+
}, 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, {
|
|
726
717
|
gutter: 20,
|
|
727
718
|
class: "rowClass"
|
|
728
719
|
}, {
|
|
@@ -730,12 +721,8 @@ const __default__ = {
|
|
|
730
721
|
span: 6,
|
|
731
722
|
class: "colClass"
|
|
732
723
|
}, {
|
|
733
|
-
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).videoPath), 1
|
|
734
|
-
/*
|
|
735
|
-
)]),
|
|
736
|
-
_: 1
|
|
737
|
-
/* STABLE */
|
|
738
|
-
|
|
724
|
+
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).videoPath), 1 /* TEXT */)]),
|
|
725
|
+
_: 1 /* STABLE */
|
|
739
726
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
740
727
|
span: 18
|
|
741
728
|
}, {
|
|
@@ -756,31 +743,17 @@ const __default__ = {
|
|
|
756
743
|
size: 16
|
|
757
744
|
}, {
|
|
758
745
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconFolder2))]),
|
|
759
|
-
_: 1
|
|
760
|
-
/* STABLE */
|
|
761
|
-
|
|
746
|
+
_: 1 /* STABLE */
|
|
762
747
|
})]),
|
|
763
|
-
_: 1
|
|
764
|
-
/* STABLE */
|
|
765
|
-
|
|
748
|
+
_: 1 /* STABLE */
|
|
766
749
|
})]),
|
|
767
|
-
_: 1
|
|
768
|
-
/* STABLE */
|
|
769
|
-
|
|
750
|
+
_: 1 /* STABLE */
|
|
770
751
|
})]),
|
|
771
|
-
_: 1
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
}, 8
|
|
775
|
-
/* PROPS */
|
|
776
|
-
, ["modelValue", "placeholder"])]),
|
|
777
|
-
_: 1
|
|
778
|
-
/* STABLE */
|
|
779
|
-
|
|
752
|
+
_: 1 /* STABLE */
|
|
753
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
754
|
+
_: 1 /* STABLE */
|
|
780
755
|
})]),
|
|
781
|
-
_: 1
|
|
782
|
-
/* STABLE */
|
|
783
|
-
|
|
756
|
+
_: 1 /* STABLE */
|
|
784
757
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
785
758
|
gutter: 20,
|
|
786
759
|
class: "rowClass"
|
|
@@ -789,12 +762,8 @@ const __default__ = {
|
|
|
789
762
|
span: 6,
|
|
790
763
|
class: "colClass"
|
|
791
764
|
}, {
|
|
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_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).projectTo), 1
|
|
793
|
-
/*
|
|
794
|
-
)]),
|
|
795
|
-
_: 1
|
|
796
|
-
/* STABLE */
|
|
797
|
-
|
|
765
|
+
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).projectTo), 1 /* TEXT */)]),
|
|
766
|
+
_: 1 /* STABLE */
|
|
798
767
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
799
768
|
span: 18
|
|
800
769
|
}, {
|
|
@@ -806,45 +775,25 @@ const __default__ = {
|
|
|
806
775
|
label: 1,
|
|
807
776
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('projectType'))
|
|
808
777
|
}, {
|
|
809
|
-
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).onPlane), 1
|
|
810
|
-
/*
|
|
811
|
-
)]),
|
|
812
|
-
_: 1
|
|
813
|
-
/* STABLE */
|
|
814
|
-
|
|
778
|
+
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).onPlane), 1 /* TEXT */)]),
|
|
779
|
+
_: 1 /* STABLE */
|
|
815
780
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
816
781
|
label: 2,
|
|
817
782
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('projectType'))
|
|
818
783
|
}, {
|
|
819
|
-
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).onModel), 1
|
|
820
|
-
/*
|
|
821
|
-
)]),
|
|
822
|
-
_: 1
|
|
823
|
-
/* STABLE */
|
|
824
|
-
|
|
784
|
+
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).onModel), 1 /* TEXT */)]),
|
|
785
|
+
_: 1 /* STABLE */
|
|
825
786
|
})]),
|
|
826
|
-
_: 1
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
}, 8
|
|
830
|
-
/* PROPS */
|
|
831
|
-
, ["modelValue"])]),
|
|
832
|
-
_: 1
|
|
833
|
-
/* STABLE */
|
|
834
|
-
|
|
787
|
+
_: 1 /* STABLE */
|
|
788
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
789
|
+
_: 1 /* STABLE */
|
|
835
790
|
})]),
|
|
836
|
-
_: 1
|
|
837
|
-
/* STABLE */
|
|
838
|
-
|
|
791
|
+
_: 1 /* STABLE */
|
|
839
792
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
840
793
|
class: "kq3d-video-project-tip"
|
|
841
794
|
}, {
|
|
842
|
-
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).videoProjectTips), 1
|
|
843
|
-
/*
|
|
844
|
-
)]),
|
|
845
|
-
_: 1
|
|
846
|
-
/* STABLE */
|
|
847
|
-
|
|
795
|
+
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).videoProjectTips), 1 /* TEXT */)]),
|
|
796
|
+
_: 1 /* STABLE */
|
|
848
797
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
849
798
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
850
799
|
class: "kq3d-video-project-collapse"
|
|
@@ -876,12 +825,8 @@ const __default__ = {
|
|
|
876
825
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
877
826
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
878
827
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
|
|
879
|
-
}, null, 8
|
|
880
|
-
/*
|
|
881
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
882
|
-
_: 1
|
|
883
|
-
/* STABLE */
|
|
884
|
-
|
|
828
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
829
|
+
_: 1 /* STABLE */
|
|
885
830
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
886
831
|
span: 8,
|
|
887
832
|
style: {
|
|
@@ -889,29 +834,15 @@ const __default__ = {
|
|
|
889
834
|
"padding-left": "8px"
|
|
890
835
|
}
|
|
891
836
|
}, {
|
|
892
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1
|
|
893
|
-
/*
|
|
894
|
-
)]),
|
|
895
|
-
_: 1
|
|
896
|
-
/* STABLE */
|
|
897
|
-
|
|
837
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1 /* TEXT */)]),
|
|
838
|
+
_: 1 /* STABLE */
|
|
898
839
|
})]),
|
|
899
|
-
_: 1
|
|
900
|
-
/* STABLE */
|
|
901
|
-
|
|
840
|
+
_: 1 /* STABLE */
|
|
902
841
|
})]),
|
|
903
|
-
_: 1
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
/* PROPS */
|
|
908
|
-
, ["label"])]),
|
|
909
|
-
_: 1
|
|
910
|
-
/* STABLE */
|
|
911
|
-
|
|
912
|
-
}, 512
|
|
913
|
-
/* NEED_PATCH */
|
|
914
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
842
|
+
_: 1 /* STABLE */
|
|
843
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
844
|
+
_: 1 /* STABLE */
|
|
845
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
915
846
|
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, {
|
|
916
847
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
917
848
|
}, {
|
|
@@ -930,12 +861,8 @@ const __default__ = {
|
|
|
930
861
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
931
862
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
932
863
|
onChange: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
|
|
933
|
-
}, null, 8
|
|
934
|
-
/*
|
|
935
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
936
|
-
_: 1
|
|
937
|
-
/* STABLE */
|
|
938
|
-
|
|
864
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
865
|
+
_: 1 /* STABLE */
|
|
939
866
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
940
867
|
span: 8,
|
|
941
868
|
style: {
|
|
@@ -943,29 +870,15 @@ const __default__ = {
|
|
|
943
870
|
"padding-left": "8px"
|
|
944
871
|
}
|
|
945
872
|
}, {
|
|
946
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1
|
|
947
|
-
/*
|
|
948
|
-
)]),
|
|
949
|
-
_: 1
|
|
950
|
-
/* STABLE */
|
|
951
|
-
|
|
873
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1 /* TEXT */)]),
|
|
874
|
+
_: 1 /* STABLE */
|
|
952
875
|
})]),
|
|
953
|
-
_: 1
|
|
954
|
-
/* STABLE */
|
|
955
|
-
|
|
876
|
+
_: 1 /* STABLE */
|
|
956
877
|
})]),
|
|
957
|
-
_: 1
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
/* PROPS */
|
|
962
|
-
, ["label"])]),
|
|
963
|
-
_: 1
|
|
964
|
-
/* STABLE */
|
|
965
|
-
|
|
966
|
-
}, 512
|
|
967
|
-
/* NEED_PATCH */
|
|
968
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
878
|
+
_: 1 /* STABLE */
|
|
879
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
880
|
+
_: 1 /* STABLE */
|
|
881
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
969
882
|
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, {
|
|
970
883
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
971
884
|
}, {
|
|
@@ -984,12 +897,8 @@ const __default__ = {
|
|
|
984
897
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
985
898
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
986
899
|
onChange: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
|
|
987
|
-
}, null, 8
|
|
988
|
-
/*
|
|
989
|
-
, ["modelValue", "step", "min", "max"])]),
|
|
990
|
-
_: 1
|
|
991
|
-
/* STABLE */
|
|
992
|
-
|
|
900
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
901
|
+
_: 1 /* STABLE */
|
|
993
902
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
994
903
|
span: 8,
|
|
995
904
|
style: {
|
|
@@ -997,29 +906,15 @@ const __default__ = {
|
|
|
997
906
|
"padding-left": "8px"
|
|
998
907
|
}
|
|
999
908
|
}, {
|
|
1000
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1
|
|
1001
|
-
/*
|
|
1002
|
-
)]),
|
|
1003
|
-
_: 1
|
|
1004
|
-
/* STABLE */
|
|
1005
|
-
|
|
909
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1 /* TEXT */)]),
|
|
910
|
+
_: 1 /* STABLE */
|
|
1006
911
|
})]),
|
|
1007
|
-
_: 1
|
|
1008
|
-
/* STABLE */
|
|
1009
|
-
|
|
912
|
+
_: 1 /* STABLE */
|
|
1010
913
|
})]),
|
|
1011
|
-
_: 1
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
/* PROPS */
|
|
1016
|
-
, ["label"])]),
|
|
1017
|
-
_: 1
|
|
1018
|
-
/* STABLE */
|
|
1019
|
-
|
|
1020
|
-
}, 512
|
|
1021
|
-
/* NEED_PATCH */
|
|
1022
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
914
|
+
_: 1 /* STABLE */
|
|
915
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
916
|
+
_: 1 /* STABLE */
|
|
917
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1023
918
|
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, {
|
|
1024
919
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
1025
920
|
}, {
|
|
@@ -1038,12 +933,8 @@ const __default__ = {
|
|
|
1038
933
|
min: 10,
|
|
1039
934
|
max: 120,
|
|
1040
935
|
onChange: _cache[12] || (_cache[12] = $event => paramsChanged('fov'))
|
|
1041
|
-
}, null, 8
|
|
1042
|
-
/*
|
|
1043
|
-
, ["modelValue"])]),
|
|
1044
|
-
_: 1
|
|
1045
|
-
/* STABLE */
|
|
1046
|
-
|
|
936
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
937
|
+
_: 1 /* STABLE */
|
|
1047
938
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1048
939
|
span: 8
|
|
1049
940
|
}, {
|
|
@@ -1055,26 +946,14 @@ const __default__ = {
|
|
|
1055
946
|
max: 120,
|
|
1056
947
|
"controls-position": "right",
|
|
1057
948
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('fov'))
|
|
1058
|
-
}, null, 8
|
|
1059
|
-
/*
|
|
1060
|
-
, ["modelValue"])]),
|
|
1061
|
-
_: 1
|
|
1062
|
-
/* STABLE */
|
|
1063
|
-
|
|
949
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
950
|
+
_: 1 /* STABLE */
|
|
1064
951
|
})]),
|
|
1065
|
-
_: 1
|
|
1066
|
-
/* STABLE */
|
|
1067
|
-
|
|
952
|
+
_: 1 /* STABLE */
|
|
1068
953
|
})]),
|
|
1069
|
-
_: 1
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
}, 8
|
|
1073
|
-
/* PROPS */
|
|
1074
|
-
, ["label"])]),
|
|
1075
|
-
_: 1
|
|
1076
|
-
/* STABLE */
|
|
1077
|
-
|
|
954
|
+
_: 1 /* STABLE */
|
|
955
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
956
|
+
_: 1 /* STABLE */
|
|
1078
957
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1079
958
|
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, {
|
|
1080
959
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectRatio
|
|
@@ -1094,12 +973,8 @@ const __default__ = {
|
|
|
1094
973
|
min: 0.5,
|
|
1095
974
|
max: 2,
|
|
1096
975
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
|
|
1097
|
-
}, null, 8
|
|
1098
|
-
/*
|
|
1099
|
-
, ["modelValue", "step", "min"])]),
|
|
1100
|
-
_: 1
|
|
1101
|
-
/* STABLE */
|
|
1102
|
-
|
|
976
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
977
|
+
_: 1 /* STABLE */
|
|
1103
978
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1104
979
|
span: 8
|
|
1105
980
|
}, {
|
|
@@ -1111,26 +986,14 @@ const __default__ = {
|
|
|
1111
986
|
max: 2,
|
|
1112
987
|
"controls-position": "right",
|
|
1113
988
|
onChange: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
|
|
1114
|
-
}, null, 8
|
|
1115
|
-
/*
|
|
1116
|
-
, ["modelValue", "step", "min"])]),
|
|
1117
|
-
_: 1
|
|
1118
|
-
/* STABLE */
|
|
1119
|
-
|
|
989
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
990
|
+
_: 1 /* STABLE */
|
|
1120
991
|
})]),
|
|
1121
|
-
_: 1
|
|
1122
|
-
/* STABLE */
|
|
1123
|
-
|
|
992
|
+
_: 1 /* STABLE */
|
|
1124
993
|
})]),
|
|
1125
|
-
_: 1
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
}, 8
|
|
1129
|
-
/* PROPS */
|
|
1130
|
-
, ["label"])]),
|
|
1131
|
-
_: 1
|
|
1132
|
-
/* STABLE */
|
|
1133
|
-
|
|
994
|
+
_: 1 /* STABLE */
|
|
995
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
996
|
+
_: 1 /* STABLE */
|
|
1134
997
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1135
998
|
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, {
|
|
1136
999
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
@@ -1150,12 +1013,8 @@ const __default__ = {
|
|
|
1150
1013
|
min: 10,
|
|
1151
1014
|
max: 200,
|
|
1152
1015
|
onChange: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
|
|
1153
|
-
}, null, 8
|
|
1154
|
-
/*
|
|
1155
|
-
, ["modelValue", "step"])]),
|
|
1156
|
-
_: 1
|
|
1157
|
-
/* STABLE */
|
|
1158
|
-
|
|
1016
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1017
|
+
_: 1 /* STABLE */
|
|
1159
1018
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1160
1019
|
span: 8
|
|
1161
1020
|
}, {
|
|
@@ -1167,26 +1026,14 @@ const __default__ = {
|
|
|
1167
1026
|
max: 200,
|
|
1168
1027
|
"controls-position": "right",
|
|
1169
1028
|
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
|
|
1170
|
-
}, null, 8
|
|
1171
|
-
/*
|
|
1172
|
-
, ["modelValue", "step"])]),
|
|
1173
|
-
_: 1
|
|
1174
|
-
/* STABLE */
|
|
1175
|
-
|
|
1029
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1030
|
+
_: 1 /* STABLE */
|
|
1176
1031
|
})]),
|
|
1177
|
-
_: 1
|
|
1178
|
-
/* STABLE */
|
|
1179
|
-
|
|
1032
|
+
_: 1 /* STABLE */
|
|
1180
1033
|
})]),
|
|
1181
|
-
_: 1
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
}, 8
|
|
1185
|
-
/* PROPS */
|
|
1186
|
-
, ["label"])]),
|
|
1187
|
-
_: 1
|
|
1188
|
-
/* STABLE */
|
|
1189
|
-
|
|
1034
|
+
_: 1 /* STABLE */
|
|
1035
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1036
|
+
_: 1 /* STABLE */
|
|
1190
1037
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1191
1038
|
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, {
|
|
1192
1039
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
@@ -1206,12 +1053,8 @@ const __default__ = {
|
|
|
1206
1053
|
min: 0,
|
|
1207
1054
|
max: 360,
|
|
1208
1055
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('heading'))
|
|
1209
|
-
}, null, 8
|
|
1210
|
-
/*
|
|
1211
|
-
, ["modelValue"])]),
|
|
1212
|
-
_: 1
|
|
1213
|
-
/* STABLE */
|
|
1214
|
-
|
|
1056
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1057
|
+
_: 1 /* STABLE */
|
|
1215
1058
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1216
1059
|
span: 8
|
|
1217
1060
|
}, {
|
|
@@ -1223,29 +1066,15 @@ const __default__ = {
|
|
|
1223
1066
|
max: 360,
|
|
1224
1067
|
"controls-position": "right",
|
|
1225
1068
|
onChange: _cache[26] || (_cache[26] = $event => paramsChanged('heading'))
|
|
1226
|
-
}, null, 8
|
|
1227
|
-
/*
|
|
1228
|
-
, ["modelValue"])]),
|
|
1229
|
-
_: 1
|
|
1230
|
-
/* STABLE */
|
|
1231
|
-
|
|
1069
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1070
|
+
_: 1 /* STABLE */
|
|
1232
1071
|
})]),
|
|
1233
|
-
_: 1
|
|
1234
|
-
/* STABLE */
|
|
1235
|
-
|
|
1072
|
+
_: 1 /* STABLE */
|
|
1236
1073
|
})]),
|
|
1237
|
-
_: 1
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
/* PROPS */
|
|
1242
|
-
, ["label"])]),
|
|
1243
|
-
_: 1
|
|
1244
|
-
/* STABLE */
|
|
1245
|
-
|
|
1246
|
-
}, 512
|
|
1247
|
-
/* NEED_PATCH */
|
|
1248
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1074
|
+
_: 1 /* STABLE */
|
|
1075
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1076
|
+
_: 1 /* STABLE */
|
|
1077
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1249
1078
|
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, {
|
|
1250
1079
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1251
1080
|
}, {
|
|
@@ -1264,12 +1093,8 @@ const __default__ = {
|
|
|
1264
1093
|
min: -90,
|
|
1265
1094
|
max: 90,
|
|
1266
1095
|
onChange: _cache[28] || (_cache[28] = $event => paramsChanged('pitch'))
|
|
1267
|
-
}, null, 8
|
|
1268
|
-
/*
|
|
1269
|
-
, ["modelValue"])]),
|
|
1270
|
-
_: 1
|
|
1271
|
-
/* STABLE */
|
|
1272
|
-
|
|
1096
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1097
|
+
_: 1 /* STABLE */
|
|
1273
1098
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1274
1099
|
span: 8
|
|
1275
1100
|
}, {
|
|
@@ -1281,29 +1106,15 @@ const __default__ = {
|
|
|
1281
1106
|
max: 90,
|
|
1282
1107
|
"controls-position": "right",
|
|
1283
1108
|
onChange: _cache[30] || (_cache[30] = $event => paramsChanged('pitch'))
|
|
1284
|
-
}, null, 8
|
|
1285
|
-
/*
|
|
1286
|
-
, ["modelValue"])]),
|
|
1287
|
-
_: 1
|
|
1288
|
-
/* STABLE */
|
|
1289
|
-
|
|
1109
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1110
|
+
_: 1 /* STABLE */
|
|
1290
1111
|
})]),
|
|
1291
|
-
_: 1
|
|
1292
|
-
/* STABLE */
|
|
1293
|
-
|
|
1112
|
+
_: 1 /* STABLE */
|
|
1294
1113
|
})]),
|
|
1295
|
-
_: 1
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
/* PROPS */
|
|
1300
|
-
, ["label"])]),
|
|
1301
|
-
_: 1
|
|
1302
|
-
/* STABLE */
|
|
1303
|
-
|
|
1304
|
-
}, 512
|
|
1305
|
-
/* NEED_PATCH */
|
|
1306
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1114
|
+
_: 1 /* STABLE */
|
|
1115
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1116
|
+
_: 1 /* STABLE */
|
|
1117
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1307
1118
|
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, {
|
|
1308
1119
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1309
1120
|
}, {
|
|
@@ -1322,12 +1133,8 @@ const __default__ = {
|
|
|
1322
1133
|
min: 0,
|
|
1323
1134
|
max: 360,
|
|
1324
1135
|
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('roll'))
|
|
1325
|
-
}, null, 8
|
|
1326
|
-
/*
|
|
1327
|
-
, ["modelValue"])]),
|
|
1328
|
-
_: 1
|
|
1329
|
-
/* STABLE */
|
|
1330
|
-
|
|
1136
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1137
|
+
_: 1 /* STABLE */
|
|
1331
1138
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1332
1139
|
span: 8
|
|
1333
1140
|
}, {
|
|
@@ -1339,29 +1146,15 @@ const __default__ = {
|
|
|
1339
1146
|
max: 360,
|
|
1340
1147
|
"controls-position": "right",
|
|
1341
1148
|
onChange: _cache[34] || (_cache[34] = $event => paramsChanged('roll'))
|
|
1342
|
-
}, null, 8
|
|
1343
|
-
/*
|
|
1344
|
-
, ["modelValue"])]),
|
|
1345
|
-
_: 1
|
|
1346
|
-
/* STABLE */
|
|
1347
|
-
|
|
1149
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1150
|
+
_: 1 /* STABLE */
|
|
1348
1151
|
})]),
|
|
1349
|
-
_: 1
|
|
1350
|
-
/* STABLE */
|
|
1351
|
-
|
|
1152
|
+
_: 1 /* STABLE */
|
|
1352
1153
|
})]),
|
|
1353
|
-
_: 1
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
/* PROPS */
|
|
1358
|
-
, ["label"])]),
|
|
1359
|
-
_: 1
|
|
1360
|
-
/* STABLE */
|
|
1361
|
-
|
|
1362
|
-
}, 512
|
|
1363
|
-
/* NEED_PATCH */
|
|
1364
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1154
|
+
_: 1 /* STABLE */
|
|
1155
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1156
|
+
_: 1 /* STABLE */
|
|
1157
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1365
1158
|
style: {
|
|
1366
1159
|
"margin-bottom": "8px"
|
|
1367
1160
|
}
|
|
@@ -1384,86 +1177,43 @@ const __default__ = {
|
|
|
1384
1177
|
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1385
1178
|
"controls-position": "left",
|
|
1386
1179
|
onChange: _cache[36] || (_cache[36] = $event => paramsChanged('showHideLine'))
|
|
1387
|
-
}, null, 8
|
|
1388
|
-
/*
|
|
1389
|
-
, ["modelValue"])]),
|
|
1390
|
-
_: 1
|
|
1391
|
-
/* STABLE */
|
|
1392
|
-
|
|
1180
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1181
|
+
_: 1 /* STABLE */
|
|
1393
1182
|
})]),
|
|
1394
|
-
_: 1
|
|
1395
|
-
/* STABLE */
|
|
1396
|
-
|
|
1183
|
+
_: 1 /* STABLE */
|
|
1397
1184
|
})]),
|
|
1398
|
-
_: 1
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
}, 8
|
|
1402
|
-
/* PROPS */
|
|
1403
|
-
, ["label"])]),
|
|
1404
|
-
_: 1
|
|
1405
|
-
/* STABLE */
|
|
1406
|
-
|
|
1185
|
+
_: 1 /* STABLE */
|
|
1186
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1187
|
+
_: 1 /* STABLE */
|
|
1407
1188
|
})]),
|
|
1408
|
-
_: 1
|
|
1409
|
-
/* STABLE */
|
|
1410
|
-
|
|
1189
|
+
_: 1 /* STABLE */
|
|
1411
1190
|
})]),
|
|
1412
|
-
_: 1
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
/* PROPS */
|
|
1417
|
-
, ["title"])]),
|
|
1418
|
-
_: 1
|
|
1419
|
-
/* STABLE */
|
|
1420
|
-
|
|
1421
|
-
}, 8
|
|
1422
|
-
/* PROPS */
|
|
1423
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1191
|
+
_: 1 /* STABLE */
|
|
1192
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1193
|
+
_: 1 /* STABLE */
|
|
1194
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1424
1195
|
onClick: _cache[37] || (_cache[37] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => project(), ["stop"])),
|
|
1425
1196
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).project,
|
|
1426
1197
|
type: "primary"
|
|
1427
1198
|
}, {
|
|
1428
|
-
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).project), 1
|
|
1429
|
-
/*
|
|
1430
|
-
|
|
1431
|
-
_: 1
|
|
1432
|
-
/* STABLE */
|
|
1433
|
-
|
|
1434
|
-
}, 8
|
|
1435
|
-
/* PROPS */
|
|
1436
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1199
|
+
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).project), 1 /* TEXT */)]),
|
|
1200
|
+
_: 1 /* STABLE */
|
|
1201
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1437
1202
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1438
1203
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1439
1204
|
type: "primary"
|
|
1440
1205
|
}, {
|
|
1441
|
-
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).flyTo), 1
|
|
1442
|
-
/*
|
|
1443
|
-
|
|
1444
|
-
_: 1
|
|
1445
|
-
/* STABLE */
|
|
1446
|
-
|
|
1447
|
-
}, 8
|
|
1448
|
-
/* PROPS */
|
|
1449
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1206
|
+
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).flyTo), 1 /* TEXT */)]),
|
|
1207
|
+
_: 1 /* STABLE */
|
|
1208
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1450
1209
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1451
1210
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1452
1211
|
}, {
|
|
1453
|
-
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).clear), 1
|
|
1454
|
-
/*
|
|
1455
|
-
|
|
1456
|
-
_: 1
|
|
1457
|
-
/* STABLE */
|
|
1458
|
-
|
|
1459
|
-
}, 8
|
|
1460
|
-
/* PROPS */
|
|
1461
|
-
, ["title"])])])], 2
|
|
1462
|
-
/* CLASS */
|
|
1463
|
-
);
|
|
1212
|
+
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).clear), 1 /* TEXT */)]),
|
|
1213
|
+
_: 1 /* STABLE */
|
|
1214
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1464
1215
|
};
|
|
1465
1216
|
}
|
|
1466
|
-
|
|
1467
1217
|
}));
|
|
1468
1218
|
;// CONCATENATED MODULE: ./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
1469
1219
|
|
|
@@ -1485,13 +1235,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1485
1235
|
|
|
1486
1236
|
|
|
1487
1237
|
|
|
1488
|
-
|
|
1489
1238
|
VideoProject.install = (Vue, opts) => {
|
|
1490
1239
|
init_js_default()(Vue, opts);
|
|
1491
1240
|
Vue.component(VideoProject.name, VideoProject);
|
|
1492
1241
|
};
|
|
1493
1242
|
|
|
1494
|
-
|
|
1495
1243
|
}();
|
|
1496
1244
|
/******/ return __webpack_exports__;
|
|
1497
1245
|
/******/ })()
|