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 fea74cd..093ba10 100644 --- a/2018.geojson +++ b/2018.geojson @@ -17,6 +17,19 @@ { "type": "Feature", "properties": { + "name": "A.C. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.827117919921875, + 45.74548533557156 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.H. (Columbus, Ohio, USA)" }, "geometry": { @@ -82,13 +95,13 @@ { "type": "Feature", "properties": { - "name": "A.C. (Lyon, France)" + "name": "K.B. (Culemborg, Netherlands)" }, "geometry": { "type": "Point", "coordinates": [ - 4.827117919921875, - 45.74548533557156 + 5.21902084350586, + 51.95674952742021 ] } } |