diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-06 11:46:52 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-06 11:46:52 +0100 |
commit | fdc0384aecb3add84d8c088ec3bc3ce9dd9ceb94 (patch) | |
tree | 67174baa4ea0dced1ccb775bdb0b6a0b5a28b545 /mirrors.geojson | |
parent | 97219b27c823ee3ec9ea0e5bd51e39001e93195b (diff) |
https://mirror.netzwerge.de/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 18f591f..af4f8b1 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -641,6 +641,19 @@ { "type": "Feature", "properties": { + "name": "https://muug.ca/mirror/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.1702, + 49.9071 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://remi.mirror.digitalpacific.com.au/" }, "geometry": { @@ -706,13 +719,13 @@ { "type": "Feature", "properties": { - "name": "https://muug.ca/mirror/remi/" + "name": "https://mirror.netzwerge.de/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -97.1702, - 49.9071 + 9.9804, + 53.6859 ] } } |