@kq_npm/client3d_webgl_vue 2.6.9-beta → 2.7.0-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 +256 -152
- package/aspectanalysis/index.js +209 -141
- package/baseterraingallery/index.js +182 -107
- package/boxclip/index.js +306 -238
- package/comparemap/index.js +219 -137
- package/compass/index.js +169 -94
- package/excavatefillanalysis/index.js +225 -157
- package/fixedzoomin/index.js +167 -92
- package/fixedzoomout/index.js +167 -92
- package/flight/index.js +298 -199
- package/floodanalysis/index.js +236 -170
- package/gpuspatialquery/index.js +280 -212
- package/hawkeye/index.js +143 -75
- package/index.js +4 -6
- package/isolineanalysis/index.js +552 -486
- package/measure/index.js +236 -154
- package/modelselect/index.js +184 -116
- package/package.json +1 -1
- package/particleeffect/index.js +258 -185
- package/planeclip/index.js +245 -177
- package/profileanalysis/index.js +252 -184
- package/resetview/index.js +132 -57
- package/roller/index.js +202 -134
- package/scenceview/index.js +21480 -94
- package/screenshot/index.js +203 -135
- package/shadowanalysis/index.js +317 -242
- package/sightlineanalysis/index.js +134 -96
- package/skylineanalysis/index.js +239 -171
- package/slopeanalysis/index.js +238 -172
- package/statusbar/index.js +84 -53
- package/terrainoperation/index.js +204 -136
- package/underground/index.js +164 -96
- package/viewshedanalysis/index.js +243 -175
- package/weathereffect/index.js +222 -149
|
@@ -1,86 +1,20 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ !function() {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = function(module) {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ function() { return module['default']; } :
|
|
13
|
-
/******/ function() { return module; };
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ }();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ !function() {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ }();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ !function() {
|
|
33
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
34
|
-
/******/ }();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ !function() {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ }();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
51
4
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"BaseterrainGalleryViewModel": function() { return /* reexport */ BaseterrainGalleryViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ BaseterrainGallery; }
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
;// CONCATENATED MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
59
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject = require("vue");
|
|
60
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
61
|
-
var gis_utils_namespaceObject = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
62
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
63
|
-
function _defineProperty(obj, key, value) {
|
|
64
|
-
if (key in obj) {
|
|
65
|
-
Object.defineProperty(obj, key, {
|
|
66
|
-
value: value,
|
|
67
|
-
enumerable: true,
|
|
68
|
-
configurable: true,
|
|
69
|
-
writable: true
|
|
70
|
-
});
|
|
71
|
-
} else {
|
|
72
|
-
obj[key] = value;
|
|
73
|
-
}
|
|
5
|
+
/***/ 2109:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
74
7
|
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
78
12
|
|
|
79
13
|
//地形淹没分析逻辑类
|
|
80
14
|
class BaseterrainGalleryViewModel {
|
|
81
15
|
//基本地形对象
|
|
82
16
|
constructor(viewer) {
|
|
83
|
-
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
84
18
|
|
|
85
19
|
this._baseterrainGallery.viewer = viewer;
|
|
86
20
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
@@ -145,8 +79,148 @@ class BaseterrainGalleryViewModel {
|
|
|
145
79
|
}
|
|
146
80
|
|
|
147
81
|
}
|
|
148
|
-
|
|
149
|
-
|
|
82
|
+
|
|
83
|
+
/***/ }),
|
|
84
|
+
|
|
85
|
+
/***/ 9702:
|
|
86
|
+
/***/ (function(module) {
|
|
87
|
+
|
|
88
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
89
|
+
|
|
90
|
+
/***/ }),
|
|
91
|
+
|
|
92
|
+
/***/ 826:
|
|
93
|
+
/***/ (function(module) {
|
|
94
|
+
|
|
95
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
96
|
+
|
|
97
|
+
/***/ }),
|
|
98
|
+
|
|
99
|
+
/***/ 5406:
|
|
100
|
+
/***/ (function(module) {
|
|
101
|
+
|
|
102
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
103
|
+
|
|
104
|
+
/***/ }),
|
|
105
|
+
|
|
106
|
+
/***/ 637:
|
|
107
|
+
/***/ (function(module) {
|
|
108
|
+
|
|
109
|
+
module.exports = require("vue");
|
|
110
|
+
|
|
111
|
+
/***/ }),
|
|
112
|
+
|
|
113
|
+
/***/ 8270:
|
|
114
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
115
|
+
|
|
116
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
117
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
118
|
+
/* harmony export */ });
|
|
119
|
+
function _defineProperty(obj, key, value) {
|
|
120
|
+
if (key in obj) {
|
|
121
|
+
Object.defineProperty(obj, key, {
|
|
122
|
+
value: value,
|
|
123
|
+
enumerable: true,
|
|
124
|
+
configurable: true,
|
|
125
|
+
writable: true
|
|
126
|
+
});
|
|
127
|
+
} else {
|
|
128
|
+
obj[key] = value;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return obj;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/***/ })
|
|
135
|
+
|
|
136
|
+
/******/ });
|
|
137
|
+
/************************************************************************/
|
|
138
|
+
/******/ // The module cache
|
|
139
|
+
/******/ var __webpack_module_cache__ = {};
|
|
140
|
+
/******/
|
|
141
|
+
/******/ // The require function
|
|
142
|
+
/******/ function __webpack_require__(moduleId) {
|
|
143
|
+
/******/ // Check if module is in cache
|
|
144
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
145
|
+
/******/ if (cachedModule !== undefined) {
|
|
146
|
+
/******/ return cachedModule.exports;
|
|
147
|
+
/******/ }
|
|
148
|
+
/******/ // Create a new module (and put it into the cache)
|
|
149
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
150
|
+
/******/ // no module.id needed
|
|
151
|
+
/******/ // no module.loaded needed
|
|
152
|
+
/******/ exports: {}
|
|
153
|
+
/******/ };
|
|
154
|
+
/******/
|
|
155
|
+
/******/ // Execute the module function
|
|
156
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
157
|
+
/******/
|
|
158
|
+
/******/ // Return the exports of the module
|
|
159
|
+
/******/ return module.exports;
|
|
160
|
+
/******/ }
|
|
161
|
+
/******/
|
|
162
|
+
/************************************************************************/
|
|
163
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
164
|
+
/******/ !function() {
|
|
165
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
166
|
+
/******/ __webpack_require__.n = function(module) {
|
|
167
|
+
/******/ var getter = module && module.__esModule ?
|
|
168
|
+
/******/ function() { return module['default']; } :
|
|
169
|
+
/******/ function() { return module; };
|
|
170
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
171
|
+
/******/ return getter;
|
|
172
|
+
/******/ };
|
|
173
|
+
/******/ }();
|
|
174
|
+
/******/
|
|
175
|
+
/******/ /* webpack/runtime/define property getters */
|
|
176
|
+
/******/ !function() {
|
|
177
|
+
/******/ // define getter functions for harmony exports
|
|
178
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
179
|
+
/******/ for(var key in definition) {
|
|
180
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
181
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
182
|
+
/******/ }
|
|
183
|
+
/******/ }
|
|
184
|
+
/******/ };
|
|
185
|
+
/******/ }();
|
|
186
|
+
/******/
|
|
187
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
188
|
+
/******/ !function() {
|
|
189
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
190
|
+
/******/ }();
|
|
191
|
+
/******/
|
|
192
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
193
|
+
/******/ !function() {
|
|
194
|
+
/******/ // define __esModule on exports
|
|
195
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
196
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
197
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
198
|
+
/******/ }
|
|
199
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
200
|
+
/******/ };
|
|
201
|
+
/******/ }();
|
|
202
|
+
/******/
|
|
203
|
+
/************************************************************************/
|
|
204
|
+
var __webpack_exports__ = {};
|
|
205
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
206
|
+
!function() {
|
|
207
|
+
// ESM COMPAT FLAG
|
|
208
|
+
__webpack_require__.r(__webpack_exports__);
|
|
209
|
+
|
|
210
|
+
// EXPORTS
|
|
211
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
212
|
+
"BaseterrainGalleryViewModel": function() { return /* reexport */ BaseterrainGalleryViewModel/* default */.Z; },
|
|
213
|
+
"default": function() { return /* reexport */ BaseterrainGallery; }
|
|
214
|
+
});
|
|
215
|
+
|
|
216
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
217
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
218
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
219
|
+
var gis_utils_ = __webpack_require__(826);
|
|
220
|
+
// EXTERNAL MODULE: ./src/webgl/baseterraingallery/BaseterrainGalleryViewModel.js
|
|
221
|
+
var BaseterrainGalleryViewModel = __webpack_require__(2109);
|
|
222
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
223
|
+
var const_image_ = __webpack_require__(9702);
|
|
150
224
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/baseterraingallery/BaseterrainGallery.vue?vue&type=script&setup=true&lang=js
|
|
151
225
|
|
|
152
226
|
const _hoisted_1 = {
|
|
@@ -195,19 +269,19 @@ const __default__ = {
|
|
|
195
269
|
}) {
|
|
196
270
|
const props = __props; //语言
|
|
197
271
|
|
|
198
|
-
let language = (0,
|
|
272
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); //地形选中值
|
|
199
273
|
|
|
200
|
-
let currentIndex = (0,
|
|
201
|
-
let currentTerrain = (0,
|
|
274
|
+
let currentIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(2);
|
|
275
|
+
let currentTerrain = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); //逻辑类对象
|
|
202
276
|
|
|
203
277
|
let viewModel = null;
|
|
204
|
-
(0,
|
|
278
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
205
279
|
currentIndex.value = props.selectIndex;
|
|
206
|
-
|
|
280
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
207
281
|
if (scenceView) {
|
|
208
282
|
language.value = scenceView._language;
|
|
209
283
|
changSelectTerrain();
|
|
210
|
-
viewModel = new BaseterrainGalleryViewModel(scenceView._viewer);
|
|
284
|
+
viewModel = new BaseterrainGalleryViewModel/* default */.Z(scenceView._viewer);
|
|
211
285
|
viewModel.setTerrainType(currentIndex.value);
|
|
212
286
|
}
|
|
213
287
|
});
|
|
@@ -246,7 +320,7 @@ const __default__ = {
|
|
|
246
320
|
} // 销毁
|
|
247
321
|
|
|
248
322
|
|
|
249
|
-
(0,
|
|
323
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
250
324
|
clearResult();
|
|
251
325
|
});
|
|
252
326
|
expose({
|
|
@@ -256,24 +330,24 @@ const __default__ = {
|
|
|
256
330
|
clearResult
|
|
257
331
|
});
|
|
258
332
|
return (_ctx, _cache) => {
|
|
259
|
-
const _component_kq_form_item = (0,
|
|
333
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
260
334
|
|
|
261
|
-
const _component_kq_row = (0,
|
|
335
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
262
336
|
|
|
263
|
-
const _component_kq_form = (0,
|
|
337
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
264
338
|
|
|
265
|
-
const _component_kq_col = (0,
|
|
339
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
266
340
|
|
|
267
|
-
return (0,
|
|
341
|
+
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_row, {
|
|
268
342
|
style: {
|
|
269
343
|
"line-height": "48px",
|
|
270
344
|
"height": "48px"
|
|
271
345
|
}
|
|
272
346
|
}, {
|
|
273
|
-
default: (0,
|
|
274
|
-
label: (0,
|
|
347
|
+
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, {
|
|
348
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onlineTerrain
|
|
275
349
|
}, {
|
|
276
|
-
default: (0,
|
|
350
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentTerrain)), 1
|
|
277
351
|
/* TEXT */
|
|
278
352
|
)]),
|
|
279
353
|
_: 1
|
|
@@ -285,21 +359,21 @@ const __default__ = {
|
|
|
285
359
|
_: 1
|
|
286
360
|
/* STABLE */
|
|
287
361
|
|
|
288
|
-
}), (0,
|
|
289
|
-
default: (0,
|
|
362
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
363
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
290
364
|
span: 24
|
|
291
365
|
}, {
|
|
292
|
-
default: (0,
|
|
293
|
-
default: (0,
|
|
366
|
+
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, null, {
|
|
367
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-row @click=\"clickHandler(0)\" :class=\"currentIndex == 0 ? 'active' : ''\">\n <kq-col :span=\"5\">\n <img :src=\"TDT_TERRAiIN_URL\" alt=\"\" />\n </kq-col>\n <kq-col :span=\"19\">{{ language.tiandituTerrain }} </kq-col>\n </kq-row> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
294
368
|
onClick: _cache[0] || (_cache[0] = $event => clickHandler(1)),
|
|
295
|
-
class: (0,
|
|
369
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentIndex) == 1 ? 'active' : '')
|
|
296
370
|
}, {
|
|
297
|
-
default: (0,
|
|
298
|
-
src: (0,
|
|
371
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
372
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.CESIUM_TERRAiIN_URL),
|
|
299
373
|
alt: ""
|
|
300
374
|
}, null, 8
|
|
301
375
|
/* PROPS */
|
|
302
|
-
, _hoisted_4)]), (0,
|
|
376
|
+
, _hoisted_4)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cesiumTerrain), 1
|
|
303
377
|
/* TEXT */
|
|
304
378
|
)])]),
|
|
305
379
|
_: 1
|
|
@@ -307,16 +381,16 @@ const __default__ = {
|
|
|
307
381
|
|
|
308
382
|
}, 8
|
|
309
383
|
/* PROPS */
|
|
310
|
-
, ["class"]), (0,
|
|
384
|
+
, ["class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
311
385
|
onClick: _cache[1] || (_cache[1] = $event => clickHandler(2)),
|
|
312
|
-
class: (0,
|
|
386
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentIndex) == 2 ? 'active' : '')
|
|
313
387
|
}, {
|
|
314
|
-
default: (0,
|
|
315
|
-
src: (0,
|
|
388
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
389
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.NO_TERRAiIN_URL),
|
|
316
390
|
alt: ""
|
|
317
391
|
}, null, 8
|
|
318
392
|
/* PROPS */
|
|
319
|
-
, _hoisted_8)]), (0,
|
|
393
|
+
, _hoisted_8)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).ellipsoidTerrain), 1
|
|
320
394
|
/* TEXT */
|
|
321
395
|
)])]),
|
|
322
396
|
_: 1
|
|
@@ -350,9 +424,9 @@ const __default__ = {
|
|
|
350
424
|
const __exports__ = BaseterrainGalleryvue_type_script_setup_true_lang_js;
|
|
351
425
|
|
|
352
426
|
/* harmony default export */ var BaseterrainGallery = (__exports__);
|
|
353
|
-
|
|
354
|
-
var
|
|
355
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
427
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
428
|
+
var init_js_ = __webpack_require__(5406);
|
|
429
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
356
430
|
;// CONCATENATED MODULE: ./src/webgl/baseterraingallery/index.js
|
|
357
431
|
|
|
358
432
|
|
|
@@ -364,6 +438,7 @@ BaseterrainGallery.install = (Vue, opts) => {
|
|
|
364
438
|
};
|
|
365
439
|
|
|
366
440
|
|
|
441
|
+
}();
|
|
367
442
|
module.exports = __webpack_exports__;
|
|
368
443
|
/******/ })()
|
|
369
444
|
;
|