diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-08 11:03:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-08 11:03:25 +0200 |
commit | e603a7556f18b3b647bd0b60257a99d62782db68 (patch) | |
tree | 2ff6cce798961a1e3c89ee719e07e87500e53d5e /mirrors.umap | |
parent | 7c4cc5b05837d619c35cf0334745cfc134e247be (diff) |
add http://mirror.digitalnova.at/remi/
Diffstat (limited to 'mirrors.umap')
-rw-r--r-- | mirrors.umap | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/mirrors.umap b/mirrors.umap index e669b15..d928583 100644 --- a/mirrors.umap +++ b/mirrors.umap @@ -681,6 +681,19 @@ { "type": "Feature", "properties": { + "name": "https://mirrors.upr.edu/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -66.1057, + 18.4663 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://remi.mirror.digitalpacific.com.au/" }, "geometry": { @@ -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 ] } } |