@kq_npm/client3d_webgl_vue 0.0.1-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 +1503 -0
- package/adddata/style/adddata.css +1 -0
- package/adddata/style/css.js +3 -0
- package/adddata/style/index.js +3 -0
- package/baseterraingallery/index.js +394 -0
- package/baseterraingallery/style/baseterraingallery.css +1 -0
- package/baseterraingallery/style/css.js +3 -0
- package/baseterraingallery/style/index.js +3 -0
- package/boxclip/index.js +1076 -0
- package/boxclip/style/boxclip.css +1 -0
- package/boxclip/style/css.js +3 -0
- package/boxclip/style/index.js +3 -0
- package/comparemap/index.js +466 -0
- package/comparemap/style/comparemap.css +1 -0
- package/comparemap/style/css.js +3 -0
- package/comparemap/style/index.js +3 -0
- package/css.js +3 -0
- package/excavatefillanalysis/index.js +599 -0
- package/excavatefillanalysis/style/css.js +3 -0
- package/excavatefillanalysis/style/excavatefillanalysis.css +1 -0
- package/excavatefillanalysis/style/index.js +3 -0
- package/flight/index.js +963 -0
- package/flight/style/css.js +3 -0
- package/flight/style/flight.css +1 -0
- package/flight/style/index.js +3 -0
- package/floodanalysis/index.js +824 -0
- package/floodanalysis/style/css.js +3 -0
- package/floodanalysis/style/floodanalysis.css +1 -0
- package/floodanalysis/style/index.js +3 -0
- package/gpuspatialquery/index.js +906 -0
- package/gpuspatialquery/style/css.js +3 -0
- package/gpuspatialquery/style/gpuspatialquery.css +1 -0
- package/gpuspatialquery/style/index.js +3 -0
- package/hawkeye/index.js +239 -0
- package/index.js +19807 -0
- package/isolineanalysis/index.js +2476 -0
- package/isolineanalysis/style/css.js +3 -0
- package/isolineanalysis/style/index.js +3 -0
- package/isolineanalysis/style/isolineanalysis.css +1 -0
- package/measure/index.js +560 -0
- package/measure/style/css.js +3 -0
- package/measure/style/index.js +3 -0
- package/measure/style/measure.css +1 -0
- package/modelselect/index.js +375 -0
- package/modelselect/style/css.js +3 -0
- package/modelselect/style/index.js +3 -0
- package/modelselect/style/modelselect.css +1 -0
- package/package.json +1 -0
- package/particleeffect/index.js +1079 -0
- package/particleeffect/style/css.js +3 -0
- package/particleeffect/style/index.js +3 -0
- package/particleeffect/style/particleeffect.css +1 -0
- package/planeclip/index.js +738 -0
- package/planeclip/style/css.js +3 -0
- package/planeclip/style/index.js +3 -0
- package/planeclip/style/planeclip.css +1 -0
- package/profileanalysis/index.js +781 -0
- package/profileanalysis/style/css.js +3 -0
- package/profileanalysis/style/index.js +3 -0
- package/profileanalysis/style/profileanalysis.css +1 -0
- package/roller/index.js +537 -0
- package/roller/style/css.js +3 -0
- package/roller/style/index.js +3 -0
- package/roller/style/roller.css +1 -0
- package/scenceview/index.js +1775 -0
- package/scenceview/style/css.js +3 -0
- package/scenceview/style/index.js +3 -0
- package/scenceview/style/scenceview.css +1 -0
- package/screenshot/index.js +551 -0
- package/screenshot/style/css.js +3 -0
- package/screenshot/style/index.js +3 -0
- package/screenshot/style/screenshot.css +1 -0
- package/shadowanalysis/index.js +1042 -0
- package/shadowanalysis/style/css.js +3 -0
- package/shadowanalysis/style/index.js +3 -0
- package/shadowanalysis/style/shadowanalysis.css +1 -0
- package/sightlineanalysis/index.js +1100 -0
- package/sightlineanalysis/style/css.js +3 -0
- package/sightlineanalysis/style/divpoint.css +1 -0
- package/sightlineanalysis/style/index.js +3 -0
- package/sightlineanalysis/style/sightlineanalysis.css +1 -0
- package/skylineanalysis/index.js +771 -0
- package/skylineanalysis/style/css.js +3 -0
- package/skylineanalysis/style/index.js +3 -0
- package/skylineanalysis/style/skylineanalysis.css +1 -0
- package/slopeanalysis/index.js +1028 -0
- package/slopeanalysis/style/css.js +3 -0
- package/slopeanalysis/style/index.js +3 -0
- package/slopeanalysis/style/slopeanalysis.css +1 -0
- package/style.css +1 -0
- package/style.js +3 -0
- package/terrainoperation/index.js +508 -0
- package/terrainoperation/style/css.js +3 -0
- package/terrainoperation/style/index.js +3 -0
- package/terrainoperation/style/terrainoperation.css +1 -0
- package/viewshedanalysis/index.js +582 -0
- package/viewshedanalysis/style/css.js +3 -0
- package/viewshedanalysis/style/index.js +3 -0
- package/viewshedanalysis/style/viewshedanalysis.css +1 -0
- package/weathereffect/index.js +835 -0
- package/weathereffect/style/css.js +3 -0
- package/weathereffect/style/index.js +3 -0
- package/weathereffect/style/weathereffect.css +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--kq-box-padding:16px;--kq-header-bg-color:var(--kq-color-primary);--kq-header-border-color:var(--kq-color-primary)}.kq-add-data{z-index:999;width:536px;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq-add-data.shadow{-webkit-box-shadow:var(--kq-box-shadow);box-shadow:var(--kq-box-shadow)}.kq-add-data .kq-row{display:block}.kq-add-data .kq-add-data-desc{margin-bottom:20px}.kq-add-data .kq-add-data-tip{color:#909399;font-size:13px}.kq-add-data .kq-add-data-upload_text{color:#606266}.kq-add-data .kq-select{width:100%}.kq-add-data .kq-add-data-filelist,.kq-add-data .kq-upload-dragger{background:#f2f6fc;border:1px dashed #409eff;border-radius:4px}.kq-add-data .kq-add-data-filelist{width:99%;min-height:101px;height:auto}.kq-add-data .kq-add-data-filelist .kq-row{margin:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0!important;margin-right:0!important}.kq-add-data .kq-add-data-filelist .kq-add-data-file{background:#d9ecff;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px;height:40px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.kq-add-data .kq-add-data-filelist .kq-add-data-file .kq-add-data-doc{font-size:28px;color:#409eff;padding:4px}.kq-add-data .kq-add-data-filelist .kq-add-data-file p{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.kq-add-data .kq-add-data-filelist .kq-add-data-file .kq-add-data-close{font-size:18px;color:#f56c6c;padding:4px;cursor:pointer}.kq-add-data .kq-add-data-footer{float:right;padding-top:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.kq-add-data .kq-add-data-footer .kq-add-data-footer-upload{padding:0 12px}
|
|
@@ -0,0 +1,394 @@
|
|
|
1
|
+
/******/ (function() { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ // The require scope
|
|
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__);
|
|
51
|
+
|
|
52
|
+
// EXPORTS
|
|
53
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
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 "@zpc_npm/vue-iclient-common/_utils/gis-utils"
|
|
61
|
+
var gis_utils_namespaceObject = require("@zpc_npm/vue-iclient-common/_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
|
+
}
|
|
74
|
+
|
|
75
|
+
return obj;
|
|
76
|
+
}
|
|
77
|
+
;// CONCATENATED MODULE: ./src/webgl/baseterraingallery/BaseterrainGalleryViewModel.js
|
|
78
|
+
|
|
79
|
+
//地形淹没分析逻辑类
|
|
80
|
+
class BaseterrainGalleryViewModel {
|
|
81
|
+
constructor(viewer) {
|
|
82
|
+
_defineProperty(this, "_baseterrainGallery", {});
|
|
83
|
+
|
|
84
|
+
this._baseterrainGallery.viewer = viewer;
|
|
85
|
+
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
86
|
+
this._baseterrainGallery.viewer.scene.postProcessStages.fxaa.enabled = false;
|
|
87
|
+
this.terrainTDT();
|
|
88
|
+
this.terrainNo();
|
|
89
|
+
this.terrainCesium();
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
setTerrainType(inx) {
|
|
93
|
+
if (inx === 0) {
|
|
94
|
+
this._baseterrainGallery.viewer.terrainProvider = this._baseterrainGallery.terrainTDT;
|
|
95
|
+
} else if (inx === 1) {
|
|
96
|
+
this._baseterrainGallery.viewer.terrainProvider = this._baseterrainGallery.terrainCesium;
|
|
97
|
+
} else if (inx === 2) {
|
|
98
|
+
this._baseterrainGallery.viewer.terrainProvider = this._baseterrainGallery.terrainNo;
|
|
99
|
+
}
|
|
100
|
+
} //天地图地形
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
terrainTDT() {
|
|
104
|
+
this._baseterrainGallery.terrainTDT = new window.Cesium.TiandituTerrainProvider({
|
|
105
|
+
url: "https://t{s}.tianditu.gov.cn/DEM90M/DataServer?T=elv_c",
|
|
106
|
+
subdomains: ["8", "9", "10", "11", "12"]
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* 无地形
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
terrainNo() {
|
|
115
|
+
this._baseterrainGallery.terrainNo = new window.Cesium.EllipsoidTerrainProvider();
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* cesium全球地形
|
|
119
|
+
*/
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
terrainCesium() {
|
|
123
|
+
window.Cesium.Ion.defaultAccessToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwMTY2NmY5Yi05OTM4LTQzMDAtOWFiNS00NTFlZmVkYWE2OTMiLCJpZCI6Nzc1NDAsImlhdCI6MTY0MDMzNzc2MH0.V6JP-o1fF5PQZ6BQzo5vS1SATDid7sM0NjOtQuRULjU";
|
|
124
|
+
this._baseterrainGallery.terrainCesium = new window.Cesium.createWorldTerrain({
|
|
125
|
+
requestVertexNormals: true,
|
|
126
|
+
requestWaterMask: true
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* 清理地图
|
|
131
|
+
*/
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
clear() {
|
|
135
|
+
this.setTerrainType(2);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* 注销
|
|
139
|
+
*/
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
destroy() {
|
|
143
|
+
this.clear();
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
}
|
|
147
|
+
;// CONCATENATED MODULE: external "@zpc_npm/vue-iclient-common/_utils/const-image"
|
|
148
|
+
var const_image_namespaceObject = require("@zpc_npm/vue-iclient-common/_utils/const-image");
|
|
149
|
+
;// 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
|
|
150
|
+
|
|
151
|
+
const _hoisted_1 = {
|
|
152
|
+
class: "kq3d-baseterrain-gallery"
|
|
153
|
+
};
|
|
154
|
+
const _hoisted_2 = {
|
|
155
|
+
class: "divSpan"
|
|
156
|
+
};
|
|
157
|
+
const _hoisted_3 = ["src"];
|
|
158
|
+
const _hoisted_4 = ["src"];
|
|
159
|
+
const _hoisted_5 = ["src"];
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
//语言
|
|
164
|
+
|
|
165
|
+
const __default__ = {
|
|
166
|
+
name: "Kq3dBaseterrainGallery"
|
|
167
|
+
};
|
|
168
|
+
/* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
169
|
+
setup(__props, {
|
|
170
|
+
expose
|
|
171
|
+
}) {
|
|
172
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)({}); //地形选中值
|
|
173
|
+
|
|
174
|
+
let currentIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(2);
|
|
175
|
+
let currentTerrain = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(""); //逻辑类对象
|
|
176
|
+
|
|
177
|
+
let viewModel = null;
|
|
178
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
|
|
179
|
+
gis_utils_namespaceObject.utils.getWebMap(null, scenceView => {
|
|
180
|
+
if (scenceView) {
|
|
181
|
+
language.value = scenceView._language;
|
|
182
|
+
changSelectTerrain();
|
|
183
|
+
viewModel = new BaseterrainGalleryViewModel(scenceView._viewer);
|
|
184
|
+
viewModel.setTerrainType(currentIndex.value);
|
|
185
|
+
}
|
|
186
|
+
});
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
function changSelectTerrain() {
|
|
190
|
+
switch (currentIndex.value) {
|
|
191
|
+
case 0:
|
|
192
|
+
currentTerrain.value = language.value["tiandituTerrain"];
|
|
193
|
+
break;
|
|
194
|
+
|
|
195
|
+
case 1:
|
|
196
|
+
currentTerrain.value = language.value["cesiumTerrain"];
|
|
197
|
+
break;
|
|
198
|
+
|
|
199
|
+
case 2:
|
|
200
|
+
currentTerrain.value = language.value["ellipsoidTerrain"];
|
|
201
|
+
break;
|
|
202
|
+
}
|
|
203
|
+
} //地形选择事件
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
function clickHandler(inx) {
|
|
207
|
+
currentIndex.value = inx;
|
|
208
|
+
changSelectTerrain();
|
|
209
|
+
viewModel.setTerrainType(currentIndex.value);
|
|
210
|
+
} //清除结果
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
function clearResult() {
|
|
214
|
+
viewModel && viewModel.clear();
|
|
215
|
+
} // 销毁
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onBeforeUnmount)(() => {
|
|
219
|
+
clearResult();
|
|
220
|
+
});
|
|
221
|
+
expose({
|
|
222
|
+
clearResult
|
|
223
|
+
});
|
|
224
|
+
return (_ctx, _cache) => {
|
|
225
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form-item");
|
|
226
|
+
|
|
227
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-row");
|
|
228
|
+
|
|
229
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-col");
|
|
230
|
+
|
|
231
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-form");
|
|
232
|
+
|
|
233
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
234
|
+
style: {
|
|
235
|
+
"line-height": "48px",
|
|
236
|
+
"height": "48px"
|
|
237
|
+
}
|
|
238
|
+
}, {
|
|
239
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form_item, {
|
|
240
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).onlineTerrain
|
|
241
|
+
}, {
|
|
242
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(currentTerrain)), 1
|
|
243
|
+
/* TEXT */
|
|
244
|
+
)]),
|
|
245
|
+
_: 1
|
|
246
|
+
/* STABLE */
|
|
247
|
+
|
|
248
|
+
}, 8
|
|
249
|
+
/* PROPS */
|
|
250
|
+
, ["label"])]),
|
|
251
|
+
_: 1
|
|
252
|
+
/* STABLE */
|
|
253
|
+
|
|
254
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, null, {
|
|
255
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
256
|
+
span: 24
|
|
257
|
+
}, {
|
|
258
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_form, null, {
|
|
259
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
260
|
+
onClick: _cache[0] || (_cache[0] = $event => clickHandler(0)),
|
|
261
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(currentIndex) == 0 ? 'active' : '')
|
|
262
|
+
}, {
|
|
263
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
264
|
+
span: 5
|
|
265
|
+
}, {
|
|
266
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("img", {
|
|
267
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(const_image_namespaceObject.TDT_TERRAiIN_URL),
|
|
268
|
+
alt: ""
|
|
269
|
+
}, null, 8
|
|
270
|
+
/* PROPS */
|
|
271
|
+
, _hoisted_3)]),
|
|
272
|
+
_: 1
|
|
273
|
+
/* STABLE */
|
|
274
|
+
|
|
275
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
276
|
+
span: 19
|
|
277
|
+
}, {
|
|
278
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).tiandituTerrain), 1
|
|
279
|
+
/* TEXT */
|
|
280
|
+
)]),
|
|
281
|
+
_: 1
|
|
282
|
+
/* STABLE */
|
|
283
|
+
|
|
284
|
+
})]),
|
|
285
|
+
_: 1
|
|
286
|
+
/* STABLE */
|
|
287
|
+
|
|
288
|
+
}, 8
|
|
289
|
+
/* PROPS */
|
|
290
|
+
, ["class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
291
|
+
onClick: _cache[1] || (_cache[1] = $event => clickHandler(1)),
|
|
292
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(currentIndex) == 1 ? 'active' : '')
|
|
293
|
+
}, {
|
|
294
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
295
|
+
span: 5
|
|
296
|
+
}, {
|
|
297
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("img", {
|
|
298
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(const_image_namespaceObject.CESIUM_TERRAiIN_URL),
|
|
299
|
+
alt: ""
|
|
300
|
+
}, null, 8
|
|
301
|
+
/* PROPS */
|
|
302
|
+
, _hoisted_4)]),
|
|
303
|
+
_: 1
|
|
304
|
+
/* STABLE */
|
|
305
|
+
|
|
306
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
307
|
+
span: 19
|
|
308
|
+
}, {
|
|
309
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).cesiumTerrain), 1
|
|
310
|
+
/* TEXT */
|
|
311
|
+
)]),
|
|
312
|
+
_: 1
|
|
313
|
+
/* STABLE */
|
|
314
|
+
|
|
315
|
+
})]),
|
|
316
|
+
_: 1
|
|
317
|
+
/* STABLE */
|
|
318
|
+
|
|
319
|
+
}, 8
|
|
320
|
+
/* PROPS */
|
|
321
|
+
, ["class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_row, {
|
|
322
|
+
onClick: _cache[2] || (_cache[2] = $event => clickHandler(2)),
|
|
323
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(currentIndex) == 2 ? 'active' : '')
|
|
324
|
+
}, {
|
|
325
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
326
|
+
span: 5
|
|
327
|
+
}, {
|
|
328
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("img", {
|
|
329
|
+
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(const_image_namespaceObject.NO_TERRAiIN_URL),
|
|
330
|
+
alt: ""
|
|
331
|
+
}, null, 8
|
|
332
|
+
/* PROPS */
|
|
333
|
+
, _hoisted_5)]),
|
|
334
|
+
_: 1
|
|
335
|
+
/* STABLE */
|
|
336
|
+
|
|
337
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_col, {
|
|
338
|
+
span: 19
|
|
339
|
+
}, {
|
|
340
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(language).ellipsoidTerrain), 1
|
|
341
|
+
/* TEXT */
|
|
342
|
+
)]),
|
|
343
|
+
_: 1
|
|
344
|
+
/* STABLE */
|
|
345
|
+
|
|
346
|
+
})]),
|
|
347
|
+
_: 1
|
|
348
|
+
/* STABLE */
|
|
349
|
+
|
|
350
|
+
}, 8
|
|
351
|
+
/* PROPS */
|
|
352
|
+
, ["class"])]),
|
|
353
|
+
_: 1
|
|
354
|
+
/* STABLE */
|
|
355
|
+
|
|
356
|
+
})]),
|
|
357
|
+
_: 1
|
|
358
|
+
/* STABLE */
|
|
359
|
+
|
|
360
|
+
})]),
|
|
361
|
+
_: 1
|
|
362
|
+
/* STABLE */
|
|
363
|
+
|
|
364
|
+
})]);
|
|
365
|
+
};
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
}));
|
|
369
|
+
;// CONCATENATED MODULE: ./src/webgl/baseterraingallery/BaseterrainGallery.vue?vue&type=script&setup=true&lang=js
|
|
370
|
+
|
|
371
|
+
;// CONCATENATED MODULE: ./src/webgl/baseterraingallery/BaseterrainGallery.vue
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
const __exports__ = BaseterrainGalleryvue_type_script_setup_true_lang_js;
|
|
376
|
+
|
|
377
|
+
/* harmony default export */ var BaseterrainGallery = (__exports__);
|
|
378
|
+
;// CONCATENATED MODULE: external "@zpc_npm/vue-iclient-common/init.js"
|
|
379
|
+
var init_js_namespaceObject = require("@zpc_npm/vue-iclient-common/init.js");
|
|
380
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
381
|
+
;// CONCATENATED MODULE: ./src/webgl/baseterraingallery/index.js
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
BaseterrainGallery.install = (Vue, opts) => {
|
|
387
|
+
init_js_default()(Vue, opts);
|
|
388
|
+
Vue.component(BaseterrainGallery.name, BaseterrainGallery);
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
module.exports = __webpack_exports__;
|
|
393
|
+
/******/ })()
|
|
394
|
+
;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--kq-box-padding:16px;--kq-header-bg-color:var(--kq-color-primary);--kq-header-border-color:var(--kq-color-primary)}.kq3d-baseterrain-gallery{z-index:999;width:372px;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-baseterrain-gallery.shadow{-webkit-box-shadow:var(--kq-box-shadow);box-shadow:var(--kq-box-shadow)}.kq3d-baseterrain-gallery .kq-form-item__label{height:48px;line-height:48px}.kq3d-baseterrain-gallery .kq-form-item{margin-bottom:0;width:100%}.kq3d-baseterrain-gallery .kq-form-item__content{text-align:end;display:block}.kq3d-baseterrain-gallery .divSpan{width:calc(100% - 16px);height:24px;line-height:24px;border-radius:var(--kq-border-radius-base);background-color:var(--kq-fill-color-light);text-align:left;padding:12px 8px;font-family:Noto Sans SC;font-style:normal;font-weight:400;font-size:16px;color:var(--kq-text-color-primary);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-font-feature-settings:"tnum" on,"lnum" on;font-feature-settings:"tnum" on,"lnum" on}.kq3d-baseterrain-gallery .kq-col-24{padding:8px;margin-top:16px;border:1px solid var(--kq-border-color-lighter);border-radius:var(--kq-border-radius-base);background-color:var(--kq-fill-color-lighter)}.kq3d-baseterrain-gallery .kq-form{height:216px}.kq3d-baseterrain-gallery .kq-form .kq-row{margin-left:0!important;margin-right:0!important;cursor:pointer}.kq3d-baseterrain-gallery .kq-form .kq-row .kq-col{height:72px;line-height:72px;font-family:Noto Sans SC;font-style:normal;font-weight:400;font-size:14px;padding-left:0!important;padding-right:0!important;color:var(--kq-text-color-primary)}.kq3d-baseterrain-gallery .kq-form .kq-row .kq-col img{width:64px;height:64px;margin:4px}.kq3d-baseterrain-gallery .kq-form .kq-row.active{background-color:var(--kq-color-primary-light-8)}
|