[Pkg-javascript-commits] [leaflet-markercluster] 373/479: Tidy up readme

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:58 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 f0069fa4a3b5f7629491f6870039c3676f55a56b
Author: danzel <danzel at localhost.geek.nz>
Date:   Fri Jun 21 15:11:41 2013 +1200

    Tidy up readme
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8932167..b26c45b 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ map.addLayer(markers);
 
 ### Defaults
 By default the Clusterer enables some nice defaults for you:
-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.
+* **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.
 
 You can disable any of these as you want in the options when you create the MarkerClusterGroup:
 ```javascript

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