diff options
Diffstat (limited to 'remi_repository_users_map.umap')
-rw-r--r-- | remi_repository_users_map.umap | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 62f95fc..8ea1540 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2132,6 +2132,19 @@ { "type": "Feature", "properties": { + "name": "A.H. (Columbus, Ohio, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -82.97424316406251, + 39.95185892663005 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "D.A.A. (Madrid, Spain)" }, "geometry": { @@ -2171,13 +2184,13 @@ { "type": "Feature", "properties": { - "name": "A.H. (Columbus, Ohio, USA)" + "name": "S.C. (Chicago, Illinois, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -82.97424316406251, - 39.95185892663005 + -87.7313232421875, + 41.80817277478238 ] } } |