From 8ee0b8d03b787dbab8d2179e959a9791911d68c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2020 09:33:45 +0100 Subject: add https://merlin.fit.vutbr.cz/mirrors/remi/ --- mirrors.geojson | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'mirrors.geojson') 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 -- cgit