Skip to content

Commit

Permalink
layers: fix max zoom for Topo 10km
Browse files Browse the repository at this point in the history
  • Loading branch information
wladich committed Feb 3, 2025
1 parent 0d063d0 commit d71c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class LayerGroupWithOptions extends L.LayerGroup {
isOverlayTransparent: false,
tms: true,
scaleDependent: false,
maxNativeZoom: 9,
maxNativeZoom: 10,
print: true,
jnx: true,
shortName: 'topo_10k'
Expand Down

0 comments on commit d71c8fe

Please sign in to comment.