Discrepancy in docs

Repaired discrepancy in docs
This commit is contained in:
jperelli
2013-07-17 13:39:56 -03:00
parent 15ed12654a
commit d30e74ee09
+2 -1
View File
@@ -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.