From 3522ceacde742780a2c36db053d942579b1659de Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期四, 29 四月 2021 18:42:57 +0800 Subject: [PATCH] fix bug --- 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