From 7c4cc5b05837d619c35cf0334745cfc134e247be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 May 2020 09:50:30 +0200 Subject: add https://mirrors.upr.edu/remi/ new mirror --- mirrors.geojson | 45 +++++++++++++++++++++++++++++---------------- mirrors.umap | 45 +++++++++++++++++++++++++++++---------------- 2 files changed, 58 insertions(+), 32 deletions(-) diff --git a/mirrors.geojson b/mirrors.geojson index 9dec1fe..2a082c5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -573,6 +573,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": { @@ -667,26 +693,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 ] } } diff --git a/mirrors.umap b/mirrors.umap index 61a4c76..e669b15 100644 --- a/mirrors.umap +++ b/mirrors.umap @@ -613,6 +613,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": { @@ -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 ] } } -- cgit