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 a314f57..15ef2c2 100644 --- a/2017.geojson +++ b/2017.geojson @@ -326,6 +326,20 @@ { "type": "Feature", "properties": { + "description": "", + "name": "S.S. (München, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.6267401, + 48.1603924 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "T.G. (Feltham, Middlesex, UK)", "description": "" }, @@ -340,14 +354,14 @@ { "type": "Feature", "properties": { - "description": "", - "name": "S.S. (München, Germany)" + "name": "K.H. (Voorheesville, New-York, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 11.6267401, - 48.1603924 + -73.951069, + 42.6513187 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index 8058cfa..19e451c 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1283,6 +1283,20 @@ { "type": "Feature", "properties": { + "description": "", + "name": "S.S. (München, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.6267401, + 48.1603924 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "T.G. (Feltham, Middlesex, UK)", "description": "" }, @@ -1297,14 +1311,14 @@ { "type": "Feature", "properties": { - "description": "", - "name": "S.S. (München, Germany)" + "name": "K.H. (Voorheesville, New-York, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - 11.6267401, - 48.1603924 + -73.951069, + 42.6513187 ] } } |