From 9d332017981658b49243dad3022461bbe820157a Mon Sep 17 00:00:00 2001 From: Viljami Nurminen Date: Thu, 7 Apr 2022 10:25:53 +0300 Subject: [PATCH 1/2] fix: enable centering the map more to the east --- app/configurations/config.hsl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/configurations/config.hsl.js b/app/configurations/config.hsl.js index 1d2899cfc9..311c1c782a 100644 --- a/app/configurations/config.hsl.js +++ b/app/configurations/config.hsl.js @@ -448,7 +448,7 @@ export default { // areBounds is for keeping map and user inside given area // HSL region + Lahti areaBounds: { - corner1: [61.21, 25.73], + corner1: [61.21, 26.73], corner2: [59.69, 23.69], }, }, From d43dd54d90c47ddd4c6e394091ee84a19da05185 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Fri, 8 Apr 2022 09:52:57 +0300 Subject: [PATCH 2/2] chore: expand map limits so that it is possible to center the map to the edge of the HSL area --- app/configurations/config.hsl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/configurations/config.hsl.js b/app/configurations/config.hsl.js index 311c1c782a..add61051f7 100644 --- a/app/configurations/config.hsl.js +++ b/app/configurations/config.hsl.js @@ -448,8 +448,8 @@ export default { // areBounds is for keeping map and user inside given area // HSL region + Lahti areaBounds: { - corner1: [61.21, 26.73], - corner2: [59.69, 23.69], + corner1: [62, 27], + corner2: [59, 22], }, },