From ce871854708bb2863fd893acbf40b81eebd3e690 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2017 10:33:49 +0200 Subject: A.S. (Neutral Bay, Australia) --- 2017.geojson | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 0a25a79..cd4037c 100644 --- a/2017.geojson +++ b/2017.geojson @@ -136,6 +136,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "", + "name": "M.B. (Järfälla, Sweden)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 17.833333, + 59.433333 + ] + } + }, { "type": "Feature", "properties": { @@ -194,14 +208,14 @@ { "type": "Feature", "properties": { - "description": "", - "name": "M.B. (Järfälla, Sweden)" + "name": "A.S. (Neutral Bay, Australia)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 17.833333, - 59.433333 + 151.2175114, + -33.830532 ] } } -- cgit