Increase default maxClusterRadius to look nicer with new centering changes.

This commit is contained in:
danzel
2012-08-13 10:10:02 +12:00
parent a498cd47c2
commit fc1babc776

View File

@@ -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,