From 22a2bad29897c84431fcef1a102d8cf5b558d591 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jun 2017 18:05:41 +0200 Subject: + K.H. (Voorheesville, New-York, USA) --- 2017.geojson | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index a314f57..15ef2c2 100644 --- a/2017.geojson +++ b/2017.geojson @@ -323,6 +323,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "", + "name": "S.S. (München, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.6267401, + 48.1603924 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit