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 e0d7f90..1105d27 100644 --- a/2018.geojson +++ b/2018.geojson @@ -4,6 +4,19 @@ { "type": "Feature", "properties": { + "name": "A.C. (Ipswich, England)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.1563110351562502, + 52.054179425297185 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "D.A.A. (Madrid, Spain)" }, "geometry": { @@ -30,13 +43,13 @@ { "type": "Feature", "properties": { - "name": "A.C. (Ipswich, England)" + "name": "K.S. (Brantford, Canada)" }, "geometry": { "type": "Point", "coordinates": [ - 1.1563110351562502, - 52.054179425297185 + -80.26748657226562, + 43.15009591190287 ] } } |