nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 868d4104dac42ea8755e545041745b142759d877
parent 71f89906710e255789ff5ab2abb31fab14b9e587
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Wed, 13 Sep 2023 21:56:29 +0200

layers: update max zoom (16) for OpenTopoMap, mark CORs is supported

Diffstat:
Msrc/layers.js | 4++--
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: 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',