@kq_npm/client3d_webgl_vue 3.6.9-beta → 3.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/baseterraingallery/index.js +2 -2
- package/comparemap/index.js +3 -3
- package/compass/index.js +2 -2
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +3 -3
- package/hawkeye/index.js +2 -2
- package/measure/index.js +5 -5
- package/package.json +1 -1
- package/profileanalysis/index.js +6 -6
- package/resetview/index.js +2 -2
- package/roller/index.js +10 -10
- package/scenceview/index.js +50 -50
- package/screenshot/index.js +4 -4
- package/underground/index.js +3 -3
- package/viewshedanalysis/index.js +4 -4
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//地形淹没分析逻辑类
|
|
14
14
|
class BaseterrainGalleryViewModel {
|
|
15
15
|
//基本地形对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
18
18
|
|
|
19
19
|
this._baseterrainGallery.viewer = viewer;
|
|
20
20
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
package/comparemap/index.js
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ CompareMapViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//多窗口逻辑类
|
|
14
14
|
class CompareMapViewModel {
|
|
15
15
|
// 三维视图对象
|
|
16
16
|
//三维viewer对象
|
|
17
17
|
constructor(scenceView) {
|
|
18
|
-
(0,
|
|
18
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scenceView", null);
|
|
19
19
|
|
|
20
|
-
(0,
|
|
20
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
21
21
|
|
|
22
22
|
this._scenceView = scenceView;
|
|
23
23
|
this._viewer = scenceView._viewer;
|
package/compass/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 重置视图
|
|
14
14
|
class CompassViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //重置方向
|
package/fixedzoomin/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 三维固定缩放逻辑
|
|
14
14
|
class FixedZoomin3dViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //获取相机焦点
|
package/fixedzoomout/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 三维固定缩放逻辑
|
|
14
14
|
class FixedZoomout3dViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //获取相机焦点
|
package/flight/index.js
CHANGED
|
@@ -35,16 +35,16 @@ es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
35
35
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
37
37
|
/* harmony export */ });
|
|
38
|
-
/* harmony import */ var
|
|
38
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
39
39
|
|
|
40
40
|
//飞行操作类
|
|
41
41
|
class FlightViewModel {
|
|
42
42
|
//飞行三维对象
|
|
43
43
|
//停止事件
|
|
44
44
|
constructor(viewer) {
|
|
45
|
-
(0,
|
|
45
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
46
46
|
|
|
47
|
-
(0,
|
|
47
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
48
48
|
|
|
49
49
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
50
50
|
this.stopEvent = this._animationPath.stoped;
|
package/hawkeye/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ HawkeyeViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//鹰眼逻辑类
|
|
14
14
|
class HawkeyeViewModel {
|
|
15
15
|
//鹰眼三维对象
|
|
16
16
|
constructor(scenceView, options) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_overviewMap", null);
|
|
18
18
|
|
|
19
19
|
options.viewer = scenceView._viewer;
|
|
20
20
|
options.centerRectColor = Cesium.Color.fromCssColorString(options.centerColor || "#0000ff").withAlpha(options.centerColorAlpha || 0.5);
|
package/measure/index.js
CHANGED
|
@@ -35,7 +35,7 @@ es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
35
35
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
37
37
|
/* harmony export */ });
|
|
38
|
-
/* harmony import */ var
|
|
38
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
39
39
|
|
|
40
40
|
//测量操作类
|
|
41
41
|
class MeasureViewModel {
|
|
@@ -43,13 +43,13 @@ class MeasureViewModel {
|
|
|
43
43
|
//测量事件
|
|
44
44
|
//活动事件
|
|
45
45
|
constructor(viewer) {
|
|
46
|
-
(0,
|
|
46
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
47
47
|
|
|
48
|
-
(0,
|
|
48
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
49
49
|
|
|
50
|
-
(0,
|
|
50
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
51
51
|
|
|
52
|
-
(0,
|
|
52
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
53
53
|
|
|
54
54
|
//开启深度检测
|
|
55
55
|
viewer.scene.globe.depthTestAgainstTerrain = true;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"3.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"3.7.0-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","html2canvas":"^1.4.1","xe-utils":"^3.5.4"}}
|
package/profileanalysis/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ProfileAnalysisViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//分析逻辑类
|
|
14
14
|
let floatingPoint;
|
|
@@ -21,15 +21,15 @@ class ProfileAnalysisViewModel {
|
|
|
21
21
|
//显示结果的DOM元素显隐
|
|
22
22
|
//全局参数对象
|
|
23
23
|
constructor(scenceView, viewModel, chart) {
|
|
24
|
-
(0,
|
|
24
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
25
25
|
|
|
26
|
-
(0,
|
|
26
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
27
27
|
|
|
28
|
-
(0,
|
|
28
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
29
29
|
|
|
30
|
-
(0,
|
|
30
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_language", null);
|
|
31
31
|
|
|
32
|
-
(0,
|
|
32
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
33
33
|
width: 360,
|
|
34
34
|
height: 360
|
|
35
35
|
});
|
package/resetview/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 重置视图
|
|
14
14
|
class ResetViewViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //重置视角
|
package/roller/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//卷帘逻辑类
|
|
14
14
|
class RollerViewModel {
|
|
@@ -22,23 +22,23 @@ class RollerViewModel {
|
|
|
22
22
|
//左右卷帘活动状态
|
|
23
23
|
//上下卷帘活动状态
|
|
24
24
|
constructor(scenceView, options) {
|
|
25
|
-
(0,
|
|
25
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
26
26
|
|
|
27
|
-
(0,
|
|
27
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
28
28
|
|
|
29
|
-
(0,
|
|
29
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
30
30
|
|
|
31
|
-
(0,
|
|
31
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
32
32
|
|
|
33
|
-
(0,
|
|
33
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
34
34
|
|
|
35
|
-
(0,
|
|
35
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
36
36
|
|
|
37
|
-
(0,
|
|
37
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
38
38
|
|
|
39
|
-
(0,
|
|
39
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
40
40
|
|
|
41
|
-
(0,
|
|
41
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
42
42
|
|
|
43
43
|
this._viewer = scenceView._viewer;
|
|
44
44
|
this._layerManager = scenceView._layerManager;
|
package/scenceview/index.js
CHANGED
|
@@ -2390,13 +2390,13 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
2390
2390
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2391
2391
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
2392
2392
|
/* harmony export */ });
|
|
2393
|
-
/* harmony import */ var
|
|
2393
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
2394
2394
|
|
|
2395
2395
|
//地形淹没分析逻辑类
|
|
2396
2396
|
class BaseterrainGalleryViewModel {
|
|
2397
2397
|
//基本地形对象
|
|
2398
2398
|
constructor(viewer) {
|
|
2399
|
-
(0,
|
|
2399
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
2400
2400
|
|
|
2401
2401
|
this._baseterrainGallery.viewer = viewer;
|
|
2402
2402
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
@@ -5975,16 +5975,16 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
5975
5975
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5976
5976
|
/* harmony export */ "Z": function() { return /* binding */ CompareMapViewModel; }
|
|
5977
5977
|
/* harmony export */ });
|
|
5978
|
-
/* harmony import */ var
|
|
5978
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
5979
5979
|
|
|
5980
5980
|
//多窗口逻辑类
|
|
5981
5981
|
class CompareMapViewModel {
|
|
5982
5982
|
// 三维视图对象
|
|
5983
5983
|
//三维viewer对象
|
|
5984
5984
|
constructor(scenceView) {
|
|
5985
|
-
(0,
|
|
5985
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scenceView", null);
|
|
5986
5986
|
|
|
5987
|
-
(0,
|
|
5987
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
5988
5988
|
|
|
5989
5989
|
this._scenceView = scenceView;
|
|
5990
5990
|
this._viewer = scenceView._viewer;
|
|
@@ -6426,13 +6426,13 @@ CompareMap.install = (Vue, opts) => {
|
|
|
6426
6426
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6427
6427
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
6428
6428
|
/* harmony export */ });
|
|
6429
|
-
/* harmony import */ var
|
|
6429
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
6430
6430
|
|
|
6431
6431
|
// 重置视图
|
|
6432
6432
|
class CompassViewModel {
|
|
6433
6433
|
//三维viewer对象
|
|
6434
6434
|
constructor(viewer) {
|
|
6435
|
-
(0,
|
|
6435
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
6436
6436
|
|
|
6437
6437
|
this._viewer = viewer;
|
|
6438
6438
|
} //重置方向
|
|
@@ -7272,13 +7272,13 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
|
7272
7272
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7273
7273
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
7274
7274
|
/* harmony export */ });
|
|
7275
|
-
/* harmony import */ var
|
|
7275
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7276
7276
|
|
|
7277
7277
|
// 三维固定缩放逻辑
|
|
7278
7278
|
class FixedZoomin3dViewModel {
|
|
7279
7279
|
//三维viewer对象
|
|
7280
7280
|
constructor(viewer) {
|
|
7281
|
-
(0,
|
|
7281
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
7282
7282
|
|
|
7283
7283
|
this._viewer = viewer;
|
|
7284
7284
|
} //获取相机焦点
|
|
@@ -7477,13 +7477,13 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
7477
7477
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7478
7478
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
7479
7479
|
/* harmony export */ });
|
|
7480
|
-
/* harmony import */ var
|
|
7480
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7481
7481
|
|
|
7482
7482
|
// 三维固定缩放逻辑
|
|
7483
7483
|
class FixedZoomout3dViewModel {
|
|
7484
7484
|
//三维viewer对象
|
|
7485
7485
|
constructor(viewer) {
|
|
7486
|
-
(0,
|
|
7486
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
7487
7487
|
|
|
7488
7488
|
this._viewer = viewer;
|
|
7489
7489
|
} //获取相机焦点
|
|
@@ -7682,16 +7682,16 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
7682
7682
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7683
7683
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
7684
7684
|
/* harmony export */ });
|
|
7685
|
-
/* harmony import */ var
|
|
7685
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7686
7686
|
|
|
7687
7687
|
//飞行操作类
|
|
7688
7688
|
class FlightViewModel {
|
|
7689
7689
|
//飞行三维对象
|
|
7690
7690
|
//停止事件
|
|
7691
7691
|
constructor(viewer) {
|
|
7692
|
-
(0,
|
|
7692
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
7693
7693
|
|
|
7694
|
-
(0,
|
|
7694
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
7695
7695
|
|
|
7696
7696
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
7697
7697
|
this.stopEvent = this._animationPath.stoped;
|
|
@@ -10721,13 +10721,13 @@ GPUSpatialQuery.install = (Vue, opts) => {
|
|
|
10721
10721
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10722
10722
|
/* harmony export */ "Z": function() { return /* binding */ HawkeyeViewModel; }
|
|
10723
10723
|
/* harmony export */ });
|
|
10724
|
-
/* harmony import */ var
|
|
10724
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
10725
10725
|
|
|
10726
10726
|
//鹰眼逻辑类
|
|
10727
10727
|
class HawkeyeViewModel {
|
|
10728
10728
|
//鹰眼三维对象
|
|
10729
10729
|
constructor(scenceView, options) {
|
|
10730
|
-
(0,
|
|
10730
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_overviewMap", null);
|
|
10731
10731
|
|
|
10732
10732
|
options.viewer = scenceView._viewer;
|
|
10733
10733
|
options.centerRectColor = Cesium.Color.fromCssColorString(options.centerColor || "#0000ff").withAlpha(options.centerColorAlpha || 0.5);
|
|
@@ -13553,7 +13553,7 @@ IsolineAnalysis.install = (Vue, opts) => {
|
|
|
13553
13553
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13554
13554
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
13555
13555
|
/* harmony export */ });
|
|
13556
|
-
/* harmony import */ var
|
|
13556
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
13557
13557
|
|
|
13558
13558
|
//测量操作类
|
|
13559
13559
|
class MeasureViewModel {
|
|
@@ -13561,13 +13561,13 @@ class MeasureViewModel {
|
|
|
13561
13561
|
//测量事件
|
|
13562
13562
|
//活动事件
|
|
13563
13563
|
constructor(viewer) {
|
|
13564
|
-
(0,
|
|
13564
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
13565
13565
|
|
|
13566
|
-
(0,
|
|
13566
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
13567
13567
|
|
|
13568
|
-
(0,
|
|
13568
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
13569
13569
|
|
|
13570
|
-
(0,
|
|
13570
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
13571
13571
|
|
|
13572
13572
|
//开启深度检测
|
|
13573
13573
|
viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
@@ -16744,7 +16744,7 @@ PlaneClip.install = (Vue, opts) => {
|
|
|
16744
16744
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16745
16745
|
/* harmony export */ "Z": function() { return /* binding */ ProfileAnalysisViewModel; }
|
|
16746
16746
|
/* harmony export */ });
|
|
16747
|
-
/* harmony import */ var
|
|
16747
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
16748
16748
|
|
|
16749
16749
|
//分析逻辑类
|
|
16750
16750
|
let floatingPoint;
|
|
@@ -16757,15 +16757,15 @@ class ProfileAnalysisViewModel {
|
|
|
16757
16757
|
//显示结果的DOM元素显隐
|
|
16758
16758
|
//全局参数对象
|
|
16759
16759
|
constructor(scenceView, viewModel, chart) {
|
|
16760
|
-
(0,
|
|
16760
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
16761
16761
|
|
|
16762
|
-
(0,
|
|
16762
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
16763
16763
|
|
|
16764
|
-
(0,
|
|
16764
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
16765
16765
|
|
|
16766
|
-
(0,
|
|
16766
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_language", null);
|
|
16767
16767
|
|
|
16768
|
-
(0,
|
|
16768
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
16769
16769
|
width: 360,
|
|
16770
16770
|
height: 360
|
|
16771
16771
|
});
|
|
@@ -17595,13 +17595,13 @@ ProfileAnalysis.install = (Vue, opts) => {
|
|
|
17595
17595
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17596
17596
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
17597
17597
|
/* harmony export */ });
|
|
17598
|
-
/* harmony import */ var
|
|
17598
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
17599
17599
|
|
|
17600
17600
|
// 重置视图
|
|
17601
17601
|
class ResetViewViewModel {
|
|
17602
17602
|
//三维viewer对象
|
|
17603
17603
|
constructor(viewer) {
|
|
17604
|
-
(0,
|
|
17604
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
17605
17605
|
|
|
17606
17606
|
this._viewer = viewer;
|
|
17607
17607
|
} //重置视角
|
|
@@ -17750,7 +17750,7 @@ ResetView.install = (Vue, opts) => {
|
|
|
17750
17750
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17751
17751
|
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
17752
17752
|
/* harmony export */ });
|
|
17753
|
-
/* harmony import */ var
|
|
17753
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
17754
17754
|
|
|
17755
17755
|
//卷帘逻辑类
|
|
17756
17756
|
class RollerViewModel {
|
|
@@ -17764,23 +17764,23 @@ class RollerViewModel {
|
|
|
17764
17764
|
//左右卷帘活动状态
|
|
17765
17765
|
//上下卷帘活动状态
|
|
17766
17766
|
constructor(scenceView, options) {
|
|
17767
|
-
(0,
|
|
17767
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
17768
17768
|
|
|
17769
|
-
(0,
|
|
17769
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
17770
17770
|
|
|
17771
|
-
(0,
|
|
17771
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
17772
17772
|
|
|
17773
|
-
(0,
|
|
17773
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
17774
17774
|
|
|
17775
|
-
(0,
|
|
17775
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
17776
17776
|
|
|
17777
|
-
(0,
|
|
17777
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
17778
17778
|
|
|
17779
|
-
(0,
|
|
17779
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
17780
17780
|
|
|
17781
|
-
(0,
|
|
17781
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
17782
17782
|
|
|
17783
|
-
(0,
|
|
17783
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
17784
17784
|
|
|
17785
17785
|
this._viewer = scenceView._viewer;
|
|
17786
17786
|
this._layerManager = scenceView._layerManager;
|
|
@@ -18352,7 +18352,7 @@ Roller.install = (Vue, opts) => {
|
|
|
18352
18352
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18353
18353
|
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
18354
18354
|
/* harmony export */ });
|
|
18355
|
-
/* harmony import */ var
|
|
18355
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
18356
18356
|
|
|
18357
18357
|
//截图逻辑类
|
|
18358
18358
|
class ScreenshotViewModel {
|
|
@@ -18360,11 +18360,11 @@ class ScreenshotViewModel {
|
|
|
18360
18360
|
//截图存储参数对象
|
|
18361
18361
|
//截图三维对象
|
|
18362
18362
|
constructor(viewer, options) {
|
|
18363
|
-
(0,
|
|
18363
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18364
18364
|
|
|
18365
|
-
(0,
|
|
18365
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
18366
18366
|
|
|
18367
|
-
(0,
|
|
18367
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
18368
18368
|
|
|
18369
18369
|
this._options = {
|
|
18370
18370
|
width: options.imgWidth,
|
|
@@ -23487,15 +23487,15 @@ TerrainOperation.install = (Vue, opts) => {
|
|
|
23487
23487
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23488
23488
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
23489
23489
|
/* harmony export */ });
|
|
23490
|
-
/* harmony import */ var
|
|
23490
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23491
23491
|
|
|
23492
23492
|
class UndergroundViewModel {
|
|
23493
23493
|
// 三维viewer对象
|
|
23494
23494
|
// 地下模式三维管理对象
|
|
23495
23495
|
constructor(viewer) {
|
|
23496
|
-
(0,
|
|
23496
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23497
23497
|
|
|
23498
|
-
(0,
|
|
23498
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
23499
23499
|
|
|
23500
23500
|
this._viewer = viewer;
|
|
23501
23501
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -23699,7 +23699,7 @@ Underground.install = (Vue, opts) => {
|
|
|
23699
23699
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23700
23700
|
/* harmony export */ "Z": function() { return /* binding */ ViewshedAnalysisViewModel; }
|
|
23701
23701
|
/* harmony export */ });
|
|
23702
|
-
/* harmony import */ var
|
|
23702
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23703
23703
|
|
|
23704
23704
|
//可视域分析逻辑类
|
|
23705
23705
|
class ViewshedAnalysisViewModel {
|
|
@@ -23707,11 +23707,11 @@ class ViewshedAnalysisViewModel {
|
|
|
23707
23707
|
//三维场景对象
|
|
23708
23708
|
//可视域分析存储参数对象
|
|
23709
23709
|
constructor(scenceView, options) {
|
|
23710
|
-
(0,
|
|
23710
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewshedAnalysis", null);
|
|
23711
23711
|
|
|
23712
|
-
(0,
|
|
23712
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scene", null);
|
|
23713
23713
|
|
|
23714
|
-
(0,
|
|
23714
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
23715
23715
|
|
|
23716
23716
|
this._scene = scenceView._viewer.scene;
|
|
23717
23717
|
this._scene.globe.depthTestAgainstTerrain = true;
|
package/screenshot/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//截图逻辑类
|
|
14
14
|
class ScreenshotViewModel {
|
|
@@ -16,11 +16,11 @@ class ScreenshotViewModel {
|
|
|
16
16
|
//截图存储参数对象
|
|
17
17
|
//截图三维对象
|
|
18
18
|
constructor(viewer, options) {
|
|
19
|
-
(0,
|
|
19
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
20
20
|
|
|
21
|
-
(0,
|
|
21
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
22
22
|
|
|
23
|
-
(0,
|
|
23
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
24
24
|
|
|
25
25
|
this._options = {
|
|
26
26
|
width: options.imgWidth,
|
package/underground/index.js
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
class UndergroundViewModel {
|
|
14
14
|
// 三维viewer对象
|
|
15
15
|
// 地下模式三维管理对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
|
-
(0,
|
|
19
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
20
20
|
|
|
21
21
|
this._viewer = viewer;
|
|
22
22
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ViewshedAnalysisViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//可视域分析逻辑类
|
|
14
14
|
class ViewshedAnalysisViewModel {
|
|
@@ -16,11 +16,11 @@ class ViewshedAnalysisViewModel {
|
|
|
16
16
|
//三维场景对象
|
|
17
17
|
//可视域分析存储参数对象
|
|
18
18
|
constructor(scenceView, options) {
|
|
19
|
-
(0,
|
|
19
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewshedAnalysis", null);
|
|
20
20
|
|
|
21
|
-
(0,
|
|
21
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scene", null);
|
|
22
22
|
|
|
23
|
-
(0,
|
|
23
|
+
(0,D_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
24
24
|
|
|
25
25
|
this._scene = scenceView._viewer.scene;
|
|
26
26
|
this._scene.globe.depthTestAgainstTerrain = true;
|