diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-31 12:03:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-31 12:03:59 +0100 |
commit | 86ab06723da8e43c0cf91056f0d448f28d0f3b91 (patch) | |
tree | 7646a299e246add11547b0f6fb35bb845e7a348b /mirrors.geojson | |
parent | 665b651d3ed21f38ae32bc17f42baa71fe54de89 (diff) |
add https://mirrors.ukfast.co.uk/sites/remi/
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index b650dd5..99f7b07 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -132,6 +132,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.reconn.ru/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.59521484375001, + 55.73638916286441 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.team-cymru.org/remi/" }, "geometry": { @@ -484,13 +497,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.reconn.ru/remi/" + "name": "https://mirrors.ukfast.co.uk/sites/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 37.59521484375001, - 55.73638916286441 + -2.2374, + 53.4809 ] } } |