@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +355 -538
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +172 -239
- package/baseterraingallery/index.js +124 -145
- package/boxclip/index.js +300 -481
- package/clientPrint/index.js +335 -898
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +226 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +193 -263
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +311 -415
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +255 -393
- package/geologicalbodyanalysis/index.js +215 -298
- package/gpuspatialquery/index.js +260 -402
- package/hawkeye/index.js +141 -103
- package/headertemp/index.js +25 -34
- package/heatmap3d/index.js +451 -763
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20826 -17774
- package/isolineanalysis/index.js +566 -1243
- package/light/index.js +353 -488
- package/limitheightanalysis/index.js +251 -312
- package/measure/index.js +350 -504
- package/modelFlat/index.js +214 -234
- package/modelexcavate/index.js +206 -262
- package/modelfilter/index.js +229 -308
- package/modelprofileanalysis/index.js +356 -465
- package/modelselect/index.js +192 -184
- package/package.json +1 -1
- package/particleeffect/index.js +259 -430
- package/planeclip/index.js +249 -339
- package/resetview/index.js +89 -69
- package/roller/index.js +307 -363
- package/scaneffect/index.js +285 -582
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +11149 -0
- package/sceneset/index.js +393 -885
- package/scenetohdimage/index.js +214 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +22780 -19540
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +275 -312
- package/shadowanalysis/index.js +269 -448
- package/sightlineanalysis/index.js +231 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +213 -351
- package/slopeanalysis/index.js +282 -444
- package/slopeaspectanalysis/index.js +315 -534
- package/statusbar/index.js +194 -164
- package/style.css +1 -1
- package/terrainoperation/index.js +230 -280
- package/terrainprofileanalysis/index.js +174 -182
- package/underground/index.js +98 -82
- package/videofusion/index.js +319 -532
- package/videoproject/index.js +325 -534
- package/viewshedanalysis/index.js +178 -275
- package/weathereffect/index.js +199 -343
- package/wireframesketch/index.js +146 -150
package/comparemap/index.js
CHANGED
|
@@ -7,210 +7,120 @@
|
|
|
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")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"]);
|
|
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__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
16
|
-
/***/ (function(
|
|
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);
|
|
15
|
+
/***/ 5698:
|
|
16
|
+
/***/ (function(module) {
|
|
129
17
|
|
|
130
|
-
|
|
131
|
-
showInViews.splice(num, 1);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
18
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
134
19
|
|
|
135
|
-
|
|
20
|
+
/***/ }),
|
|
136
21
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
if (entity.show) {
|
|
140
|
-
entity.showInViews = showInViews;
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
22
|
+
/***/ 2652:
|
|
23
|
+
/***/ (function(module) {
|
|
146
24
|
|
|
147
|
-
|
|
25
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
148
26
|
|
|
149
27
|
/***/ }),
|
|
150
28
|
|
|
151
|
-
/***/
|
|
29
|
+
/***/ 3658:
|
|
152
30
|
/***/ (function(module) {
|
|
153
31
|
|
|
154
|
-
module.exports = require("
|
|
32
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
155
33
|
|
|
156
34
|
/***/ }),
|
|
157
35
|
|
|
158
|
-
/***/
|
|
36
|
+
/***/ 4669:
|
|
159
37
|
/***/ (function(module) {
|
|
160
38
|
|
|
161
|
-
module.exports = require("core-js/modules/
|
|
39
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
162
40
|
|
|
163
41
|
/***/ }),
|
|
164
42
|
|
|
165
|
-
/***/
|
|
43
|
+
/***/ 3579:
|
|
166
44
|
/***/ (function(module) {
|
|
167
45
|
|
|
168
46
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
169
47
|
|
|
170
48
|
/***/ }),
|
|
171
49
|
|
|
172
|
-
/***/
|
|
50
|
+
/***/ 64:
|
|
173
51
|
/***/ (function(module) {
|
|
174
52
|
|
|
175
|
-
module.exports =
|
|
53
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
176
54
|
|
|
177
55
|
/***/ }),
|
|
178
56
|
|
|
179
|
-
/***/
|
|
57
|
+
/***/ 455:
|
|
180
58
|
/***/ (function(module) {
|
|
181
59
|
|
|
182
|
-
module.exports =
|
|
60
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
183
61
|
|
|
184
62
|
/***/ }),
|
|
185
63
|
|
|
186
|
-
/***/
|
|
64
|
+
/***/ 154:
|
|
187
65
|
/***/ (function(module) {
|
|
188
66
|
|
|
189
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
190
68
|
|
|
191
69
|
/***/ }),
|
|
192
70
|
|
|
193
|
-
/***/
|
|
71
|
+
/***/ 6913:
|
|
194
72
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
195
73
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
function
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
74
|
+
|
|
75
|
+
// EXPORTS
|
|
76
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
77
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
81
|
+
function _typeof(o) {
|
|
82
|
+
"@babel/helpers - typeof";
|
|
83
|
+
|
|
84
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
85
|
+
return typeof o;
|
|
86
|
+
} : function (o) {
|
|
87
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
88
|
+
}, _typeof(o);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
92
|
+
|
|
93
|
+
function toPrimitive(t, r) {
|
|
94
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
95
|
+
var e = t[Symbol.toPrimitive];
|
|
96
|
+
if (void 0 !== e) {
|
|
97
|
+
var i = e.call(t, r || "default");
|
|
98
|
+
if ("object" != _typeof(i)) return i;
|
|
99
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
209
100
|
}
|
|
101
|
+
return ("string" === r ? String : Number)(t);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
function toPropertyKey(t) {
|
|
108
|
+
var i = toPrimitive(t, "string");
|
|
109
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
210
113
|
|
|
211
|
-
|
|
114
|
+
function _defineProperty(e, r, t) {
|
|
115
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
116
|
+
value: t,
|
|
117
|
+
enumerable: !0,
|
|
118
|
+
configurable: !0,
|
|
119
|
+
writable: !0
|
|
120
|
+
}) : e[r] = t, e;
|
|
212
121
|
}
|
|
213
122
|
|
|
123
|
+
|
|
214
124
|
/***/ })
|
|
215
125
|
|
|
216
126
|
/******/ });
|
|
@@ -282,32 +192,141 @@ function _defineProperty(obj, key, value) {
|
|
|
282
192
|
/******/
|
|
283
193
|
/************************************************************************/
|
|
284
194
|
var __webpack_exports__ = {};
|
|
285
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
286
|
-
!function() {
|
|
287
195
|
// ESM COMPAT FLAG
|
|
288
196
|
__webpack_require__.r(__webpack_exports__);
|
|
289
197
|
|
|
290
198
|
// EXPORTS
|
|
291
199
|
__webpack_require__.d(__webpack_exports__, {
|
|
292
|
-
|
|
200
|
+
CompareMapViewModel: function() { return /* reexport */ CompareMapViewModel; },
|
|
293
201
|
"default": function() { return /* reexport */ CompareMap; }
|
|
294
202
|
});
|
|
295
203
|
|
|
296
204
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
297
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
205
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
298
206
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
299
|
-
var gis_utils_ = __webpack_require__(
|
|
207
|
+
var gis_utils_ = __webpack_require__(64);
|
|
300
208
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
301
|
-
var client_icons_vue_ = __webpack_require__(
|
|
302
|
-
// EXTERNAL MODULE: ./
|
|
303
|
-
var
|
|
304
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
305
|
-
var
|
|
209
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
210
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
211
|
+
var defineProperty = __webpack_require__(6913);
|
|
212
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
213
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
214
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
215
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
216
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
217
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(4669);
|
|
218
|
+
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapViewModel.js
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
/*
|
|
224
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
225
|
+
* All rights reserved.
|
|
226
|
+
*/
|
|
227
|
+
//多窗口逻辑类
|
|
228
|
+
class CompareMapViewModel {
|
|
229
|
+
//三维viewer对象
|
|
230
|
+
|
|
231
|
+
constructor(scenceView, options = {}) {
|
|
232
|
+
(0,defineProperty/* default */.A)(this, "_scenceView", null);
|
|
233
|
+
// 三维视图对象
|
|
234
|
+
(0,defineProperty/* default */.A)(this, "_viewer", null);
|
|
235
|
+
this._scenceView = scenceView;
|
|
236
|
+
this._viewer = scenceView._viewer;
|
|
237
|
+
if (options.splitLineColor) {
|
|
238
|
+
this._viewer.scene.splitLineColor = Cesium.Color.fromCssColorString(options.splitLineColor);
|
|
239
|
+
}
|
|
240
|
+
if (options.splitLineWidth) {
|
|
241
|
+
this._viewer.scene.splitLineWidth = options.splitLineWidth;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
//切换窗口模式
|
|
246
|
+
changeMode(mode, selectAll) {
|
|
247
|
+
let viewMode = Cesium.SplitViewMode.NONE;
|
|
248
|
+
switch (mode) {
|
|
249
|
+
case 1:
|
|
250
|
+
viewMode = Cesium.SplitViewMode.NONE;
|
|
251
|
+
break;
|
|
252
|
+
case 2:
|
|
253
|
+
viewMode = Cesium.SplitViewMode.HORIZONTAL;
|
|
254
|
+
break;
|
|
255
|
+
// case 3:
|
|
256
|
+
// viewMode = Cesium.SplitViewMode.HORIZONTAL_TRIPLE;
|
|
257
|
+
// break;
|
|
258
|
+
case 4:
|
|
259
|
+
viewMode = Cesium.SplitViewMode.QUAD;
|
|
260
|
+
break;
|
|
261
|
+
// case 5:
|
|
262
|
+
// viewMode = [
|
|
263
|
+
// { index: 0, left: 0, top: 0, width: 1, height: 1 },
|
|
264
|
+
// { index: 1, left: 0.78, top: 0.06, width: 0.2, height: 0.2 }
|
|
265
|
+
// ];
|
|
266
|
+
// break;
|
|
267
|
+
default:
|
|
268
|
+
break;
|
|
269
|
+
}
|
|
270
|
+
if (!selectAll) {
|
|
271
|
+
// 默认全部不勾选
|
|
272
|
+
let checkedLayerkeys = this._scenceView._layerManager.getLayerCheckedListKey();
|
|
273
|
+
for (let i = 0; i < checkedLayerkeys.length; i++) {
|
|
274
|
+
let layer = this._scenceView._layerManager.getLayerByGuid(checkedLayerkeys[i]);
|
|
275
|
+
let type = this._scenceView._layerManager.getLayerTypeByGuid(checkedLayerkeys[i]);
|
|
276
|
+
layer.showInViews = [];
|
|
277
|
+
if (type == 'datasource') {
|
|
278
|
+
layer.entities.values.forEach(entity => {
|
|
279
|
+
entity.showInViews = [];
|
|
280
|
+
});
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
this._viewer.scene.splitViewMode = viewMode;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
//重置窗口模式
|
|
288
|
+
resetMode() {
|
|
289
|
+
this.changeMode();
|
|
290
|
+
let checkedLayerkeys = this._scenceView._layerManager.getLayerCheckedListKey();
|
|
291
|
+
for (let i = 0; i < checkedLayerkeys.length; i++) {
|
|
292
|
+
let layer = this._scenceView._layerManager.getLayerByGuid(checkedLayerkeys[i]);
|
|
293
|
+
let type = this._scenceView._layerManager.getLayerTypeByGuid(checkedLayerkeys[i]);
|
|
294
|
+
layer.showInViews = undefined;
|
|
295
|
+
if (type == 'datasource') {
|
|
296
|
+
layer.entities.values.forEach(entity => {
|
|
297
|
+
entity.showInViews = [0, 1, 2, 3];
|
|
298
|
+
});
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
setLayerState(index, guid, visible) {
|
|
303
|
+
let layer = this._scenceView._layerManager.getLayerByGuid(guid);
|
|
304
|
+
let type = this._scenceView._layerManager.getLayerTypeByGuid(guid);
|
|
305
|
+
if (layer) {
|
|
306
|
+
let showInViews = layer.showInViews || [0, 1, 2, 3];
|
|
307
|
+
if (visible) {
|
|
308
|
+
showInViews.push(index);
|
|
309
|
+
} else {
|
|
310
|
+
let num = showInViews.indexOf(index);
|
|
311
|
+
if (num > -1) {
|
|
312
|
+
showInViews.splice(num, 1);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
layer.showInViews = showInViews;
|
|
316
|
+
if (type == 'datasource') {
|
|
317
|
+
layer.entities.values.forEach(entity => {
|
|
318
|
+
if (entity.show) {
|
|
319
|
+
entity.showInViews = showInViews;
|
|
320
|
+
}
|
|
321
|
+
});
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
306
326
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
307
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
327
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
308
328
|
;// 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
329
|
|
|
310
|
-
|
|
311
330
|
const _hoisted_1 = {
|
|
312
331
|
class: "kq3d-compare-map-tree"
|
|
313
332
|
};
|
|
@@ -317,7 +336,7 @@ const _hoisted_1 = {
|
|
|
317
336
|
const __default__ = {
|
|
318
337
|
name: "Kq3dCompareMapTree"
|
|
319
338
|
};
|
|
320
|
-
/* harmony default export */ var CompareMapTreevue_type_script_setup_true_lang_js = (
|
|
339
|
+
/* harmony default export */ var CompareMapTreevue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
321
340
|
props: {
|
|
322
341
|
index: Number,
|
|
323
342
|
setLayerState: {
|
|
@@ -328,23 +347,18 @@ const __default__ = {
|
|
|
328
347
|
default: true
|
|
329
348
|
}
|
|
330
349
|
},
|
|
331
|
-
|
|
332
350
|
setup(__props) {
|
|
333
|
-
|
|
351
|
+
let props = __props;
|
|
334
352
|
let selectedLayers = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选中值
|
|
335
|
-
|
|
336
353
|
let layerTreeData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选项数据
|
|
337
|
-
|
|
338
354
|
let preCheckedKeys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 记录上次图层树选中值
|
|
339
|
-
|
|
340
355
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
356
|
+
|
|
341
357
|
/**
|
|
342
358
|
* 勾选图层逻辑
|
|
343
359
|
*/
|
|
344
|
-
|
|
345
360
|
function changeLayer(values) {
|
|
346
361
|
let checkedKeys = preCheckedKeys.value;
|
|
347
|
-
|
|
348
362
|
if (checkedKeys.length > values.length) {
|
|
349
363
|
for (let val of checkedKeys.values()) {
|
|
350
364
|
if (!values.includes(val)) {
|
|
@@ -358,11 +372,10 @@ const __default__ = {
|
|
|
358
372
|
}
|
|
359
373
|
}
|
|
360
374
|
}
|
|
361
|
-
|
|
362
375
|
preCheckedKeys.value = values;
|
|
363
|
-
}
|
|
364
|
-
|
|
376
|
+
}
|
|
365
377
|
|
|
378
|
+
// 国际化
|
|
366
379
|
let {
|
|
367
380
|
locale,
|
|
368
381
|
messages
|
|
@@ -375,7 +388,6 @@ const __default__ = {
|
|
|
375
388
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
376
389
|
if (scenceView) {
|
|
377
390
|
layerTreeData.value = gis_utils_.mapLayerUtils.getLayerCheckedList();
|
|
378
|
-
|
|
379
391
|
if (props.defaultSelectAll) {
|
|
380
392
|
selectedLayers.value = gis_utils_.mapLayerUtils.getLayerCheckedListKey();
|
|
381
393
|
preCheckedKeys.value = selectedLayers.value;
|
|
@@ -387,9 +399,7 @@ const __default__ = {
|
|
|
387
399
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {});
|
|
388
400
|
return (_ctx, _cache) => {
|
|
389
401
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
390
|
-
|
|
391
402
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
392
|
-
|
|
393
403
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
394
404
|
teleported: true,
|
|
395
405
|
multiple: "",
|
|
@@ -408,21 +418,12 @@ const __default__ = {
|
|
|
408
418
|
key: item.guid,
|
|
409
419
|
label: item.name,
|
|
410
420
|
value: item.guid
|
|
411
|
-
}, null, 8
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
/* KEYED_FRAGMENT */
|
|
416
|
-
))]),
|
|
417
|
-
_: 1
|
|
418
|
-
/* STABLE */
|
|
419
|
-
|
|
420
|
-
}, 8
|
|
421
|
-
/* PROPS */
|
|
422
|
-
, ["modelValue", "placeholder"])]);
|
|
421
|
+
}, null, 8 /* PROPS */, ["label", "value"]);
|
|
422
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
423
|
+
_: 1 /* STABLE */
|
|
424
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]);
|
|
423
425
|
};
|
|
424
426
|
}
|
|
425
|
-
|
|
426
427
|
}));
|
|
427
428
|
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMapTree.vue?vue&type=script&setup=true&lang=js
|
|
428
429
|
|
|
@@ -447,7 +448,7 @@ const CompareMapvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
|
447
448
|
const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
448
449
|
name: "Kq3dCompareMap"
|
|
449
450
|
};
|
|
450
|
-
/* harmony default export */ var CompareMapvue_type_script_setup_true_lang_js = (
|
|
451
|
+
/* harmony default export */ var CompareMapvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(CompareMapvue_type_script_setup_true_lang_js_default_, {
|
|
451
452
|
props: {
|
|
452
453
|
showShadow: {
|
|
453
454
|
type: Boolean,
|
|
@@ -470,30 +471,26 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
470
471
|
}
|
|
471
472
|
},
|
|
472
473
|
emits: ["back"],
|
|
473
|
-
|
|
474
474
|
setup(__props, {
|
|
475
|
-
expose,
|
|
476
|
-
emit
|
|
475
|
+
expose: __expose,
|
|
476
|
+
emit: __emit
|
|
477
477
|
}) {
|
|
478
478
|
const props = __props;
|
|
479
479
|
let offsetTop = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("auto");
|
|
480
480
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
481
481
|
let btnShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 分屏返回按钮
|
|
482
|
-
|
|
482
|
+
let emit = __emit;
|
|
483
483
|
let viewModel = null;
|
|
484
484
|
let showTree1 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树1
|
|
485
|
-
|
|
486
485
|
let showTree2 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树2
|
|
487
|
-
|
|
488
486
|
let showTree3 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树3
|
|
489
|
-
|
|
490
487
|
let showTree4 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树4
|
|
491
|
-
|
|
492
488
|
let tree1Index = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
493
489
|
let tree2Index = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(1);
|
|
494
490
|
let tree3Index = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(2);
|
|
495
|
-
let tree4Index = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(3);
|
|
491
|
+
let tree4Index = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(3);
|
|
496
492
|
|
|
493
|
+
// 国际化
|
|
497
494
|
let {
|
|
498
495
|
locale,
|
|
499
496
|
messages
|
|
@@ -509,14 +506,14 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
509
506
|
splitLineColor: props.splitLineColor,
|
|
510
507
|
splitLineWidth: props.splitLineWidth
|
|
511
508
|
};
|
|
512
|
-
viewModel = new CompareMapViewModel
|
|
509
|
+
viewModel = new CompareMapViewModel(scenceView, options);
|
|
513
510
|
}
|
|
514
511
|
});
|
|
515
|
-
});
|
|
512
|
+
});
|
|
516
513
|
|
|
514
|
+
//切换窗口模式
|
|
517
515
|
function changeMode(mode) {
|
|
518
516
|
btnShow.value = true;
|
|
519
|
-
|
|
520
517
|
if (mode === 2) {
|
|
521
518
|
showTree1.value = true;
|
|
522
519
|
showTree2.value = true;
|
|
@@ -534,11 +531,10 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
534
531
|
tree3Index.value = 0;
|
|
535
532
|
tree4Index.value = 1;
|
|
536
533
|
}
|
|
537
|
-
|
|
538
534
|
viewModel && viewModel.changeMode(mode, props.defaultSelectAll);
|
|
539
|
-
}
|
|
540
|
-
|
|
535
|
+
}
|
|
541
536
|
|
|
537
|
+
//返回
|
|
542
538
|
function goBack() {
|
|
543
539
|
btnShow.value = false;
|
|
544
540
|
showTree1.value = false;
|
|
@@ -547,23 +543,23 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
547
543
|
showTree4.value = false;
|
|
548
544
|
emit("back");
|
|
549
545
|
resetMode();
|
|
550
|
-
}
|
|
551
|
-
|
|
546
|
+
}
|
|
552
547
|
|
|
548
|
+
//重置窗口模式
|
|
553
549
|
function resetMode() {
|
|
554
550
|
viewModel && viewModel.resetMode();
|
|
555
|
-
}
|
|
556
|
-
|
|
551
|
+
}
|
|
557
552
|
|
|
553
|
+
//设置图层显示状态
|
|
558
554
|
function setLayerState(index, guid, visible) {
|
|
559
555
|
viewModel && viewModel.setLayerState(index, guid, visible);
|
|
560
|
-
}
|
|
561
|
-
|
|
556
|
+
}
|
|
562
557
|
|
|
558
|
+
// 销毁
|
|
563
559
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
564
560
|
resetMode();
|
|
565
561
|
});
|
|
566
|
-
|
|
562
|
+
__expose({
|
|
567
563
|
changeMode,
|
|
568
564
|
goBack,
|
|
569
565
|
resetMode,
|
|
@@ -571,9 +567,7 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
571
567
|
});
|
|
572
568
|
return (_ctx, _cache) => {
|
|
573
569
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
574
|
-
|
|
575
570
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
576
|
-
|
|
577
571
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", CompareMapvue_type_script_setup_true_lang_js_hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree1) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
578
572
|
key: 0,
|
|
579
573
|
class: "layer-tree-1",
|
|
@@ -583,9 +577,7 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
583
577
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree1Index),
|
|
584
578
|
defaultSelectAll: props.defaultSelectAll,
|
|
585
579
|
setLayerState: setLayerState
|
|
586
|
-
}, null, 8
|
|
587
|
-
/* PROPS */
|
|
588
|
-
, ["style", "index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree2) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
580
|
+
}, null, 8 /* PROPS */, ["style", "index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree2) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
589
581
|
key: 1,
|
|
590
582
|
class: "layer-tree-2",
|
|
591
583
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
@@ -594,25 +586,19 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
594
586
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree2Index),
|
|
595
587
|
defaultSelectAll: props.defaultSelectAll,
|
|
596
588
|
setLayerState: setLayerState
|
|
597
|
-
}, null, 8
|
|
598
|
-
/* PROPS */
|
|
599
|
-
, ["style", "index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree3) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
589
|
+
}, null, 8 /* PROPS */, ["style", "index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree3) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
600
590
|
key: 2,
|
|
601
591
|
class: "layer-tree-3",
|
|
602
592
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree3Index),
|
|
603
593
|
defaultSelectAll: props.defaultSelectAll,
|
|
604
594
|
setLayerState: setLayerState
|
|
605
|
-
}, null, 8
|
|
606
|
-
/* PROPS */
|
|
607
|
-
, ["index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree4) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
595
|
+
}, null, 8 /* PROPS */, ["index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showTree4) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(CompareMapTree), {
|
|
608
596
|
key: 3,
|
|
609
597
|
class: "layer-tree-4",
|
|
610
598
|
index: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tree4Index),
|
|
611
599
|
defaultSelectAll: props.defaultSelectAll,
|
|
612
600
|
setLayerState: setLayerState
|
|
613
|
-
}, null, 8
|
|
614
|
-
/* PROPS */
|
|
615
|
-
, ["index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 返回 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
601
|
+
}, null, 8 /* PROPS */, ["index", "defaultSelectAll"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 返回 "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
616
602
|
circle: "",
|
|
617
603
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).return,
|
|
618
604
|
class: "close-button",
|
|
@@ -625,19 +611,12 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
625
611
|
size: 26
|
|
626
612
|
}, {
|
|
627
613
|
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_.IconBack))]),
|
|
628
|
-
_: 1
|
|
629
|
-
/* STABLE */
|
|
630
|
-
|
|
614
|
+
_: 1 /* STABLE */
|
|
631
615
|
})]),
|
|
632
|
-
_: 1
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}, 8
|
|
636
|
-
/* PROPS */
|
|
637
|
-
, ["title", "style"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(btnShow)]])]);
|
|
616
|
+
_: 1 /* STABLE */
|
|
617
|
+
}, 8 /* PROPS */, ["title", "style"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(btnShow)]])]);
|
|
638
618
|
};
|
|
639
619
|
}
|
|
640
|
-
|
|
641
620
|
}));
|
|
642
621
|
;// CONCATENATED MODULE: ./src/webgl/comparemap/CompareMap.vue?vue&type=script&setup=true&lang=js
|
|
643
622
|
|
|
@@ -649,10 +628,13 @@ const CompareMap_exports_ = CompareMapvue_type_script_setup_true_lang_js;
|
|
|
649
628
|
|
|
650
629
|
/* harmony default export */ var CompareMap = (CompareMap_exports_);
|
|
651
630
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
652
|
-
var init_js_ = __webpack_require__(
|
|
631
|
+
var init_js_ = __webpack_require__(455);
|
|
653
632
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
654
633
|
;// CONCATENATED MODULE: ./src/webgl/comparemap/index.js
|
|
655
|
-
|
|
634
|
+
/*
|
|
635
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
636
|
+
* All rights reserved.
|
|
637
|
+
*/
|
|
656
638
|
|
|
657
639
|
|
|
658
640
|
|
|
@@ -661,8 +643,6 @@ CompareMap.install = (Vue, opts) => {
|
|
|
661
643
|
Vue.component(CompareMap.name, CompareMap);
|
|
662
644
|
};
|
|
663
645
|
|
|
664
|
-
|
|
665
|
-
}();
|
|
666
646
|
/******/ return __webpack_exports__;
|
|
667
647
|
/******/ })()
|
|
668
648
|
;
|