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 18795b7..b0ae8f5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -368,6 +368,19 @@ { "type": "Feature", "properties": { + "name": "http://remirepo.reloumirrors.net/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.320862, + 48.846643 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://repo1.ash.innoscale.net/remi/" }, "geometry": { @@ -615,13 +628,13 @@ { "type": "Feature", "properties": { - "name": "http://remirepo.reloumirrors.net/" + "name": "https://mirror.digitalpacific.com.au/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 2.320862, - 48.846643 + 151.2, + -33.876 ] } } |