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 fea74cd..093ba10 100644 --- a/2018.geojson +++ b/2018.geojson @@ -17,6 +17,19 @@ { "type": "Feature", "properties": { + "name": "A.C. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.827117919921875, + 45.74548533557156 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.H. (Columbus, Ohio, USA)" }, "geometry": { @@ -82,13 +95,13 @@ { "type": "Feature", "properties": { - "name": "A.C. (Lyon, France)" + "name": "K.B. (Culemborg, Netherlands)" }, "geometry": { "type": "Point", "coordinates": [ - 4.827117919921875, - 45.74548533557156 + 5.21902084350586, + 51.95674952742021 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 5ea22fe..e2137db 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -2093,6 +2093,19 @@ { "type": "Feature", "properties": { + "name": "A.C. (Lyon, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.827117919921875, + 45.74548533557156 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.H. (Columbus, Ohio, USA)" }, "geometry": { @@ -2158,13 +2171,13 @@ { "type": "Feature", "properties": { - "name": "A.C. (Lyon, France)" + "name": "K.B. (Culemborg, Netherlands)" }, "geometry": { "type": "Point", "coordinates": [ - 4.827117919921875, - 45.74548533557156 + 5.21902084350586, + 51.95674952742021 ] } } |