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 2a082c5..958a9a4 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -641,6 +641,19 @@ { "type": "Feature", "properties": { + "name": "https://mirrors.upr.edu/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -66.1057, + 18.4663 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://remi.mirror.digitalpacific.com.au/" }, "geometry": { @@ -693,13 +706,13 @@ { "type": "Feature", "properties": { - "name": "https://mirrors.upr.edu/remi/" + "name": "http://mirror.digitalnova.at/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -66.1057, - 18.4663 + 15.45, + 47.0667 ] } } |