diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-06 13:07:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-06 13:07:53 +0100 |
commit | 635a63d37ddcb752996960a6bfb64df56b1b34c2 (patch) | |
tree | d6b0ab393e112db7f1c067d51472a880160d0663 /2017.geojson | |
parent | f076ed98893bc568925e23e4fd0b0be8dae35915 (diff) |
J.K. (Newton, Massachusetts, USA)
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 ] } } |