diff options
-rw-r--r-- | mirrors.geojson | 96 | ||||
-rw-r--r-- | remi_repository_mirrors_map.umap | 20 |
2 files changed, 28 insertions, 88 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index ccf358a..18f591f 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -82,26 +82,26 @@ { "type": "Feature", "properties": { - "name": "http://mirror.digitalnova.at/remi/" + "name": "http://mirror.centos.no/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 15.45, - 47.0667 + 7.995, + 58.147 ] } }, { "type": "Feature", "properties": { - "name": "http://mirror.innosol.asia/remi/" + "name": "http://mirror.digitalnova.at/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 114.157692, - 22.285521 + 15.45, + 47.0667 ] } }, @@ -121,19 +121,6 @@ { "type": "Feature", "properties": { - "name": "http://mirror.reconn.ru/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 37.628174, - 55.758032 - ] - } - }, - { - "type": "Feature", - "properties": { "name": "http://mirror.team-cymru.com/remi/" }, "geometry": { @@ -147,19 +134,6 @@ { "type": "Feature", "properties": { - "name": "http://mirror.upb.edu.co/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.5636, - 6.2518 - ] - } - }, - { - "type": "Feature", - "properties": { "name": "http://mirror.uta.edu.ec/remi/" }, "geometry": { @@ -173,19 +147,6 @@ { "type": "Feature", "properties": { - "name": "http://mirror.veriteknik.net.tr/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 32.854271, - 39.919868 - ] - } - }, - { - "type": "Feature", - "properties": { "name": "http://mirror.xeonbd.com/remi/" }, "geometry": { @@ -316,19 +277,6 @@ { "type": "Feature", "properties": { - "name": "http://remi.mirrors.arminco.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 44.513611, - 40.18111 - ] - } - }, - { - "type": "Feature", - "properties": { "name": "http://remi.mirrors.cu.be/" }, "geometry": { @@ -589,32 +537,6 @@ { "type": "Feature", "properties": { - "name": "https://mirror.serverion.com/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.872437, - 52.365538 - ] - } - }, - { - "type": "Feature", - "properties": { - "name": "https://mirror.sjc02.svwh.net/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -121.896057, - 37.324851 - ] - } - }, - { - "type": "Feature", - "properties": { "name": "https://mirror.telkomuniversity.ac.id/remi/" }, "geometry": { @@ -784,13 +706,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.centos.no/remi/" + "name": "https://muug.ca/mirror/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 7.995, - 58.147 + -97.1702, + 49.9071 ] } } diff --git a/remi_repository_mirrors_map.umap b/remi_repository_mirrors_map.umap index 2136c1e..8035edb 100644 --- a/remi_repository_mirrors_map.umap +++ b/remi_repository_mirrors_map.umap @@ -745,16 +745,34 @@ 28.6667 ] } + }, + { + "type": "Feature", + "properties": { + "name": "https://muug.ca/mirror/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.1702, + 49.9071 + ] + } } ], "_umap_options": { "displayOnLoad": true, + "inCaption": true, "browsable": true, + "editMode": "advanced", "name": "Mirrors", "id": 255284, "remoteData": {}, "color": "Lime", - "iconClass": "Ball" + "iconClass": "Ball", + "permissions": { + "edit_status": 0 + } } } ] |