diff options
-rw-r--r-- | mirrors.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index b650dd5..99f7b07 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -132,6 +132,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.reconn.ru/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.59521484375001, + 55.73638916286441 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.team-cymru.org/remi/" }, "geometry": { @@ -484,13 +497,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.reconn.ru/remi/" + "name": "https://mirrors.ukfast.co.uk/sites/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 37.59521484375001, - 55.73638916286441 + -2.2374, + 53.4809 ] } } |