[Pkg-javascript-commits] [leaflet-markercluster] 319/479: Fix link regarding bulk add/remove of markers

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:46 UTC 2014


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

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

commit ff23ef04303f852c369071cbdf03fbef3ed4a6b6
Author: Eli Dupuis <elidupuis at gmail.com>
Date:   Fri Jan 18 14:22:30 2013 -0700

    Fix link regarding bulk add/remove of markers
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ade622b..e10de22 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ addLayer, removeLayer and clearLayers are supported and they should work for mos
 ### Bulk adding and removing Markers
 addLayers and removeLayers are bulk methods for adding and removing markers and should be favoured over the single versions when doing bulk addition/removal of markers. Each takes an array of markers
 
-If you are removing a lot of markers it will almost definitely be better to call clearLayers then call addLayers to add the markers you don't want to remove back in. See [#59](https://github.com/danzel/Leaflet.markercluster/issues/59#issuecomment-9320628) for details.
+If you are removing a lot of markers it will almost definitely be better to call clearLayers then call addLayers to add the markers you don't want to remove back in. See [#59](https://github.com/Leaflet/Leaflet.markercluster/issues/59#issuecomment-9320628) for details.
 
 ### Other Methods
 ````

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