Skip to content

Commit

Permalink
Merge pull request #4536 from HSLdevcom/DT-5332
Browse files Browse the repository at this point in the history
fix: enable centering the map  more to the east
  • Loading branch information
vesameskanen authored Apr 8, 2022
2 parents a109a89 + d43dd54 commit 05b239d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ export default {
// areBounds is for keeping map and user inside given area
// HSL region + Lahti
areaBounds: {
corner1: [61.21, 25.73],
corner2: [59.69, 23.69],
corner1: [62, 27],
corner2: [59, 22],
},
},

Expand Down

0 comments on commit 05b239d

Please sign in to comment.