diff options
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 99c420c..1253ce7 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -314,6 +314,19 @@ { "type": "Feature", "properties": { + "name": "http://remi.mirror.liteserver.nl/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.910889, + 52.355474 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://remi.mirrors.arminco.com/" }, "geometry": { @@ -510,6 +523,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.serverion.com/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.86145, + 52.378953 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.sjc02.svwh.net/remi/" }, "geometry": { @@ -585,19 +611,6 @@ 52.631672 ] } - }, - { - "type": "Feature", - "properties": { - "name": "https://mirror.serverion.com/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.86145, - 52.378953 - ] - } } ] }
\ No newline at end of file |