[Pkg-javascript-commits] [leaflet-markercluster] 303/479: Update README.md
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:45 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 36f9cdaf45874203c19510a1851762467025e9ab
Author: Dave Leaver <danzel at localhost.geek.nz>
Date: Wed Jan 2 11:09:39 2013 +1300
Update README.md
Swap showCoverageOnHover/zoomToBoundsOnClick Fixes #113, thanks HolgerJeromin!
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7caa9e2..1a7c8d5 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ map.addLayer(markers);
### Defaults
By default the Clusterer enables some nice defaults for you:
-zoomToBoundsOnClick: When you mouse over a cluster it shows the bounds of its markers.
-showCoverageOnHover: 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.
You can disable any of these as you want in the options when you create the MarkerClusterGroup:
--
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