From cecfc82c48efeb02f7a1baa4bfec07e7a57846e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Mar 2017 17:25:40 +0100 Subject: S.B. (Saratoga Springs, NY, USA) --- 2017.geojson | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 531daba..7917082 100644 --- a/2017.geojson +++ b/2017.geojson @@ -40,6 +40,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "D.L. (Budapest, Hungary)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 19.1343842, + 47.5472826 + ] + } + }, { "type": "Feature", "properties": { @@ -138,14 +152,14 @@ { "type": "Feature", "properties": { - "name": "D.L. (Budapest, Hungary)", + "name": "S.B. (Saratoga Springs, NY, USA)", "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 19.1343842, - 47.5472826 + -73.7825, + 43.075278 ] } } -- cgit