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 4941f7d..92a4b58 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -431,6 +431,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.hoster.kz/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 73.1, + 49.8 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.netsite.dk/remi/" }, "geometry": { @@ -537,13 +550,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.hoster.kz/remi/" + "name": "http://remirepo.reloumirrors.net/" }, "geometry": { "type": "Point", "coordinates": [ - 73.1, - 49.8 + 2.320862, + 48.846643 ] } } |