nakarte

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

commit bfeaba93b6a2e05aa00f8875753c7c60c19f679d
parent d115da4588ea508e428fde7e131be86038efc352
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Tue, 29 Jul 2025 10:50:46 +0200

layers: temporary disable GB Topo

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

diff --git a/src/layers.js b/src/layers.js @@ -919,7 +919,8 @@ class LayerGroupWithOptions extends L.LayerGroup { ) }, { - title: 'Great Britain Topo', + title: 'Great Britain Topo (out of order)', + disabled: true, isDefault: false, layer: new LayerGroupWithOptions( [ @@ -946,6 +947,7 @@ class LayerGroupWithOptions extends L.LayerGroup { code: 'Gbt', isOverlay: true, isWrapper: true, + maxZoom: -1, } ), }, @@ -1175,7 +1177,7 @@ class LayerGroupWithOptions extends L.LayerGroup { 'Montenegro topo 250m', 'Finland Topo', 'Sweden topo', - 'Great Britain Topo', + 'Great Britain Topo (out of order)', 'Slovakia topo', 'Spain topo', 'Switzerland topo', @@ -1256,7 +1258,7 @@ class LayerGroupWithOptions extends L.LayerGroup { 'GGC 1km', 'Topo 1km', 'Caucasus 1km', - 'Great Britain Topo', + 'Great Britain Topo (out of order)', 'GGC 500m', 'Topo 500m', 'Caucasus 500m',