[Pkg-javascript-commits] [leaflet-markercluster] 341/479: Fix IDs in example data.

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:49 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 654926aff2b387ba76d53294cfdbb9dca19df812
Author: Jan-Victor Krille <jan-victor.krille at cn-consult.eu>
Date:   Tue Apr 23 17:16:50 2013 +0200

    Fix IDs in example data.
---
 example/marker-clustering-disappearing-marker-bug.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/example/marker-clustering-disappearing-marker-bug.html b/example/marker-clustering-disappearing-marker-bug.html
index 5264c1d..86317ab 100644
--- a/example/marker-clustering-disappearing-marker-bug.html
+++ b/example/marker-clustering-disappearing-marker-bug.html
@@ -26,28 +26,28 @@
 		var stationJson = {
 			"type":"FeatureCollection",
 			"features":[
-				{"type":"Feature","id":2,"properties":{"type":"station","name":"Appenzell"},"geometry":{"type":"Point","coordinates":[9.40991,47.32849]}},
-				{"type":"Feature","id":6,"properties":{"type":"station","name":"Gais"},"geometry":{"type":"Point","coordinates":[9.45107,47.36073]}},
-				{"type":"Feature","id":36,"properties":{"type":"station","name":"St. Gallen"},"geometry":{"type":"Point","coordinates":[9.36901,47.42208]}},
-				{"type":"Feature","id":51,"properties":{"type":"station","name":"Teufen"},"geometry":{"type":"Point","coordinates":[9.390178,47.390157]}}
+				{"type":"Feature","id":1,"properties":{"type":"station","name":"Appenzell"},"geometry":{"type":"Point","coordinates":[9.40991,47.32849]}},
+				{"type":"Feature","id":2,"properties":{"type":"station","name":"Gais"},"geometry":{"type":"Point","coordinates":[9.45107,47.36073]}},
+				{"type":"Feature","id":3,"properties":{"type":"station","name":"St. Gallen"},"geometry":{"type":"Point","coordinates":[9.36901,47.42208]}},
+				{"type":"Feature","id":4,"properties":{"type":"station","name":"Teufen"},"geometry":{"type":"Point","coordinates":[9.390178,47.390157]}}
 			]};
 
 		var trainJson = [{
 			"type":"FeatureCollection",
 			"features":[
-				{"type":"Feature","id":36,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.36901,47.42208]}}
+				{"type":"Feature","id":10,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.36901,47.42208]}}
 			]},{
 			"type":"FeatureCollection",
 			"features":[
-				{"type":"Feature","id":51,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.390178,47.390157]}}
+				{"type":"Feature","id":10,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.390178,47.390157]}}
 			]},{
 			"type":"FeatureCollection",
 			"features":[
-				{"type":"Feature","id":6,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.45107,47.36073]}}
+				{"type":"Feature","id":10,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.45107,47.36073]}}
 			]},{
 			"type":"FeatureCollection",
 			"features":[
-				{"type":"Feature","id":2,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.40991,47.32849]}}
+				{"type":"Feature","id":10,"properties":{"type":"train","name":"Testtrain"},"geometry":{"type":"Point","coordinates":[9.40991,47.32849]}}
 			]}];
 
 		var trainPosition = 0,

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