diff options
-rw-r--r-- | mirrors.geojson | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 18d60fa..ccf358a 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -511,6 +511,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.mangohost.net/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 28.856964, + 47.02427 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.marwan.ma/remi/" }, "geometry": { @@ -615,6 +628,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.usi.edu/pub/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.6377, + 37.9894 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirrors.chroot.ro/remi/" }, "geometry": { @@ -758,13 +784,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.usi.edu/pub/remi/" + "name": "http://mirror.centos.no/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -87.6377, - 37.9894 + 7.995, + 58.147 ] } } |