From 0a6a186b3d0e710a69974ec2fc7d6786c5d9e5f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Mar 2017 15:49:38 +0100 Subject: + K.T. (Brno, Czech Republic) --- 2017.geojson | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/2017.geojson b/2017.geojson index c019bac..88d53d0 100644 --- a/2017.geojson +++ b/2017.geojson @@ -1,6 +1,19 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "properties": { + "name": "?? (Xiamen, China)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 118.1049585, + 24.4367932 + ] + } + }, { "type": "Feature", "properties": { @@ -98,13 +111,13 @@ { "type": "Feature", "properties": { - "name": "?? (Xiamen, China)" + "name": "K.T. (Brno, Czech Republic)" }, "geometry": { "type": "Point", "coordinates": [ - 118.1049585, - 24.4367932 + 16.613191, + 49.192051 ] } } -- cgit