From a001e577453ebbf30c9d16b0eb548974572fcc91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Mar 2017 14:32:30 +0100 Subject: + D.L. (Budapest, Hungary) --- 2017.geojson | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index a1ddb6d..531daba 100644 --- a/2017.geojson +++ b/2017.geojson @@ -68,6 +68,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "K.I. (Ottawa, Ontario, Canada)", + "description": "45.3766634\n-75,6444442" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -75.6444442, + 45.3766634 + ] + } + }, { "type": "Feature", "properties": { @@ -124,14 +138,14 @@ { "type": "Feature", "properties": { - "name": "K.I. (Ottawa, Ontario, Canada)", - "description": "45.3766634\n-75,6444442" + "name": "D.L. (Budapest, Hungary)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - -75.6444442, - 45.3766634 + 19.1343842, + 47.5472826 ] } } -- cgit