diff options
-rw-r--r-- | 2018.geojson | 45 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 45 |
2 files changed, 58 insertions, 32 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 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 85e89f7..bd631b5 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2132,6 +2132,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": { @@ -2236,26 +2262,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 ] } } |