From b4789ef0242887d431c61ed4015313c863ffd1e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Dec 2018 07:48:51 +0100 Subject: + A.K. (Austin, Texas, USA) --- 2018.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index f27aadf..30f7f22 100644 --- a/2018.geojson +++ b/2018.geojson @@ -118,6 +118,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "J.L. (Acworth, Georgia, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -84.67854, + 34.066419 + ] + } + }, { "type": "Feature", "properties": { @@ -239,13 +252,13 @@ { "type": "Feature", "properties": { - "name": "J.L. (Acworth, Georgia, USA)" + "name": "A.K. (Austin, Texas, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -84.67854, - 34.066419 + -97.741241, + 30.269742 ] } } -- cgit