Skip to content

Commit

Permalink
layers: update max zoom (16) for OpenTopoMap, mark CORs is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
wladich committed Sep 13, 2023
1 parent 71f8990 commit 868d410
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: 14,
maxNativeZoom: 16,
scaleDependent: true,
print: true,
jnx: true,
noCors: true,
noCors: false,
shortName: 'opentopo',
attribution: '<a href="https://opentopomap.org/">OpenTopoMap</a>',
hotkey: 'V',
Expand Down

0 comments on commit 868d410

Please sign in to comment.