From 06df1e92a4d44f7655d2589f451e17fcde5889ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jun 2017 10:27:16 +0200 Subject: + S.S. (München, Germany) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2017.geojson | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index f7856dc..a314f57 100644 --- a/2017.geojson +++ b/2017.geojson @@ -269,6 +269,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "P.M. (Wien, Austria)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.375808715820316, + 48.206600143149025 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit