From db86140e6770e033b472de2d53a572b85d2d3c6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Feb 2018 07:40:22 +0100 Subject: + K.S. (Brantford, Canada) --- 2018.geojson | 19 ++++++++++++++++--- remi_repository_users_map.umap | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 43 insertions(+), 17 deletions(-) diff --git a/2018.geojson b/2018.geojson index e0d7f90..1105d27 100644 --- a/2018.geojson +++ b/2018.geojson @@ -1,6 +1,19 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": { + "name": "A.C. (Ipswich, England)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.1563110351562502, + 52.054179425297185 + ] + } + }, { "type": "Feature", "properties": { @@ -30,13 +43,13 @@ { "type": "Feature", "properties": { - "name": "A.C. (Ipswich, England)" + "name": "K.S. (Brantford, Canada)" }, "geometry": { "type": "Point", "coordinates": [ - 1.1563110351562502, - 52.054179425297185 + -80.26748657226562, + 43.15009591190287 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 857f7d3..f9b811c 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1996,6 +1996,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.netweaver.uk/remi/", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.248, + 53.789 + ] + } + }, { "type": "Feature", "properties": { @@ -2087,20 +2101,6 @@ 52.631671905518 ] } - }, - { - "type": "Feature", - "properties": { - "name": "https://mirror.netweaver.uk/remi/", - "description": "" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -2.248, - 53.789 - ] - } } ], "_storage": { @@ -2154,6 +2154,19 @@ -23.589160275994917 ] } + }, + { + "type": "Feature", + "properties": { + "name": "K.S. (Brantford, Canada)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -80.26748657226562, + 43.15009591190287 + ] + } } ], "_storage": { -- cgit