From 07c1314cd825101c76241b8a5c5c422bfea56c13 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 13 Mar 2024 19:13:24 +1300 Subject: [PATCH] disable neighbours layer by default --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 120faf7..67517cf 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -299,7 +299,7 @@ // add layers to map that should be enabled by default nodesLayerGroup.addTo(map); - neighboursLayerGroup.addTo(map); + // neighboursLayerGroup.addTo(map); legend.addTo(map); // remove outline when map clicked