From 6eabb246061061cd96dd61bd78d12596aaf3b6ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Oct 2020 16:21:16 +0200 Subject: add https://mirror.dk.team.blue/remi/ --- mirrors.geojson | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/mirrors.geojson b/mirrors.geojson index 958a9a4..fc0541b 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -92,6 +92,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "http://mirror.digitalnova.at/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 15.45, + 47.0667 + ] + } + }, { "type": "Feature", "properties": { @@ -196,6 +209,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "http://mirror.yer.az/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 49.892, + 40.3777 + ] + } + }, { "type": "Feature", "properties": { @@ -706,13 +732,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.digitalnova.at/remi/" + "name": "https://mirror.dk.team.blue/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 15.45, - 47.0667 + 9.9272, + 56.0399 ] } } -- cgit