diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-09 14:58:17 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-09 14:58:17 +0100 |
commit | da7cec2dfe5ee788666dfdea254b4d9197cdff78 (patch) | |
tree | 53dab6273a690c7aeeca96f3ff9e730c48b723de /mirrors.geojson | |
parent | afb8d8c9d5bde12a94d43fb5660b664bbad93a03 (diff) |
+ https://mirror.netweaver.uk/remi/
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 99f7b07..d23486c 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -444,6 +444,19 @@ { "type": "Feature", "properties": { + "name": "https://mirrors.ukfast.co.uk/sites/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.2374, + 53.4809 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirrors.uni-ruse.bg/remi/", "description": "" }, @@ -497,13 +510,14 @@ { "type": "Feature", "properties": { - "name": "https://mirrors.ukfast.co.uk/sites/remi/" + "name": "https://mirror.netweaver.uk/remi/", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - -2.2374, - 53.4809 + -2.248, + 53.789 ] } } |