From 02af1be3411db9e9140e4233836085034181bbbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jan 2021 15:59:47 +0100 Subject: add https://mirror.docker.ru/remi/ --- mirrors.geojson | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'mirrors.geojson') diff --git a/mirrors.geojson b/mirrors.geojson index 573f789..ac4a470 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -61,8 +61,8 @@ "geometry": { "type": "Point", "coordinates": [ - 30.26417, - 59.89444 + 30.311279, + 59.828254 ] } }, @@ -495,6 +495,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.dogado.de/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.466, + 51.5149 + ] + } + }, { "type": "Feature", "properties": { @@ -745,13 +758,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.dogado.de/remi/" + "name": "https://mirror.docker.ru/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 7.466, - 51.5149 + 30.316772, + 59.971508 ] } } -- cgit