From 15d3d15394b651846bda7ed22dc150431ea1a173 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Jan 2018 08:18:18 +0100 Subject: + D.A.A. (Madrid, Spain) + http://mirror.reconn.ru/remi/ --- 2018.geojson | 18 +++++++++++++++++ mirrors.geojson | 19 ++++++++++++++--- remi_repository_users_map.umap | 46 +++++++++++++++++++++++++++++++++++++++--- 3 files changed, 77 insertions(+), 6 deletions(-) create mode 100644 2018.geojson diff --git a/2018.geojson b/2018.geojson new file mode 100644 index 0000000..12656a4 --- /dev/null +++ b/2018.geojson @@ -0,0 +1,18 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "D.A.A. (Madrid, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.6639404296875004, + 40.371658891506094 + ] + } + } + ] +} \ No newline at end of file diff --git a/mirrors.geojson b/mirrors.geojson index c6c713d..b650dd5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -129,6 +129,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "http://mirror.team-cymru.org/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.65, + 41.85 + ] + } + }, { "type": "Feature", "properties": { @@ -471,13 +484,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.team-cymru.org/remi/" + "name": "http://mirror.reconn.ru/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -87.65, - 41.85 + 37.59521484375001, + 55.73638916286441 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index a82fbda..86f00b0 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1710,6 +1710,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "http://mirror.team-cymru.org/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.65, + 41.85 + ] + } + }, { "type": "Feature", "properties": { @@ -2052,13 +2065,13 @@ { "type": "Feature", "properties": { - "name": "http://mirror.team-cymru.org/remi/" + "name": "http://mirror.reconn.ru/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -87.65, - 41.85 + 37.59521484375001, + 55.73638916286441 ] } } @@ -2072,6 +2085,33 @@ "color": "Lime", "iconClass": "Ball" } + }, + { + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "D.A.A. (Madrid, Spain)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.6639404296875004, + 40.371658891506094 + ] + } + } + ], + "_storage": { + "displayOnLoad": true, + "browsable": true, + "remoteData": {}, + "name": "2018", + "iconClass": "Ball", + "color": "Salmon", + "id": 481070 + } } ] } \ No newline at end of file -- cgit