diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-08 07:48:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-08 07:48:51 +0100 |
commit | b4789ef0242887d431c61ed4015313c863ffd1e6 (patch) | |
tree | dee4baf5f75167148483b149231ab7710ad326bd /2018.geojson | |
parent | 9fcc442f2c5c9ffa07b654a5e8daa7b50fb73513 (diff) |
+ A.K. (Austin, Texas, USA)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2018.geojson b/2018.geojson index f27aadf..30f7f22 100644 --- a/2018.geojson +++ b/2018.geojson @@ -121,6 +121,19 @@ { "type": "Feature", "properties": { + "name": "J.L. (Acworth, Georgia, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -84.67854, + 34.066419 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.B. (Culemborg, Netherlands)" }, "geometry": { @@ -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 ] } } |