From 516f09b74a3a866ee9fd10e8aae7d762c222fecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Tue, 10 Mar 2020 00:57:03 +0100 Subject: [PATCH] map: Hide legacy routers layer by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Bläse --- ffmap/web/static/js/map.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmap/web/static/js/map.js b/ffmap/web/static/js/map.js index e4e6eff..024f94f 100644 --- a/ffmap/web/static/js/map.js +++ b/ffmap/web/static/js/map.js @@ -77,7 +77,6 @@ function initialMap() { map.addLayer(tilesosmorg); } function initialLayers() { - routers.addTo(map); routers_v2.addTo(map); routers_local.addTo(map); }