From 50d75925879204c7804ac20f94b25e84cec450dd Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期四, 29 四月 2021 22:17:50 +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