From f2e65a530a1f530791124f2cdbe55317283764db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Apr 2018 06:06:35 +0200 Subject: + R.K. (Dresden, Germany) --- 2018.geojson | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index 612073a..a3d96da 100644 --- a/2018.geojson +++ b/2018.geojson @@ -95,26 +95,26 @@ { "type": "Feature", "properties": { - "name": "S.C. (Chicago, Illinois, USA)" + "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -87.7313232421875, - 41.80817277478238 + -85.83618164062501, + 42.157295553651664 ] } }, { "type": "Feature", "properties": { - "name": "P.M. (Lawton, Michigan, USA)" + "name": "S.C. (Chicago, Illinois, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -85.83618164062501, - 42.157295553651664 + -87.7313232421875, + 41.80817277478238 ] } }, @@ -130,6 +130,19 @@ 44.20578885589615 ] } + }, + { + "type": "Feature", + "properties": { + "name": "R.K. (Dresden, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.739776611328125, + 51.04916446529363 + ] + } } ] } \ No newline at end of file -- cgit