diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-16 14:32:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-16 14:32:30 +0100 |
commit | a001e577453ebbf30c9d16b0eb548974572fcc91 (patch) | |
tree | 130817a164d78f59f01beaeca261638e1ae987d5 /2017.geojson | |
parent | bef42748924bfb6152623d9b1e7843c84ba2abf3 (diff) |
+ D.L. (Budapest, Hungary)
Diffstat (limited to '2017.geojson')
-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 ] } } |