From 773e2f814c6a1fcaefbc8d6705122165ac8de760 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jul 2017 13:02:02 +0200 Subject: + Y.C. (China) --- 2017.geojson | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 653a95a..864e09a 100644 --- a/2017.geojson +++ b/2017.geojson @@ -25,6 +25,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "description": "\n", + "name": "A.B. (Le Canet, France)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.016143798828126, + 43.57815246275741 + ] + } + }, { "type": "Feature", "properties": { @@ -369,13 +383,13 @@ "type": "Feature", "properties": { "description": "\n", - "name": "A.B. (Le Canet, France)" + "name": "Y.C. (China)" }, "geometry": { "type": "Point", "coordinates": [ - 7.016143798828126, - 43.57815246275741 + 116.16, + 37.26 ] } } -- cgit