From 112094b01fdab8e65c41a669aec7db1f3f49367c Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 19 May 2024 11:50:52 +1200 Subject: [PATCH] fix comment --- 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 b3d2f31..d5aec94 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2075,7 +2075,7 @@ var nodeNeighboursLayerGroup = new L.LayerGroup(); var nodesClusteredLayerGroup = L.markerClusterGroup({ showCoverageOnHover: false, - disableClusteringAtZoom: 10, // zoom level where goToNode zooms to + disableClusteringAtZoom: 10, // zoom level where node clustering is disabled }); var waypointsLayerGroup = new L.LayerGroup();