From cddd15e14cdf522e2dac2f30156470a5960f16b2 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 13 Mar 2024 23:15:32 +1300 Subject: [PATCH] hide legend for now --- 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 1256956..7f42387 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -335,7 +335,7 @@ // add layers to map that should be enabled by default nodesLayerGroup.addTo(map); // neighboursLayerGroup.addTo(map); - legend.addTo(map); + // legend.addTo(map); // remove outline when map clicked map.on('click', function() {