Skip to content

Commit

Permalink
[layers] Set max zoom for OpenTopoMap to 15
Browse files Browse the repository at this point in the history
Server responds 404 for zoom=16
  • Loading branch information
wladich committed Aug 7, 2022
1 parent bcdaf7b commit 021009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers.js
Expand Up @@ -462,7 +462,7 @@ class LayerGroupWithOptions extends L.LayerGroup {
{
code: 'Otm',
isOverlay: false,
maxNativeZoom: 16,
maxNativeZoom: 15,
scaleDependent: true,
print: true,
jnx: true,
Expand Down

0 comments on commit 021009a

Please sign in to comment.