From 4fef038c7e4ba6a82b77e9679f58e2f9d8c0711b Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期四, 29 四月 2021 18:54:39 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
---
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