commit 71f89906710e255789ff5ab2abb31fab14b9e587
parent bebce087feba88bf40bc110fb510b8e8cba75882
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Tue, 5 Sep 2023 08:35:39 +0200
layers: update max zoom for OpenTopoMap, mark CORs is not supported
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layers.js b/src/layers.js
@@ -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',