From db86140e6770e033b472de2d53a572b85d2d3c6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Feb 2018 07:40:22 +0100 Subject: + K.S. (Brantford, Canada) --- 2018.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index e0d7f90..1105d27 100644 --- a/2018.geojson +++ b/2018.geojson @@ -1,6 +1,19 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": { + "name": "A.C. (Ipswich, England)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.1563110351562502, + 52.054179425297185 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit