diff options
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index a1ddb6d..531daba 100644 --- a/2017.geojson +++ b/2017.geojson @@ -71,6 +71,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": { "name": "K.M.W. (Wien, Austria)" }, "geometry": { @@ -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 ] } } |