From e36421ebd5d627a27ca7c8a1e5eced5b97b8319c Mon Sep 17 00:00:00 2001 From: danzel Date: Tue, 24 Jul 2012 16:23:34 +1200 Subject: [PATCH] Minor readme fixups --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c48fba399..77622cfe7 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.