From 54cc0fdf568105dba5ab79a31631674a8ed217cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jan 2018 10:47:48 +0100 Subject: + http://mirror.team-cymru.org/remi/ --- mirrors.geojson | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'mirrors.geojson') diff --git a/mirrors.geojson b/mirrors.geojson index 0e30f68..c6c713d 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -1,6 +1,17 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Point", + "coordinates": [ + 11.314115524291994, + 48.20156615764125 + ] + } + }, { "type": "Feature", "properties": { @@ -365,6 +376,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.netsite.dk/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 10.05, + 56.466 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit