Skip to content

Commit

Permalink
change max zoom for the topolayer
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown committed May 17, 2024
1 parent 3ef8546 commit dce8e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const topoLayer = L.tileLayer('https://{s}.tile.opentopomap.org/{z}/{x}/{
attribution: '© OpenTopoMap contributors',
opacity: 1,
minZoom: 5,
maxZoom: 17,
maxZoom: 19,
ext: 'png',
});

Expand Down

0 comments on commit dce8e27

Please sign in to comment.