From b2112a346aec15feba8adf5740e1623ccf07fa2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2017 08:04:31 +0100 Subject: + J.Q. (Foz Do Iguaçu, Brazil) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2017.geojson | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 770dc64..aa1d9b8 100644 --- a/2017.geojson +++ b/2017.geojson @@ -394,6 +394,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -74.1426, + 40.2774 + ] + } + }, { "type": "Feature", "properties": { @@ -506,14 +520,14 @@ { "type": "Feature", "properties": { - "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", - "description": "\n" + "description": "\n", + "name": "J.Q. (Foz Do Iguaçu, Brazil)" }, "geometry": { "type": "Point", "coordinates": [ - -74.1426, - 40.2774 + -54.142, + -25.6304 ] } } -- cgit