diff options
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 ] } } |