diff options
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index b0ae8f5..d2cf798 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -628,7 +628,7 @@ { "type": "Feature", "properties": { - "name": "https://mirror.digitalpacific.com.au/remi/" + "name": "https://remi.mirror.digitalpacific.com.au/" }, "geometry": { "type": "Point", @@ -637,6 +637,19 @@ -33.876 ] } + }, + { + "type": "Feature", + "properties": { + "name": "https://merlin.fit.vutbr.cz/mirrors/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.608, + 49.1952 + ] + } } ] }
\ No newline at end of file |