diff options
Diffstat (limited to 'mirrors.umap')
-rw-r--r-- | mirrors.umap | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/mirrors.umap b/mirrors.umap index 61a4c76..e669b15 100644 --- a/mirrors.umap +++ b/mirrors.umap @@ -616,6 +616,32 @@ { "type": "Feature", "properties": { + "name": "https://mirrors.chroot.ro/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 26.25, + 47.6333 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "https://mirrors.ptisp.pt/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.1333, + 38.7167 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirrors.tuna.tsinghua.edu.cn/remi/" }, "geometry": { @@ -707,26 +733,13 @@ { "type": "Feature", "properties": { - "name": "https://mirrors.ptisp.pt/remi/" + "name": "https://mirrors.upr.edu/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -9.1333, - 38.7167 - ] - } - }, - { - "type": "Feature", - "properties": { - "name": "https://mirrors.chroot.ro/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 26.25, - 47.6333 + -66.1057, + 18.4663 ] } } |