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 0ee6de2..4941f7d 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -223,6 +223,19 @@ { "type": "Feature", "properties": { + "name": "http://mirrors.bytes.ua/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 28.48, + 49.23 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://mirrors.mediatemple.net/remi/" }, "geometry": { @@ -524,13 +537,13 @@ { "type": "Feature", "properties": { - "name": "http://mirrors.bytes.ua/remi/" + "name": "https://mirror.hoster.kz/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 28.48, - 49.23 + 73.1, + 49.8 ] } } |