diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-01 10:41:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-01 10:41:58 +0200 |
commit | 01df4b93ecca3db691092b555ccb0cc7706971e4 (patch) | |
tree | 720c2da78778950516a2c4bebf7deb1b274401e8 /mirrors.geojson | |
parent | d2346be336c85c3d191608d000c4e61bc0c3e22b (diff) |
+ https://mirror.sjc02.svwh.net/remi/
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 b14fb89..46da589 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -497,6 +497,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.pit.teraswitch.com/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -79.994202, + 40.443812 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirrors.tuna.tsinghua.edu.cn/remi/" }, "geometry": { @@ -563,13 +576,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.pit.teraswitch.com/remi/" + "name": "https://mirror.sjc02.svwh.net/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -79.994202, - 40.443812 + -121.896057, + 37.324851 ] } } |