From 96798d1618a2dc167e28690b3f4c13fb5c0c4911 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 22 Dec 2021 17:23:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/store/modules/mobile.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index 91e2148..064f3c4 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -93,7 +93,7 @@
var ellipsoid = state.mviewer.scene.globe.ellipsoid;
var cartographic = global.DC.Namespace.Cesium.Cartographic.fromDegrees(
data.lntLat[0],
- data.lntLat[1] - 0.00006,
+ data.lntLat[1] - 0.00048,
"90.648862227"
);
data.position = ellipsoid.cartographicToCartesian(cartographic);
@@ -117,15 +117,15 @@
//基于高度基础设置
// h:1530
- // lnt: + 0.01187 x轴
- // Lat: - 0.0108 y轴
+ // lnt: + 0.01187 x轴 大是向左
+ // Lat: - 0.0108 y轴 减是上
// h:4000
// lnt: + 0.01187 x轴
// Lat: - 0.0308y轴
let Position = new global.DC.Position(//转坐标
- +data.lntLat[0] + 0.01187,
- +data.lntLat[1] - 0.0108,
- 1530,
+ +data.lntLat[0] + 0.01197,
+ +data.lntLat[1] - 0.0021,
+ 330,
0,
-45
);
--
Gitblit v1.9.3