nakarte

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

commit fa632a0b89c4264a9954da4fb25a2f194e72d8a0
parent 861f41392b01e6384707f20674745375fa63e6a9
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Fri, 22 Jan 2021 09:50:46 +0100

set proper scaleDependent value for local topo maps

Diffstat:
Msrc/layers.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/layers.js b/src/layers.js @@ -994,7 +994,7 @@ class LayerGroupWithOptions extends L.LayerGroup { ], isOverlay: true, isOverlayTransparent: false, - scaleDependent: false, + scaleDependent: true, print: true, jnx: true, shortName: 'england_topo', @@ -1057,7 +1057,7 @@ class LayerGroupWithOptions extends L.LayerGroup { tms: false, print: true, jnx: true, - scaleDependent: false, + scaleDependent: true, shortName: 'slovakia_topo', isOverlayTransparent: false, maxNativeZoom: 15, @@ -1109,7 +1109,7 @@ class LayerGroupWithOptions extends L.LayerGroup { tms: false, print: true, jnx: true, - scaleDependent: false, + scaleDependent: true, shortName: 'spain_topo', isOverlayTransparent: false, bounds: [[35.9024, -9.51828], [43.8375, 4.50439]],