diff options
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 ] } } |