diff options
-rw-r--r-- | 2017.geojson | 20 | ||||
-rw-r--r-- | remi_repository_users_map.umap | 20 |
2 files changed, 34 insertions, 6 deletions
diff --git a/2017.geojson b/2017.geojson index f7856dc..a314f57 100644 --- a/2017.geojson +++ b/2017.geojson @@ -272,6 +272,19 @@ { "type": "Feature", "properties": { + "name": "P.M. (Wien, Austria)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.375808715820316, + 48.206600143149025 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "R.K. (Dresden, Germany)" }, "geometry": { @@ -327,13 +340,14 @@ { "type": "Feature", "properties": { - "name": "P.M. (Wien, Austria)" + "description": "", + "name": "S.S. (München, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - 16.375808715820316, - 48.206600143149025 + 11.6267401, + 48.1603924 ] } } diff --git a/remi_repository_users_map.umap b/remi_repository_users_map.umap index d2179e8..8058cfa 100644 --- a/remi_repository_users_map.umap +++ b/remi_repository_users_map.umap @@ -1229,6 +1229,19 @@ { "type": "Feature", "properties": { + "name": "P.M. (Wien, Austria)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.375808715820316, + 48.206600143149025 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "R.K. (Dresden, Germany)" }, "geometry": { @@ -1284,13 +1297,14 @@ { "type": "Feature", "properties": { - "name": "P.M. (Wien, Austria)" + "description": "", + "name": "S.S. (München, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - 16.375808715820316, - 48.206600143149025 + 11.6267401, + 48.1603924 ] } } |