diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 4cd6a89..f7856dc 100644 --- a/2017.geojson +++ b/2017.geojson @@ -82,6 +82,19 @@ { "type": "Feature", "properties": { + "name": "C.W. (Oldenzaal, Netherlands)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.9291114807128915, + 52.313516199748086 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "D.K. (Bratislava, Slovakia)" }, "geometry": { @@ -314,13 +327,13 @@ { "type": "Feature", "properties": { - "name": "C.W. (Oldenzaal, Netherlands)" + "name": "P.M. (Wien, Austria)" }, "geometry": { "type": "Point", "coordinates": [ - 6.9291114807128915, - 52.313516199748086 + 16.375808715820316, + 48.206600143149025 ] } } |