[Pkg-javascript-commits] [leaflet-markercluster] 95/479: Minor readme fixups
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:14 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 e36421ebd5d627a27ca7c8a1e5eced5b97b8319c
Author: danzel <danzel at localhost.geek.nz>
Date: Tue Jul 24 16:23:34 2012 +1200
Minor readme fixups
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c48fba3..77622cf 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Provides Beautiful Animated Marker Clustering functionality for Leaflet
## Using the plugin
See the included examples for usage.
-The [everything example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-everything.html) is a good place to start, it utilises the MarkerCluser.Default class to provide all of the default functionality.
+The [realworld example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-realworld.html) is a good place to start, it utilises the MarkerCluster.Default class to provide all of the default functionality.
Or check out the [custom example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-custom.html) for how to customise the behaviour and appearance of the clusterer
### Usage
@@ -77,6 +77,9 @@ markers.on('clusterclick', function (a) {
});
```
+### Adding and removing Markers
+addLayer and removeLayer are supported and they should work for most uses.
+
### License
Leaflet.markercluster is free software, and may be redistributed under the MIT-LICENSE.
--
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