diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-10 07:45:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-10 07:45:36 +0100 |
commit | 75ed9628e55fe619e970fb23f595f2ab6c322893 (patch) | |
tree | 02a57e47ec9dc5f3bca07797b8fdf62fef01a780 | |
parent | b4789ef0242887d431c61ed4015313c863ffd1e6 (diff) |
+ A.M. (Köln, Germany)
-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 ] } } |