fix comment

This commit is contained in:
liamcottle
2024-05-19 11:50:52 +12:00
parent 382e818dc8
commit 112094b01f

View File

@ -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();