diff options
Diffstat (limited to 'remi_repository_users_map.umap')
-rw-r--r-- | remi_repository_users_map.umap | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index a82fbda..86f00b0 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1713,6 +1713,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.team-cymru.org/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.65, + 41.85 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.upb.edu.co/remi/" }, "geometry": { @@ -2052,13 +2065,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.team-cymru.org/remi/" + "name": "http://mirror.reconn.ru/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -87.65, - 41.85 + 37.59521484375001, + 55.73638916286441 ] } } @@ -2072,6 +2085,33 @@ "color": "Lime", "iconClass": "Ball" } + }, + { + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "D.A.A. (Madrid, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.6639404296875004, + 40.371658891506094 + ] + } + } + ], + "_storage": { + "displayOnLoad": true, + "browsable": true, + "remoteData": {}, + "name": "2018", + "iconClass": "Ball", + "color": "Salmon", + "id": 481070 + } } ] }
\ No newline at end of file |