Minor readme fixups

This commit is contained in:
danzel
2012-07-24 16:23:34 +12:00
parent 4c9839b966
commit e36421ebd5
+4 -1
View File
@@ -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.