From 62acf82560acef1ff365559a64fe56c57e238014 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 15 Mar 2024 17:44:15 +1300 Subject: [PATCH] disable clustering at share link zoom level --- src/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/index.html b/src/public/index.html index 92e7fd7..a2ba63f 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -887,6 +887,7 @@ var neighboursLayerGroup = new L.LayerGroup(); var nodesClusteredLayerGroup = L.markerClusterGroup({ showCoverageOnHover: false, + disableClusteringAtZoom: 10, // zoom level where goToNode zooms to }); // create icons