diff options
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 06b112c..86e9c55 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -41,6 +41,19 @@ { "type": "Feature", "properties": { + "name": "http://ftp.riken.jp/Linux/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 139.65, + 35.867 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.23media.de/remi/" }, "geometry": { @@ -498,13 +511,13 @@ { "type": "Feature", "properties": { - "name": "http://ftp.riken.jp/Linux/remi/" + "name": "https://mir01.syntis.net/remirepo/" }, "geometry": { "type": "Point", "coordinates": [ - 139.65, - 35.867 + -0.5822753906250001, + 44.84029065139799 ] } } |