diff options
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 0e30f68..c6c713d 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -3,6 +3,17 @@ "features": [ { "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 11.314115524291994, + 48.20156615764125 + ] + } + }, + { + "type": "Feature", "properties": { "name": "http://ca.mirror.babylon.network/remi/" }, @@ -368,6 +379,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.netsite.dk/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 10.05, + 56.466 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.oxilion.nl/remi/" }, "geometry": { @@ -447,13 +471,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.netsite.dk/remi/" + "name": "http://mirror.team-cymru.org/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 10.05, - 56.466 + -87.65, + 41.85 ] } } |