From 0dd5401c7bd5a23c26797f100ba2ac8c2b324af8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 12 Jan 2025 00:20:37 +0800
Subject: [PATCH] 雨水管网更新,初始化位置调整
---
src/components/global/MapContainer.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/global/MapContainer.vue b/src/components/global/MapContainer.vue
index 5cfaabd..42cefce 100644
--- a/src/components/global/MapContainer.vue
+++ b/src/components/global/MapContainer.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 15:07:51
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2025-01-07 18:27:45
+ * @LastEditTime: 2025-01-12 00:10:54
* @FilePath: \bigScreen\src\components\global\MapContainer.vue
* @Description:
*
@@ -45,9 +45,9 @@
window.$viewer.locationBar.enable = true
window.$viewer.zoomToPosition(new DC.Position(
- 115.6050,
- 29.7420,
- 6000,
+ 115.6080,
+ 29.7880,
+ 3000,
0,
-45,
0
--
Gitblit v1.9.3