From f076ed98893bc568925e23e4fd0b0be8dae35915 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2017 14:18:17 +0100 Subject: + T.T. (Lyon, France) --- 2017.geojson | 49 +++++++++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 18 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index b8c2541..8be3745 100644 --- a/2017.geojson +++ b/2017.geojson @@ -311,6 +311,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "", + "name": "K.T. (Jackson, Calilfornia, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -120.774167, + 38.348889 + ] + } + }, { "type": "Feature", "properties": { @@ -408,6 +422,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "", + "name": "O.V. (Lviv, Ukraine)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 24.027099609375, + 49.87339770318921 + ] + } + }, { "type": "Feature", "properties": { @@ -534,28 +562,13 @@ { "type": "Feature", "properties": { - "description": "", - "name": "K.T. (Jackson, Calilfornia, USA)" + "name": "T.T. (Lyon, France)" }, "geometry": { "type": "Point", "coordinates": [ - -120.774167, - 38.348889 - ] - } - }, - { - "type": "Feature", - "properties": { - "description": "", - "name": "O.V. (Lviv, Ukraine)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 24.027099609375, - 49.87339770318921 + 4.833984375000001, + 45.733025435949735 ] } } -- cgit