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 3957e0c..0e30f68 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -421,6 +421,19 @@ { "type": "Feature", "properties": { + "name": "https://remi.mirror.karneval.cz/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 14.4208, + 50.088 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://remi.mirror.wearetriple.com/" }, "geometry": { @@ -434,13 +447,13 @@ { "type": "Feature", "properties": { - "name": "https://remi.mirror.karneval.cz/" + "name": "https://mirror.netsite.dk/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 14.4208, - 50.088 + 10.05, + 56.466 ] } } |