nakarte

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

commit 14a97961897c2e9de53b05cae760a2b49962ae82
parent d0389bb79a6cc63e8e3bf4b0914c39f4e69fe4e1
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sun,  3 Apr 2022 15:49:35 +0200

layers: decrease OpenTopoMap max zoom to 16 - 17 returns 404

Diffstat:
Msrc/layers.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/layers.js b/src/layers.js @@ -463,7 +463,7 @@ class LayerGroupWithOptions extends L.LayerGroup { { code: 'Otm', isOverlay: false, - maxNativeZoom: 17, + maxNativeZoom: 16, scaleDependent: true, print: true, jnx: true,