From c738664063ec824209fcd64dce69baa0b2081c07 Mon Sep 17 00:00:00 2001 From: Dave Leaver Date: Wed, 23 Jan 2013 08:31:07 +1300 Subject: [PATCH] Document removeOutsideVisibleBounds --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e10de22db0..13a5bde33e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ By default the Clusterer enables some nice defaults for you: showCoverageOnHover: When you mouse over a cluster it shows the bounds of its markers. zoomToBoundsOnClick: When you click a cluster we zoom to its bounds. spiderfyOnMaxZoom: When you click a cluster at the bottom zoom level we spiderfy it so you can see all of its markers. +removeOutsideVisibleBounds: Clusters and markers too far from the viewport are removed from the map for performance. You can disable any of these as you want in the options when you create the MarkerClusterGroup: ```javascript