diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-02 06:15:54 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-02 06:15:54 +0100 |
commit | 3ff5462ef98a09b2555d994e02c66d56abf282b8 (patch) | |
tree | d1d50a9bddf32a97af0dbfe0ed1c13f5cf584809 /2018.geojson | |
parent | c1182308aece4ebc9af1d81a1afb14b5c5875290 (diff) |
+ S.C. (Chicago, Illinois, 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 6efcbaa..6ce82db 100644 --- a/2018.geojson +++ b/2018.geojson @@ -17,6 +17,19 @@ { "type": "Feature", "properties": { + "name": "A.H. (Columbus, Ohio, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -82.97424316406251, + 39.95185892663005 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "D.A.A. (Madrid, Spain)" }, "geometry": { @@ -56,13 +69,13 @@ { "type": "Feature", "properties": { - "name": "A.H. (Columbus, Ohio, USA)" + "name": "S.C. (Chicago, Illinois, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -82.97424316406251, - 39.95185892663005 + -87.7313232421875, + 41.80817277478238 ] } } |