diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-22 08:18:18 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-22 08:18:18 +0100 |
commit | 15d3d15394b651846bda7ed22dc150431ea1a173 (patch) | |
tree | 2f85ee96f0cb7a0ab38873b3c6d5629077b8d821 | |
parent | 54cc0fdf568105dba5ab79a31631674a8ed217cc (diff) |
+ D.A.A. (Madrid, Spain) + http://mirror.reconn.ru/remi/
-rw-r--r-- | 2018.geojson | 18 | ||||
-rw-r--r-- | mirrors.geojson | 19 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 46 |
3 files changed, 77 insertions, 6 deletions
diff --git a/2018.geojson b/2018.geojson new file mode 100644 index 0000000..12656a4 --- /dev/null +++ b/2018.geojson @@ -0,0 +1,18 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "D.A.A. (Madrid, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.6639404296875004, + 40.371658891506094 + ] + } + } + ] +}
\ No newline at end of file diff --git a/mirrors.geojson b/mirrors.geojson index c6c713d..b650dd5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -132,6 +132,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": { @@ -471,13 +484,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 ] } } 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 |