From 1929431aba55ed59dc09564fd1ee6c0fa3ec0a9f Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期四, 06 五月 2021 16:57:11 +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