From 5dd29b3bb3cff932d69da10abefccf725e42aef5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2017 10:04:09 +0100 Subject: + K.T. (Jackson, Calilfornia, USA) + O.V. (Lviv, Ukraine) --- 2017.geojson | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index aa1d9b8..b8c2541 100644 --- a/2017.geojson +++ b/2017.geojson @@ -215,6 +215,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "\n", + "name": "J.Q. (Foz Do Iguaçu, Brazil)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -54.142, + -25.6304 + ] + } + }, { "type": "Feature", "properties": { @@ -520,14 +534,28 @@ { "type": "Feature", "properties": { - "description": "\n", - "name": "J.Q. (Foz Do Iguaçu, Brazil)" + "description": "", + "name": "K.T. (Jackson, Calilfornia, USA)" }, "geometry": { "type": "Point", "coordinates": [ - -54.142, - -25.6304 + -120.774167, + 38.348889 + ] + } + }, + { + "type": "Feature", + "properties": { + "description": "", + "name": "O.V. (Lviv, Ukraine)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 24.027099609375, + 49.87339770318921 ] } } -- cgit