diff options
-rw-r--r-- | mirrors.geojson | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 958a9a4..fc0541b 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -95,6 +95,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.digitalnova.at/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 15.45, + 47.0667 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.innosol.asia/remi/" }, "geometry": { @@ -199,6 +212,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.yer.az/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 49.892, + 40.3777 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror5.layerjet.com/remi/" }, "geometry": { @@ -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 ] } } |