diff options
-rw-r--r-- | 2017.geojson | 22 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 22 |
2 files changed, 36 insertions, 8 deletions
diff --git a/2017.geojson b/2017.geojson index ae8b5d2..0f7ba26 100644 --- a/2017.geojson +++ b/2017.geojson @@ -192,6 +192,20 @@ { "type": "Feature", "properties": { + "name": "K.B. (Halle, Germany)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.966667, + 51.483333 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.H. (Voorheesville, New-York, USA)", "description": "" }, @@ -410,14 +424,14 @@ { "type": "Feature", "properties": { - "name": "K.B. (Halle Germany)", - "description": "\n" + "name": "D.S. (Costa Mesa, California, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 11.966667, - 51.483333 + -117.4741, + 33.5334 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 751929c..3753155 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1149,6 +1149,20 @@ { "type": "Feature", "properties": { + "name": "K.B. (Halle, Germany)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.966667, + 51.483333 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.H. (Voorheesville, New-York, USA)", "description": "" }, @@ -1367,14 +1381,14 @@ { "type": "Feature", "properties": { - "name": "K.B. (Halle Germany)", - "description": "\n" + "name": "D.S. (Costa Mesa, California, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 11.966667, - 51.483333 + -117.4741, + 33.5334 ] } } |