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 ac4a470..062306c 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -498,6 +498,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.docker.ru/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 30.316772, + 59.971508 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.dogado.de/remi/" }, "geometry": { @@ -758,13 +771,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.docker.ru/remi/" + "name": "https://mirror.ihost.md/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 30.316772, - 59.971508 + 28.8575, + 47.00556 ] } } |