[Pkg-javascript-commits] [leaflet-markercluster] 187/479: Add an example showing disableClusteringAtZoom
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:28 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 8e9aefb6d4fa3565ee70167e670366116ff63e99
Author: danzel <danzel at localhost.geek.nz>
Date: Mon Aug 27 14:16:56 2012 +1200
Add an example showing disableClusteringAtZoom
---
README.md | 2 +-
example/marker-clustering-realworld-maxzoom.388.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 474f049..ce3a992 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ var markers = new L.MarkerClusterGroup({ options: {
Check out the [custom example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-custom.html) for an example of this.
### Other Options
-disableClusteringAtZoom: If set, at this zoom level and below markers will not be clustered. This defaults to disabled
+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)
### Events
diff --git a/example/marker-clustering-realworld-maxzoom.388.html b/example/marker-clustering-realworld-maxzoom.388.html
index a6a14e6..b6d9ecb 100644
--- a/example/marker-clustering-realworld-maxzoom.388.html
+++ b/example/marker-clustering-realworld-maxzoom.388.html
@@ -19,7 +19,7 @@
<body>
<div id="map"></div>
- <span>Mouse over a cluster to see the bounds of its children and click a cluster to zoom to those bounds</span>
+ <span>Markers will show on the bottom 2 zoom levels even though the markers would normally cluster.</span>
<script type="text/javascript">
var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/997/256/{z}/{x}/{y}.png',
--
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