diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 8be3745..7f13ae8 100644 --- a/2017.geojson +++ b/2017.geojson @@ -548,6 +548,19 @@ { "type": "Feature", "properties": { + "name": "T.T. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.833984375000001, + 45.733025435949735 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "\n", "name": "Y.C. (Shanghai, China)" }, @@ -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 ] } } |