[Pkg-javascript-commits] [leaflet-markercluster] 201/479: Document maxClusterRadius

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 0c6463bfc6074245ff1dc200c1c495ffefd9586b
Author: danzel <danzel at localhost.geek.nz>
Date:   Thu Sep 6 09:41:27 2012 +1200

    Document maxClusterRadius
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 8f95eab..7fa2f4c 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ Check out the [custom example](http://danzel.github.com/Leaflet.markercluster/ex
 
 ### Other Options
 **disableClusteringAtZoom**: If set, at this zoom level and below markers will not be clustered. This defaults to disabled. [See Example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-realworld-maxzoom.388.html)
+**maxClusterRadius**: The maximum radius that a cluster will cover from the central marker (in pixels). Default 80. Decreasing will make more smaller clusters.
 **singleMarkerMode**: If set to true, overrides the icon for all added markers to make them appear as a 1 size cluster
 **skipDuplicateAddTesting**: By default we check if a marker already exists in the cluster when addLayer is called. To disable this behaviour set this to true. You must only do this if you know you will not try add markers that are already in the cluster. Provides a slight performance boost to addLayer when called after the MarkerClusterGroup is on the map.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list