From 550dcbd1aabf54b425c194af462b28b3a16d3512 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2017 08:51:00 +0100 Subject: + A.F. (Fürstenfeldbruck, Germany) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2017.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 7f13ae8..9f49909 100644 --- a/2017.geojson +++ b/2017.geojson @@ -215,6 +215,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "J.K. (Newton, Massachusetts, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -71.1907196044922, + 42.33113878082107 + ] + } + }, { "type": "Feature", "properties": { @@ -575,13 +588,13 @@ { "type": "Feature", "properties": { - "name": "J.K. (Newton, Massachusetts, USA)" + "name": "A.F. (Fürstenfeldbruck, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -71.1907196044922, - 42.33113878082107 + 11.250600814819338, + 48.18234093479466 ] } } -- cgit