diff options
-rw-r--r-- | 2018.geojson | 19 | ||||
-rw-r--r-- | 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 @@ -43,6 +43,19 @@ { "type": "Feature", "properties": { + "name": "A.K. (Austin, Texas, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.741241, + 30.269742 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "B.P. (Красноярск, Russia)" }, "geometry": { @@ -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 @@ -2158,6 +2158,19 @@ { "type": "Feature", "properties": { + "name": "A.K. (Austin, Texas, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -97.741241, + 30.269742 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "B.P. (Красноярск, Russia)" }, "geometry": { @@ -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 ] } } |