diff options
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index c7a7053..06b112c 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -132,7 +132,7 @@ { "type": "Feature", "properties": { - "name": "http://mirror.team-cymru.org/remi/" + "name": "http://mirror.team-cymru.com/remi/" }, "geometry": { "type": "Point", @@ -184,6 +184,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.xeonbd.com/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 90.4074, + 23.7104 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror5.layerjet.com/remi/" }, "geometry": { @@ -485,13 +498,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.xeonbd.com/remi/" + "name": "http://ftp.riken.jp/Linux/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 90.4074, - 23.7104 + 139.65, + 35.867 ] } } |