From cdfc9d8dd048468493464facf53e1b8a3c5e3779 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Feb 2017 08:40:28 +0100 Subject: K.A.W (Sneek, Netherlands) + M.E. (Meppel, Netherlands) --- 2017.geojson | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index fe1ef36..a452522 100644 --- a/2017.geojson +++ b/2017.geojson @@ -17,7 +17,7 @@ { "type": "Feature", "properties": { - "name": "D.K. (Bratislava, Slovakia)+" + "name": "D.K. (Bratislava, Slovakia)" }, "geometry": { "type": "Point", @@ -52,6 +52,34 @@ 42.167222 ] } + }, + { + "type": "Feature", + "properties": { + "name": "K.A.W (Sneek, Netherlands)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.666667, + 53.033333 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "M.E. (Meppel, Netherlands)", + "description": " \n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.183333, + 52.7 + ] + } } ] } \ No newline at end of file -- cgit