From 9fcc442f2c5c9ffa07b654a5e8daa7b50fb73513 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Nov 2018 11:29:51 +0100 Subject: + J.L. (Acworth, Georgia, USA) --- 2018.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index 3c6c648..f27aadf 100644 --- a/2018.geojson +++ b/2018.geojson @@ -79,6 +79,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "D.L. (Kyiv, Ukraine)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 30.5233, + 50.45 + ] + } + }, { "type": "Feature", "properties": { @@ -226,13 +239,13 @@ { "type": "Feature", "properties": { - "name": "D.L. (Kyiv, Ukraine)" + "name": "J.L. (Acworth, Georgia, USA)" }, "geometry": { "type": "Point", "coordinates": [ - 30.5233, - 50.45 + -84.67854, + 34.066419 ] } } -- cgit