Skip to content

Commit

Permalink
Merge pull request #5200 from HSLdevcom/DT-6608-part1
Browse files Browse the repository at this point in the history
Set custom minZooms for configs covering large areas
  • Loading branch information
vesameskanen authored Dec 13, 2024
2 parents cc18d1a + 87aab4f commit c4f1558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/configurations/config.varely.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ export default configMerger(walttiConfig, {
[maxLon, minLat],
],

map: {
minZoom: 7,
},

menu: {
copyright: { label: `© Seutu+ ${walttiConfig.YEAR}` },
content: [
Expand Down
4 changes: 4 additions & 0 deletions app/configurations/config.walttiOpas.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ export default configMerger(walttiConfig, {
[23.1, 60.6],
],

map: {
minZoom: 6,
},

showDisclaimer: true,

});

0 comments on commit c4f1558

Please sign in to comment.