diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-29 08:06:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-29 08:06:26 +0100 |
commit | 9b50bd11f153fb4f4c2f02263ae799034aff8950 (patch) | |
tree | e8c54d2fb0a6e7a3b079c948b3182afc98c8f2c9 /mirrors.geojson | |
parent | 6eabb246061061cd96dd61bd78d12596aaf3b6ea (diff) |
add https://mirror.dogado.de/remi/
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index fc0541b..573f789 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -485,6 +485,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.dk.team.blue/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 9.9272, + 56.0399 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.hoster.kz/remi/" }, "geometry": { @@ -732,13 +745,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.dk.team.blue/remi/" + "name": "https://mirror.dogado.de/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 9.9272, - 56.0399 + 7.466, + 51.5149 ] } } |