@kq_npm/client3d_webgl_vue 4.3.1 → 4.3.3-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 +35 -4
- package/adddata/style/adddata.css +110 -1
- package/aspectanalysis/style/aspectanalysis.css +101 -1
- package/baseterraingallery/index.js +2 -2
- package/baseterraingallery/style/baseterraingallery.css +88 -1
- package/boxclip/index.js +10 -0
- package/boxclip/style/boxclip.css +97 -1
- package/clientPrint/index.js +5 -15
- package/clientPrint/style/clientPrint.css +461 -1
- package/comparemap/index.js +136 -145
- package/comparemap/style/comparemap.css +35 -1
- package/compass/index.js +2 -2
- package/excavatefillanalysis/style/excavatefillanalysis.css +140 -1
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +13 -3
- package/flight/style/flight.css +150 -1
- package/floodanalysis/style/floodanalysis.css +95 -1
- package/geologicalbodyanalysis/index.js +10 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +64 -1
- package/gpuspatialquery/index.js +10 -0
- package/gpuspatialquery/style/gpuspatialquery.css +88 -1
- package/hawkeye/index.js +2 -2
- package/index.js +214 -48
- package/isolineanalysis/style/isolineanalysis.css +113 -1
- package/light/index.js +170 -169
- package/light/style/light.css +104 -1
- package/limitheightanalysis/index.js +126 -125
- package/limitheightanalysis/style/limitheightanalysis.css +88 -1
- package/measure/index.js +174 -45
- package/measure/style/measure.css +84 -1
- package/modelFlat/index.js +10 -0
- package/modelFlat/style/modelFlat.css +66 -1
- package/modelexcavate/index.js +10 -0
- package/modelexcavate/style/modelexcavate.css +66 -1
- package/modelfilter/index.js +10 -0
- package/modelfilter/style/modelfilter.css +66 -1
- package/modelprofileanalysis/index.js +165 -164
- package/modelprofileanalysis/style/modelprofileanalysis.css +94 -1
- package/modelselect/index.js +10 -0
- package/modelselect/style/modelselect.css +28 -1
- package/package.json +1 -1
- package/particleeffect/index.js +10 -0
- package/particleeffect/style/particleeffect.css +94 -1
- package/planeclip/index.js +10 -0
- package/planeclip/style/planeclip.css +94 -1
- package/resetview/index.js +2 -2
- package/roller/index.js +171 -170
- package/roller/style/roller.css +59 -1
- package/scaneffect/index.js +10 -0
- package/scaneffect/style/scaneffect.css +101 -1
- package/sceneset/index.js +10 -1
- package/sceneset/style/sceneset.css +86 -1
- package/sceneview/index.js +481 -309
- package/sceneview/style/sceneview.css +127 -1
- package/screenshot/index.js +159 -158
- package/screenshot/style/screenshot.css +53 -1
- package/shadowanalysis/style/shadowanalysis.css +141 -1
- package/sightlineanalysis/index.js +7 -5
- package/sightlineanalysis/style/divpoint.css +22 -1
- package/sightlineanalysis/style/sightlineanalysis.css +85 -1
- package/skylineanalysis/style/skylineanalysis.css +100 -1
- package/slopeanalysis/style/slopeanalysis.css +101 -1
- package/statusbar/index.js +12 -3
- package/style.css +3817 -1
- package/terrainoperation/index.js +10 -0
- package/terrainoperation/style/terrainoperation.css +66 -1
- package/terrainprofileanalysis/index.js +10 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +83 -1
- package/underground/index.js +3 -3
- package/underground/style/underground.css +19 -1
- package/videofusion/index.js +35 -5
- package/videofusion/style/videofusion.css +104 -1
- package/videoproject/index.js +35 -5
- package/videoproject/style/videoproject.css +104 -1
- package/viewshedanalysis/style/viewshedanalysis.css +88 -1
- package/weathereffect/style/weathereffect.css +95 -1
- package/wireframesketch/index.js +10 -0
- package/wireframesketch/style/wireframesketch.css +12 -1
package/comparemap/index.js
CHANGED
|
@@ -12,142 +12,6 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/ 6938:
|
|
16
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
|
-
|
|
18
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
|
-
/* harmony export */ "Z": function() { return /* binding */ CompareMapViewModel; }
|
|
20
|
-
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
22
|
-
|
|
23
|
-
//多窗口逻辑类
|
|
24
|
-
class CompareMapViewModel {
|
|
25
|
-
// 三维视图对象
|
|
26
|
-
//三维viewer对象
|
|
27
|
-
constructor(scenceView, options = {}) {
|
|
28
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scenceView", null);
|
|
29
|
-
|
|
30
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
31
|
-
|
|
32
|
-
this._scenceView = scenceView;
|
|
33
|
-
this._viewer = scenceView._viewer;
|
|
34
|
-
|
|
35
|
-
if (options.splitLineColor) {
|
|
36
|
-
this._viewer.scene.splitLineColor = Cesium.Color.fromCssColorString(options.splitLineColor);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
if (options.splitLineWidth) {
|
|
40
|
-
this._viewer.scene.splitLineWidth = options.splitLineWidth;
|
|
41
|
-
}
|
|
42
|
-
} //切换窗口模式
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
changeMode(mode, selectAll) {
|
|
46
|
-
let viewMode = Cesium.SplitViewMode.NONE;
|
|
47
|
-
|
|
48
|
-
switch (mode) {
|
|
49
|
-
case 1:
|
|
50
|
-
viewMode = Cesium.SplitViewMode.NONE;
|
|
51
|
-
break;
|
|
52
|
-
|
|
53
|
-
case 2:
|
|
54
|
-
viewMode = Cesium.SplitViewMode.HORIZONTAL;
|
|
55
|
-
break;
|
|
56
|
-
// case 3:
|
|
57
|
-
// viewMode = Cesium.SplitViewMode.HORIZONTAL_TRIPLE;
|
|
58
|
-
// break;
|
|
59
|
-
|
|
60
|
-
case 4:
|
|
61
|
-
viewMode = Cesium.SplitViewMode.QUAD;
|
|
62
|
-
break;
|
|
63
|
-
// case 5:
|
|
64
|
-
// viewMode = [
|
|
65
|
-
// { index: 0, left: 0, top: 0, width: 1, height: 1 },
|
|
66
|
-
// { index: 1, left: 0.78, top: 0.06, width: 0.2, height: 0.2 }
|
|
67
|
-
// ];
|
|
68
|
-
// break;
|
|
69
|
-
|
|
70
|
-
default:
|
|
71
|
-
break;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
if (!selectAll) {
|
|
75
|
-
// 默认全部不勾选
|
|
76
|
-
let checkedLayerkeys = this._scenceView._layerManager.getLayerCheckedListKey();
|
|
77
|
-
|
|
78
|
-
for (let i = 0; i < checkedLayerkeys.length; i++) {
|
|
79
|
-
let layer = this._scenceView._layerManager.getLayerByGuid(checkedLayerkeys[i]);
|
|
80
|
-
|
|
81
|
-
let type = this._scenceView._layerManager.getLayerTypeByGuid(checkedLayerkeys[i]);
|
|
82
|
-
|
|
83
|
-
layer.showInViews = [];
|
|
84
|
-
|
|
85
|
-
if (type == 'datasource') {
|
|
86
|
-
layer.entities.values.forEach(entity => {
|
|
87
|
-
entity.showInViews = [];
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
this._viewer.scene.splitViewMode = viewMode;
|
|
94
|
-
} //重置窗口模式
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
resetMode() {
|
|
98
|
-
this.changeMode();
|
|
99
|
-
|
|
100
|
-
let checkedLayerkeys = this._scenceView._layerManager.getLayerCheckedListKey();
|
|
101
|
-
|
|
102
|
-
for (let i = 0; i < checkedLayerkeys.length; i++) {
|
|
103
|
-
let layer = this._scenceView._layerManager.getLayerByGuid(checkedLayerkeys[i]);
|
|
104
|
-
|
|
105
|
-
let type = this._scenceView._layerManager.getLayerTypeByGuid(checkedLayerkeys[i]);
|
|
106
|
-
|
|
107
|
-
layer.showInViews = undefined;
|
|
108
|
-
|
|
109
|
-
if (type == 'datasource') {
|
|
110
|
-
layer.entities.values.forEach(entity => {
|
|
111
|
-
entity.showInViews = [0, 1, 2, 3];
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
setLayerState(index, guid, visible) {
|
|
118
|
-
let layer = this._scenceView._layerManager.getLayerByGuid(guid);
|
|
119
|
-
|
|
120
|
-
let type = this._scenceView._layerManager.getLayerTypeByGuid(guid);
|
|
121
|
-
|
|
122
|
-
if (layer) {
|
|
123
|
-
let showInViews = layer.showInViews || [0, 1, 2, 3];
|
|
124
|
-
|
|
125
|
-
if (visible) {
|
|
126
|
-
showInViews.push(index);
|
|
127
|
-
} else {
|
|
128
|
-
let num = showInViews.indexOf(index);
|
|
129
|
-
|
|
130
|
-
if (num > -1) {
|
|
131
|
-
showInViews.splice(num, 1);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
layer.showInViews = showInViews;
|
|
136
|
-
|
|
137
|
-
if (type == 'datasource') {
|
|
138
|
-
layer.entities.values.forEach(entity => {
|
|
139
|
-
if (entity.show) {
|
|
140
|
-
entity.showInViews = showInViews;
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/***/ }),
|
|
150
|
-
|
|
151
15
|
/***/ 348:
|
|
152
16
|
/***/ (function(module) {
|
|
153
17
|
|
|
@@ -155,10 +19,10 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
155
19
|
|
|
156
20
|
/***/ }),
|
|
157
21
|
|
|
158
|
-
/***/
|
|
22
|
+
/***/ 2118:
|
|
159
23
|
/***/ (function(module) {
|
|
160
24
|
|
|
161
|
-
module.exports = require("core-js/modules/es.array.
|
|
25
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
162
26
|
|
|
163
27
|
/***/ }),
|
|
164
28
|
|
|
@@ -289,7 +153,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
289
153
|
|
|
290
154
|
// EXPORTS
|
|
291
155
|
__webpack_require__.d(__webpack_exports__, {
|
|
292
|
-
"CompareMapViewModel": function() { return /* reexport */ CompareMapViewModel
|
|
156
|
+
"CompareMapViewModel": function() { return /* reexport */ CompareMapViewModel; },
|
|
293
157
|
"default": function() { return /* reexport */ CompareMap; }
|
|
294
158
|
});
|
|
295
159
|
|
|
@@ -299,15 +163,142 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
299
163
|
var gis_utils_ = __webpack_require__(7135);
|
|
300
164
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
301
165
|
var client_icons_vue_ = __webpack_require__(348);
|
|
302
|
-
// EXTERNAL MODULE: ./
|
|
303
|
-
var
|
|
304
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
305
|
-
var
|
|
166
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
167
|
+
var defineProperty = __webpack_require__(8270);
|
|
168
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
169
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
170
|
+
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapViewModel.js
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
//多窗口逻辑类
|
|
174
|
+
class CompareMapViewModel {
|
|
175
|
+
// 三维视图对象
|
|
176
|
+
//三维viewer对象
|
|
177
|
+
constructor(scenceView, options = {}) {
|
|
178
|
+
(0,defineProperty/* default */.Z)(this, "_scenceView", null);
|
|
179
|
+
|
|
180
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
181
|
+
|
|
182
|
+
this._scenceView = scenceView;
|
|
183
|
+
this._viewer = scenceView._viewer;
|
|
184
|
+
|
|
185
|
+
if (options.splitLineColor) {
|
|
186
|
+
this._viewer.scene.splitLineColor = Cesium.Color.fromCssColorString(options.splitLineColor);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
if (options.splitLineWidth) {
|
|
190
|
+
this._viewer.scene.splitLineWidth = options.splitLineWidth;
|
|
191
|
+
}
|
|
192
|
+
} //切换窗口模式
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
changeMode(mode, selectAll) {
|
|
196
|
+
let viewMode = Cesium.SplitViewMode.NONE;
|
|
197
|
+
|
|
198
|
+
switch (mode) {
|
|
199
|
+
case 1:
|
|
200
|
+
viewMode = Cesium.SplitViewMode.NONE;
|
|
201
|
+
break;
|
|
202
|
+
|
|
203
|
+
case 2:
|
|
204
|
+
viewMode = Cesium.SplitViewMode.HORIZONTAL;
|
|
205
|
+
break;
|
|
206
|
+
// case 3:
|
|
207
|
+
// viewMode = Cesium.SplitViewMode.HORIZONTAL_TRIPLE;
|
|
208
|
+
// break;
|
|
209
|
+
|
|
210
|
+
case 4:
|
|
211
|
+
viewMode = Cesium.SplitViewMode.QUAD;
|
|
212
|
+
break;
|
|
213
|
+
// case 5:
|
|
214
|
+
// viewMode = [
|
|
215
|
+
// { index: 0, left: 0, top: 0, width: 1, height: 1 },
|
|
216
|
+
// { index: 1, left: 0.78, top: 0.06, width: 0.2, height: 0.2 }
|
|
217
|
+
// ];
|
|
218
|
+
// break;
|
|
219
|
+
|
|
220
|
+
default:
|
|
221
|
+
break;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
if (!selectAll) {
|
|
225
|
+
// 默认全部不勾选
|
|
226
|
+
let checkedLayerkeys = this._scenceView._layerManager.getLayerCheckedListKey();
|
|
227
|
+
|
|
228
|
+
for (let i = 0; i < checkedLayerkeys.length; i++) {
|
|
229
|
+
let layer = this._scenceView._layerManager.getLayerByGuid(checkedLayerkeys[i]);
|
|
230
|
+
|
|
231
|
+
let type = this._scenceView._layerManager.getLayerTypeByGuid(checkedLayerkeys[i]);
|
|
232
|
+
|
|
233
|
+
layer.showInViews = [];
|
|
234
|
+
|
|
235
|
+
if (type == 'datasource') {
|
|
236
|
+
layer.entities.values.forEach(entity => {
|
|
237
|
+
entity.showInViews = [];
|
|
238
|
+
});
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
this._viewer.scene.splitViewMode = viewMode;
|
|
244
|
+
} //重置窗口模式
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
resetMode() {
|
|
248
|
+
this.changeMode();
|
|
249
|
+
|
|
250
|
+
let checkedLayerkeys = this._scenceView._layerManager.getLayerCheckedListKey();
|
|
251
|
+
|
|
252
|
+
for (let i = 0; i < checkedLayerkeys.length; i++) {
|
|
253
|
+
let layer = this._scenceView._layerManager.getLayerByGuid(checkedLayerkeys[i]);
|
|
254
|
+
|
|
255
|
+
let type = this._scenceView._layerManager.getLayerTypeByGuid(checkedLayerkeys[i]);
|
|
256
|
+
|
|
257
|
+
layer.showInViews = undefined;
|
|
258
|
+
|
|
259
|
+
if (type == 'datasource') {
|
|
260
|
+
layer.entities.values.forEach(entity => {
|
|
261
|
+
entity.showInViews = [0, 1, 2, 3];
|
|
262
|
+
});
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
setLayerState(index, guid, visible) {
|
|
268
|
+
let layer = this._scenceView._layerManager.getLayerByGuid(guid);
|
|
269
|
+
|
|
270
|
+
let type = this._scenceView._layerManager.getLayerTypeByGuid(guid);
|
|
271
|
+
|
|
272
|
+
if (layer) {
|
|
273
|
+
let showInViews = layer.showInViews || [0, 1, 2, 3];
|
|
274
|
+
|
|
275
|
+
if (visible) {
|
|
276
|
+
showInViews.push(index);
|
|
277
|
+
} else {
|
|
278
|
+
let num = showInViews.indexOf(index);
|
|
279
|
+
|
|
280
|
+
if (num > -1) {
|
|
281
|
+
showInViews.splice(num, 1);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
layer.showInViews = showInViews;
|
|
286
|
+
|
|
287
|
+
if (type == 'datasource') {
|
|
288
|
+
layer.entities.values.forEach(entity => {
|
|
289
|
+
if (entity.show) {
|
|
290
|
+
entity.showInViews = showInViews;
|
|
291
|
+
}
|
|
292
|
+
});
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
}
|
|
306
298
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
307
299
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
308
300
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/comparemap/CompareMapTree.vue?vue&type=script&setup=true&lang=js
|
|
309
301
|
|
|
310
|
-
|
|
311
302
|
const _hoisted_1 = {
|
|
312
303
|
class: "kq3d-compare-map-tree"
|
|
313
304
|
};
|
|
@@ -509,7 +500,7 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
509
500
|
splitLineColor: props.splitLineColor,
|
|
510
501
|
splitLineWidth: props.splitLineWidth
|
|
511
502
|
};
|
|
512
|
-
viewModel = new CompareMapViewModel
|
|
503
|
+
viewModel = new CompareMapViewModel(scenceView, options);
|
|
513
504
|
}
|
|
514
505
|
});
|
|
515
506
|
}); //切换窗口模式
|
|
@@ -1 +1,35 @@
|
|
|
1
|
-
.kq3d-compare-map .close-button
|
|
1
|
+
.kq3d-compare-map .close-button {
|
|
2
|
+
padding: 0px !important;
|
|
3
|
+
position: absolute;
|
|
4
|
+
color: var(--kq-color-primary);
|
|
5
|
+
top: 16px;
|
|
6
|
+
right: 16px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
width: 42px;
|
|
9
|
+
height: 42px;
|
|
10
|
+
font-size: 22px;
|
|
11
|
+
z-index: 9999;
|
|
12
|
+
border-radius: 50%;
|
|
13
|
+
-webkit-box-shadow: var(--kq-light-shadow);
|
|
14
|
+
box-shadow: var(--kq-light-shadow);
|
|
15
|
+
}
|
|
16
|
+
.kq3d-compare-map .kq3d-compare-map-tree {
|
|
17
|
+
position: absolute;
|
|
18
|
+
z-index: 1000;
|
|
19
|
+
}
|
|
20
|
+
.kq3d-compare-map .kq3d-compare-map-tree.layer-tree-1 {
|
|
21
|
+
top: 16px;
|
|
22
|
+
right: calc(50% + 16px);
|
|
23
|
+
}
|
|
24
|
+
.kq3d-compare-map .kq3d-compare-map-tree.layer-tree-2 {
|
|
25
|
+
top: 16px;
|
|
26
|
+
left: calc(50% + 16px);
|
|
27
|
+
}
|
|
28
|
+
.kq3d-compare-map .kq3d-compare-map-tree.layer-tree-3 {
|
|
29
|
+
top: calc(50% + 16px);
|
|
30
|
+
right: calc(50% + 16px);
|
|
31
|
+
}
|
|
32
|
+
.kq3d-compare-map .kq3d-compare-map-tree.layer-tree-4 {
|
|
33
|
+
top: calc(50% + 16px);
|
|
34
|
+
left: calc(50% + 16px);
|
|
35
|
+
}
|
package/compass/index.js
CHANGED
|
@@ -18,13 +18,13 @@ return /******/ (function() { // webpackBootstrap
|
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
20
20
|
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var
|
|
21
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
22
22
|
|
|
23
23
|
// 重置视图
|
|
24
24
|
class CompassViewModel {
|
|
25
25
|
//三维viewer对象
|
|
26
26
|
constructor(viewer) {
|
|
27
|
-
(0,
|
|
27
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
28
28
|
|
|
29
29
|
this._viewer = viewer;
|
|
30
30
|
} //重置方向
|
|
@@ -1 +1,140 @@
|
|
|
1
|
-
.kq3d-excavate-fill-analysis
|
|
1
|
+
.kq3d-excavate-fill-analysis {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-box {
|
|
10
|
+
width: 372px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-label {
|
|
13
|
+
display: -webkit-inline-box;
|
|
14
|
+
display: -ms-inline-flexbox;
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
-webkit-box-align: start;
|
|
17
|
+
-ms-flex-align: start;
|
|
18
|
+
align-items: flex-start;
|
|
19
|
+
-webkit-box-flex: 0;
|
|
20
|
+
-ms-flex: 0 0 auto;
|
|
21
|
+
flex: 0 0 auto;
|
|
22
|
+
font-size: var(--kq-form-label-font-size);
|
|
23
|
+
color: var(--kq-text-color-regular);
|
|
24
|
+
height: 32px;
|
|
25
|
+
line-height: 32px;
|
|
26
|
+
padding: 0 12px 0 0;
|
|
27
|
+
-webkit-box-sizing: border-box;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
font-size: var(--kq-font-size-base);
|
|
30
|
+
}
|
|
31
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-content {
|
|
32
|
+
text-align: end;
|
|
33
|
+
display: block;
|
|
34
|
+
-ms-flex-wrap: wrap;
|
|
35
|
+
flex-wrap: wrap;
|
|
36
|
+
-webkit-box-align: center;
|
|
37
|
+
-ms-flex-align: center;
|
|
38
|
+
align-items: center;
|
|
39
|
+
-webkit-box-flex: 1;
|
|
40
|
+
-ms-flex: 1;
|
|
41
|
+
flex: 1;
|
|
42
|
+
line-height: 32px;
|
|
43
|
+
position: relative;
|
|
44
|
+
font-size: var(--kq-font-size-base);
|
|
45
|
+
min-width: 0;
|
|
46
|
+
}
|
|
47
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-span {
|
|
48
|
+
color: var(--kq-text-color-regular);
|
|
49
|
+
line-height: 32px;
|
|
50
|
+
}
|
|
51
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-tip {
|
|
52
|
+
color: var(--kq-text-color-regular);
|
|
53
|
+
font-size: var(--kq-font-size-base);
|
|
54
|
+
}
|
|
55
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-tip p {
|
|
56
|
+
margin-top: 16px;
|
|
57
|
+
margin-bottom: 16px;
|
|
58
|
+
}
|
|
59
|
+
.kq3d-excavate-fill-analysis .kq-collapse {
|
|
60
|
+
border: unset;
|
|
61
|
+
}
|
|
62
|
+
.kq3d-excavate-fill-analysis .kq-collapse .kq-collapse-item__header {
|
|
63
|
+
border: unset;
|
|
64
|
+
height: 38px;
|
|
65
|
+
background-color: var(--kq-fill-color-light);
|
|
66
|
+
font-weight: bold;
|
|
67
|
+
padding: 0px 16px;
|
|
68
|
+
font-size: 16px;
|
|
69
|
+
}
|
|
70
|
+
.kq3d-excavate-fill-analysis .kq-collapse .kq-collapse-item__arrow {
|
|
71
|
+
margin: 0 0px 0 auto;
|
|
72
|
+
}
|
|
73
|
+
.kq3d-excavate-fill-analysis .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content {
|
|
74
|
+
padding-bottom: unset;
|
|
75
|
+
border: unset;
|
|
76
|
+
padding-top: 10px;
|
|
77
|
+
}
|
|
78
|
+
.kq3d-excavate-fill-analysis .kq-form-item {
|
|
79
|
+
margin-bottom: 8px;
|
|
80
|
+
}
|
|
81
|
+
.kq3d-excavate-fill-analysis .kq-slider {
|
|
82
|
+
width: 100%;
|
|
83
|
+
padding-left: 7px;
|
|
84
|
+
}
|
|
85
|
+
.kq3d-excavate-fill-analysis .kq-slider .kq-slider__button {
|
|
86
|
+
width: 14px;
|
|
87
|
+
height: 14px;
|
|
88
|
+
}
|
|
89
|
+
.kq3d-excavate-fill-analysis .kq-input-number.is-controls-right {
|
|
90
|
+
width: 65px;
|
|
91
|
+
}
|
|
92
|
+
.kq3d-excavate-fill-analysis .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
93
|
+
.kq3d-excavate-fill-analysis .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
94
|
+
width: 20px;
|
|
95
|
+
}
|
|
96
|
+
.kq3d-excavate-fill-analysis .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
97
|
+
padding-left: 0px;
|
|
98
|
+
padding-right: 20px;
|
|
99
|
+
}
|
|
100
|
+
.kq3d-excavate-fill-analysis .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
101
|
+
padding-left: 0px;
|
|
102
|
+
padding-right: 20px;
|
|
103
|
+
}
|
|
104
|
+
.kq3d-excavate-fill-analysis .kq-color-picker {
|
|
105
|
+
width: 100%;
|
|
106
|
+
}
|
|
107
|
+
.kq3d-excavate-fill-analysis .kq-color-picker .kq-color-picker__mask {
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
.kq3d-excavate-fill-analysis .kq-color-picker .kq-color-picker__trigger {
|
|
111
|
+
width: 100%;
|
|
112
|
+
}
|
|
113
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-footer {
|
|
114
|
+
text-align: right;
|
|
115
|
+
padding: 16px 0px 0px;
|
|
116
|
+
display: block;
|
|
117
|
+
}
|
|
118
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-result {
|
|
119
|
+
color: var(--kq-text-color-regular);
|
|
120
|
+
width: 100%;
|
|
121
|
+
margin-top: 16px;
|
|
122
|
+
background-color: var(--kq-fill-color-light);
|
|
123
|
+
text-align: right;
|
|
124
|
+
}
|
|
125
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-result .kq3d-excavate-fill-analysis-result-div {
|
|
126
|
+
padding: 12px 16px;
|
|
127
|
+
}
|
|
128
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-result .kq3d-excavate-fill-analysis-result-title {
|
|
129
|
+
margin-bottom: 12px;
|
|
130
|
+
}
|
|
131
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-result .kq3d-excavate-fill-analysis-result-title .title {
|
|
132
|
+
font-size: 16px;
|
|
133
|
+
font-weight: bold;
|
|
134
|
+
}
|
|
135
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-result .kq3d-excavate-fill-analysis-result-title .btn {
|
|
136
|
+
text-align: end;
|
|
137
|
+
}
|
|
138
|
+
.kq3d-excavate-fill-analysis .kq3d-excavate-fill-analysis-result .kq3d-excavate-fill-analysis-result-title .btn .kq-icon {
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
}
|
package/fixedzoomin/index.js
CHANGED
|
@@ -18,13 +18,13 @@ return /******/ (function() { // webpackBootstrap
|
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
20
20
|
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var
|
|
21
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
22
22
|
|
|
23
23
|
// 三维固定缩放逻辑
|
|
24
24
|
class FixedZoomin3dViewModel {
|
|
25
25
|
//三维viewer对象
|
|
26
26
|
constructor(viewer) {
|
|
27
|
-
(0,
|
|
27
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
28
28
|
|
|
29
29
|
this._viewer = viewer;
|
|
30
30
|
} //获取相机焦点
|
package/fixedzoomout/index.js
CHANGED
|
@@ -18,13 +18,13 @@ return /******/ (function() { // webpackBootstrap
|
|
|
18
18
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
19
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
20
20
|
/* harmony export */ });
|
|
21
|
-
/* harmony import */ var
|
|
21
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
22
22
|
|
|
23
23
|
// 三维固定缩放逻辑
|
|
24
24
|
class FixedZoomout3dViewModel {
|
|
25
25
|
//三维viewer对象
|
|
26
26
|
constructor(viewer) {
|
|
27
|
-
(0,
|
|
27
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
28
28
|
|
|
29
29
|
this._viewer = viewer;
|
|
30
30
|
} //获取相机焦点
|
package/flight/index.js
CHANGED
|
@@ -45,16 +45,16 @@ index_full_js_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
45
45
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
46
46
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
47
47
|
/* harmony export */ });
|
|
48
|
-
/* harmony import */ var
|
|
48
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
49
49
|
|
|
50
50
|
//飞行操作类
|
|
51
51
|
class FlightViewModel {
|
|
52
52
|
//飞行三维对象
|
|
53
53
|
//停止事件
|
|
54
54
|
constructor(viewer) {
|
|
55
|
-
(0,
|
|
55
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
56
56
|
|
|
57
|
-
(0,
|
|
57
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
58
58
|
|
|
59
59
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
60
60
|
this.stopEvent = this._animationPath.stoped;
|
|
@@ -168,6 +168,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
168
168
|
|
|
169
169
|
/***/ }),
|
|
170
170
|
|
|
171
|
+
/***/ 2118:
|
|
172
|
+
/***/ (function(module) {
|
|
173
|
+
|
|
174
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
175
|
+
|
|
176
|
+
/***/ }),
|
|
177
|
+
|
|
171
178
|
/***/ 7080:
|
|
172
179
|
/***/ (function(module) {
|
|
173
180
|
|
|
@@ -306,6 +313,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
306
313
|
"default": function() { return /* reexport */ Flight; }
|
|
307
314
|
});
|
|
308
315
|
|
|
316
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
317
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
309
318
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
310
319
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
311
320
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
@@ -324,6 +333,7 @@ var util_ = __webpack_require__(3458);
|
|
|
324
333
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
325
334
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
326
335
|
|
|
336
|
+
|
|
327
337
|
const _hoisted_1 = {
|
|
328
338
|
class: "kq-flight3d-box"
|
|
329
339
|
};
|