diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 20 |
1 files changed, 17 insertions, 3 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 ] } } |