diff options
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 39 |
1 files changed, 13 insertions, 26 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 126be5e..c866366 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -147,6 +147,19 @@ { "type": "Feature", "properties": { + "name": "http://mirror.upb.edu.co/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.5636, + 6.2518 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirror.uta.edu.ec/remi/" }, "geometry": { @@ -238,19 +251,6 @@ { "type": "Feature", "properties": { - "name": "http://remi.check-update.co.uk/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -0.13, - 51.5 - ] - } - }, - { - "type": "Feature", - "properties": { "name": "http://remi.conetix.com.au/" }, "geometry": { @@ -442,19 +442,6 @@ 52.631671905518 ] } - }, - { - "type": "Feature", - "properties": { - "name": "http://mirror.upb.edu.co/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.5636, - 6.2518 - ] - } } ] }
\ No newline at end of file |