Add option to clusterSingleMarkers

This commit is contained in:
Alec Winograd
2012-08-20 16:31:52 -07:00
parent 32355c2f24
commit 9ad78ab809
+1 -1
View File
@@ -1,4 +1,3 @@
/*
* L.MarkerClusterGroup extends L.FeatureGroup by clustering the markers contained within
*/
@@ -8,6 +7,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
options: {
maxClusterRadius: 80, //A cluster will cover at most this many pixels from its center
iconCreateFunction: null,
clusterSingleMarkers: false,
spiderfyOnMaxZoom: true,
showCoverageOnHover: true,