From 2dafdee5b2370eb590030155efdcd85f5bf0d2e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Feb 2017 20:02:45 +0100 Subject: G.B. (Baden, Autria) --- 2017.geojson | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index a452522..9d3f442 100644 --- a/2017.geojson +++ b/2017.geojson @@ -27,6 +27,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "K.A.W (Sneek, Netherlands)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.666667, + 53.033333 + ] + } + }, { "type": "Feature", "properties": { @@ -43,41 +57,41 @@ { "type": "Feature", "properties": { - "name": "P.M. (Lawton, Michigan, USA)" + "name": "M.E. (Meppel, Netherlands)", + "description": " \n" }, "geometry": { "type": "Point", "coordinates": [ - -85.846389, - 42.167222 + 6.183333, + 52.7 ] } }, { "type": "Feature", "properties": { - "name": "K.A.W (Sneek, Netherlands)", - "description": "\n" + "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { "type": "Point", "coordinates": [ - 5.666667, - 53.033333 + -85.846389, + 42.167222 ] } }, { "type": "Feature", "properties": { - "name": "M.E. (Meppel, Netherlands)", - "description": " \n" + "name": "G.B. (Baden, Autria)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 6.183333, - 52.7 + 16.24278, + 48.012389 ] } } -- cgit