diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-15 08:46:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-15 08:46:15 +0200 |
commit | 79959352fa0de73491f4f097f374a6747e48027a (patch) | |
tree | 2f302ec54962d786ff355ff8189a75cf40d4a32e /mirrors.geojson | |
parent | 9de401bb6366549ebb322661d8922aa26c7bea3f (diff) |
+ https://mirror.netsite.dk/remi
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 ] } } |