diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index a314f57..15ef2c2 100644 --- a/2017.geojson +++ b/2017.geojson @@ -326,6 +326,20 @@ { "type": "Feature", "properties": { + "description": "", + "name": "S.S. (München, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.6267401, + 48.1603924 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "T.G. (Feltham, Middlesex, UK)", "description": "" }, @@ -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 ] } } |