[Pkg-javascript-commits] [leaflet-markercluster] 11/31: Fix addressPoints2 usage in example. Fixes #781

Jonas Smedegaard dr at jones.dk
Sun Oct 22 17:29:29 UTC 2017


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

js pushed a commit to annotated tag upstream/1.1.0_dfsg
in repository leaflet-markercluster.

commit c56a60d51b565a04daac44cd00c1021c7b6c4521
Author: danzel <dave at smartrak.co.nz>
Date:   Thu Apr 27 10:09:21 2017 +1200

    Fix addressPoints2 usage in example. Fixes #781
---
 example/marker-clustering-realworld.50000.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/marker-clustering-realworld.50000.html b/example/marker-clustering-realworld.50000.html
index 17f2861..499bdef 100644
--- a/example/marker-clustering-realworld.50000.html
+++ b/example/marker-clustering-realworld.50000.html
@@ -60,7 +60,7 @@
 			markerList.push(marker);
 		}
 		for (var i = 0; i < addressPoints2.length; i++) {
-			var a = addressPoints[i];
+			var a = addressPoints2[i];
 			var title = a[2];
 			var marker = L.marker(L.latLng(a[0], a[1]), { title: title });
 			marker.bindPopup(title);

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