From b9e41e3fe07d9d33e07e1c7f16fe68a8edc52f5a Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期六, 08 五月 2021 10:37:08 +0800
Subject: [PATCH] 管段高亮

---
 src/components/LayerController/service/LayerFactory.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/LayerController/service/LayerFactory.js b/src/components/LayerController/service/LayerFactory.js
index 57bb1cf..92b91f9 100644
--- a/src/components/LayerController/service/LayerFactory.js
+++ b/src/components/LayerController/service/LayerFactory.js
@@ -186,7 +186,7 @@
         point = coordinates[parseInt(coordinates.length / 2)][0]
         break
     }
-    window.map.flyTo(point.reverse(), 15)
+    window.map.flyTo(point.reverse(), 17)
     code && this.openPopup(code, feature.id)
   }
 

--
Gitblit v1.8.0