[Pkg-javascript-commits] [leaflet-markercluster] 167/219: Added reference to chunked addLayers explanation

Jonas Smedegaard dr at jones.dk
Sat May 7 09:39:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit ab451fc3f72d8a5643d56cbaaf05457bc09f4935
Author: ghybs <ghybs at users.noreply.github.com>
Date:   Mon Oct 26 11:15:50 2015 +0400

    Added reference to chunked addLayers explanation
    
    as discussed in issue #357.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ded5f9a..e46c901 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ If you need to update the clusters icon (e.g. they are based on markers real-tim
 * **iconCreateFunction**: Function used to create the cluster icon [See default as example](https://github.com/Leaflet/Leaflet.markercluster/blob/15ed12654acdc54a4521789c498e4603fe4bf781/src/MarkerClusterGroup.js#L542).
 
 #### Chunked addLayers options
-Options for the [addLayer**s**](#bulk-adding-and-removing-markers) method.
+Options for the [addLayer**s**](#bulk-adding-and-removing-markers) method. See [#357](https://github.com/Leaflet/Leaflet.markercluster/issues/357) for explanation on how the chunking works.
 * **chunkedLoading**: Boolean to split the addLayer**s** processing in to small intervals so that the page does not freeze.
 * **chunkInterval**: Time interval (in ms) during which addLayers works before pausing to let the rest of the page process. In particular, this prevents the page from freezing while adding a lot of markers. Defaults to 200ms.
 * **chunkDelay**: Time delay (in ms) between consecutive periods of processing for addLayers. Default to 50ms.

-- 
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