[Pkg-javascript-commits] [leaflet-markercluster] 411/479: Discrepancy in docs

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:01:02 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 d30e74ee09fa4bdef3231ba40c63ffd51a466e68
Author: jperelli <jperelli at gmail.com>
Date:   Wed Jul 17 13:39:56 2013 -0300

    Discrepancy in docs
    
    Repaired discrepancy in docs
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e2d537b..c5e8865 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,10 @@ Check out the [custom example](http://leaflet.github.com/Leaflet.markercluster/e
 
 ### All Options
 Enabled by default (boolean options):
-* **zoomToBoundsOnClick**: When you click a cluster we zoom to its bounds.
 * **showCoverageOnHover**: When you mouse over a cluster it shows the bounds of its markers.
+* **zoomToBoundsOnClick**: When you click a cluster we zoom to its bounds.
 * **spiderfyOnMaxZoom**: When you click a cluster at the bottom zoom level we spiderfy it so you can see all of its markers.
+* **removeOutsideVisibleBounds**: Clusters and markers too far from the viewport are removed from the map for performance.
 
 Other options
 * **animateAddingMarkers**: If set to true then adding individual markers to the MarkerClusterGroup after it has been added to the map will add the marker and animate it in to the cluster. Defaults to false as this gives better performance when bulk adding markers. addLayers does not support this, only addLayer with individual Markers.

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