From 4624a543f7d79d37ec7ed154ff8ea5db17b82632 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 08 Dec 2023 11:28:12 +0800
Subject: [PATCH] 定位更换 底部定位按钮开启 点击绿色搜索条件完善 extent,更新 主要楼宇开启 定位描点BUG修复

---
 src/store/modules/mobilePosition.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/store/modules/mobilePosition.js b/src/store/modules/mobilePosition.js
index acd5552..7bcd6a3 100644
--- a/src/store/modules/mobilePosition.js
+++ b/src/store/modules/mobilePosition.js
@@ -34,11 +34,11 @@
     yMax: 0.000004509195932360471,
 
     x: (x, y) => {
-      return -789.1274 + 6.0609 * x + 6.9479 * y;
+      return -802.9905 + 6.1504 * x + 7.0694 * y;
     },
 
     x: (x, y) => {
-      return 298.9294 - 3.5295 * x + 3.8211 * y;
+      return 295.4321 - 3.4878 * x + 3.775 * y;
     },
   },
 ];

--
Gitblit v1.9.3