From 635a63d37ddcb752996960a6bfb64df56b1b34c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Dec 2017 13:07:53 +0100 Subject: J.K. (Newton, Massachusetts, USA) --- 2017.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 8be3745..7f13ae8 100644 --- a/2017.geojson +++ b/2017.geojson @@ -545,6 +545,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "T.T. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.833984375000001, + 45.733025435949735 + ] + } + }, { "type": "Feature", "properties": { @@ -562,13 +575,13 @@ { "type": "Feature", "properties": { - "name": "T.T. (Lyon, France)" + "name": "J.K. (Newton, Massachusetts, USA)" }, "geometry": { "type": "Point", "coordinates": [ - 4.833984375000001, - 45.733025435949735 + -71.1907196044922, + 42.33113878082107 ] } } -- cgit