diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-07 14:56:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-07 14:56:51 +0200 |
commit | 18444797a65e0c11d40e8005e04d57284bbba117 (patch) | |
tree | cccba0e9e01d9f76ca6c3386baa643f2d935f199 /2018.geojson | |
parent | 01f2b4886cd5cbc9ac714db945370ddd51da97d9 (diff) |
+ M.B. (Miami, Florida, USA)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/2018.geojson b/2018.geojson index 2eea94a..fe24dbe 100644 --- a/2018.geojson +++ b/2018.geojson @@ -43,6 +43,32 @@ { "type": "Feature", "properties": { + "name": "B.P. (Красноярск, Russia)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 92.8724527359009, + 56.00974279307971 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "C.P. (Moscow, Russia)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.63366699218751, + 55.73020335605107 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "D.A.A. (Madrid, Spain)" }, "geometry": { @@ -147,26 +173,13 @@ { "type": "Feature", "properties": { - "name": "C.P. (Moscow, Russia)" + "name": "M.B. (Miami, Florida, USA)" }, "geometry": { "type": "Point", "coordinates": [ - 37.63366699218751, - 55.73020335605107 - ] - } - }, - { - "type": "Feature", - "properties": { - "name": "B.P. (Красноярск, Russia)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 92.8724527359009, - 56.00974279307971 + -80.20225524902344, + 25.781343719101066 ] } } |