Skip to content

Commit

Permalink
layers: update max zoom for OpenTopoMap, mark CORs is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
wladich committed Sep 5, 2023
1 parent bebce08 commit 71f8990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,11 @@ class LayerGroupWithOptions extends L.LayerGroup {
{
code: 'Otm',
isOverlay: false,
maxNativeZoom: 15,
maxNativeZoom: 14,
scaleDependent: true,
print: true,
jnx: true,
noCors: false,
noCors: true,
shortName: 'opentopo',
attribution: '<a href="https://opentopomap.org/">OpenTopoMap</a>',
hotkey: 'V',
Expand Down

0 comments on commit 71f8990

Please sign in to comment.