From 8ef762e001b77b399f7777cc7a47624796f79b7e Mon Sep 17 00:00:00 2001 From: Dave Leaver Date: Mon, 3 Sep 2012 10:37:51 +1200 Subject: [PATCH] Make Other Options more readable round 2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6bafd6d5..8f95eab90 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ 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. [See Example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-realworld-maxzoom.388.html) -*singleMarkerMode*: If set to true, overrides the icon for all added markers to make them appear as a 1 size cluster -*skipDuplicateAddTesting*: By default we check if a marker already exists in the cluster when addLayer is called. To disable this behaviour set this to true. You must only do this if you know you will not try add markers that are already in the cluster. Provides a slight performance boost to addLayer when called after the MarkerClusterGroup is on the map. +**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) +**singleMarkerMode**: If set to true, overrides the icon for all added markers to make them appear as a 1 size cluster +**skipDuplicateAddTesting**: By default we check if a marker already exists in the cluster when addLayer is called. To disable this behaviour set this to true. You must only do this if you know you will not try add markers that are already in the cluster. Provides a slight performance boost to addLayer when called after the MarkerClusterGroup is on the map. ### Events If you register for click, mouseover, etc events just related to Markers in the cluster.