From f90a37d5f8c2eabf3e00f64d7b7e42aa781888b8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 24 Sep 2021 20:31:22 +0800
Subject: [PATCH] 冲突

---
 src/components/map/main.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index 2e69e7e..a991e36 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -246,7 +246,7 @@
 
             this[type].getSource().addFeature(iconFeature)
 
-            this.flyTo(Number(item.LGTD), Number(item.LTTD), 18)
+            this.flyTo(Number(item.LGTD), Number(item.LTTD), 13)
         },
 
         addLines (arr) {
@@ -277,7 +277,7 @@
 
             this.peopleLineAddlayer.getSource().addFeature(feature_LineString)
 
-            this.flyTo(arr[Math.ceil(arr.length / 2)][0], arr[Math.ceil(arr.length / 2)][1], 15)
+            this.flyTo(arr[Math.ceil(arr.length / 2)][0], arr[Math.ceil(arr.length / 2)][1], 13)
         },
 
         addEntity (LGTD, LTTD) {

--
Gitblit v1.9.3