From 75ed9628e55fe619e970fb23f595f2ab6c322893 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Dec 2018 07:45:36 +0100 Subject: + A.M. (Köln, Germany) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2018.geojson | 19 ++++++++++++++++--- remi_repository_users_map.umap | 19 ++++++++++++++++--- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/2018.geojson b/2018.geojson index 30f7f22..748d99a 100644 --- a/2018.geojson +++ b/2018.geojson @@ -40,6 +40,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "A.K. (Austin, Texas, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.741241, + 30.269742 + ] + } + }, { "type": "Feature", "properties": { @@ -252,13 +265,13 @@ { "type": "Feature", "properties": { - "name": "A.K. (Austin, Texas, USA)" + "name": "A.M. (Köln, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -97.741241, - 30.269742 + 6.956749, + 50.94134 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 0f51083..24d6635 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2155,6 +2155,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "A.K. (Austin, Texas, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.741241, + 30.269742 + ] + } + }, { "type": "Feature", "properties": { @@ -2367,13 +2380,13 @@ { "type": "Feature", "properties": { - "name": "A.K. (Austin, Texas, USA)" + "name": "A.M. (Köln, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -97.741241, - 30.269742 + 6.956749, + 50.94134 ] } } -- cgit