From e603a7556f18b3b647bd0b60257a99d62782db68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2020 11:03:25 +0200 Subject: add http://mirror.digitalnova.at/remi/ --- mirrors.geojson | 19 ++++++++++++++++--- mirrors.umap | 19 ++++++++++++++++--- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/mirrors.geojson b/mirrors.geojson index 2a082c5..958a9a4 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -638,6 +638,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirrors.upr.edu/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -66.1057, + 18.4663 + ] + } + }, { "type": "Feature", "properties": { @@ -693,13 +706,13 @@ { "type": "Feature", "properties": { - "name": "https://mirrors.upr.edu/remi/" + "name": "http://mirror.digitalnova.at/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -66.1057, - 18.4663 + 15.45, + 47.0667 ] } } diff --git a/mirrors.umap b/mirrors.umap index e669b15..d928583 100644 --- a/mirrors.umap +++ b/mirrors.umap @@ -678,6 +678,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirrors.upr.edu/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -66.1057, + 18.4663 + ] + } + }, { "type": "Feature", "properties": { @@ -733,13 +746,13 @@ { "type": "Feature", "properties": { - "name": "https://mirrors.upr.edu/remi/" + "name": "http://mirror.digitalnova.at/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -66.1057, - 18.4663 + 15.45, + 47.0667 ] } } -- cgit