From bef42748924bfb6152623d9b1e7843c84ba2abf3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Mar 2017 09:51:41 +0100 Subject: + K.I. (Ottawa, Ontario, Canada) --- 2017.geojson | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 88d53d0..a1ddb6d 100644 --- a/2017.geojson +++ b/2017.geojson @@ -81,6 +81,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "K.T. (Brno, Czech Republic)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.613191, + 49.192051 + ] + } + }, { "type": "Feature", "properties": { @@ -111,13 +124,14 @@ { "type": "Feature", "properties": { - "name": "K.T. (Brno, Czech Republic)" + "name": "K.I. (Ottawa, Ontario, Canada)", + "description": "45.3766634\n-75,6444442" }, "geometry": { "type": "Point", "coordinates": [ - 16.613191, - 49.192051 + -75.6444442, + 45.3766634 ] } } -- cgit