From 0f48a555610e595eca25c73a74dff6bd49897eec Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期三, 31 三月 2021 15:49:22 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/MapConfig.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index d1ece05..d9dfc6d 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -25,8 +25,8 @@ minZoom: 3, maxZoom: 18, // center: [26, 104], - // center: [38.828558921813965, 117.41676807403564], - center: [29.769515991210938, 107.03567504882812], + center: [38.828558921813965, 117.41676807403564], + // center: [29.454345703125, 113.40362548828125], zoom: 14, worldCopyJump: true, inertia: true, -- Gitblit v1.8.0