diff options
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index c6c713d..b650dd5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -132,6 +132,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.team-cymru.org/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.65, + 41.85 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.upb.edu.co/remi/" }, "geometry": { @@ -471,13 +484,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.team-cymru.org/remi/" + "name": "http://mirror.reconn.ru/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -87.65, - 41.85 + 37.59521484375001, + 55.73638916286441 ] } } |