From fc1babc7769298439fd6cbb7a7ef262a2fcee6bf Mon Sep 17 00:00:00 2001 From: danzel Date: Mon, 13 Aug 2012 10:10:02 +1200 Subject: [PATCH] Increase default maxClusterRadius to look nicer with new centering changes. --- src/MarkerClusterGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index d7d50a9a29..7a1db928ce 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -6,7 +6,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({ options: { - maxClusterRadius: 60, //A cluster will cover at most this many pixels from its center + maxClusterRadius: 80, //A cluster will cover at most this many pixels from its center iconCreateFunction: null, spiderfyOnMaxZoom: true,