diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-10 09:51:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-10 09:51:41 +0100 |
commit | bef42748924bfb6152623d9b1e7843c84ba2abf3 (patch) | |
tree | 4e98c20c01c21a4007b629557ffbe0f140048f5f /2017.geojson | |
parent | 325a66e646b45baf6dedafe26b9734a592c28756 (diff) |
+ K.I. (Ottawa, Ontario, Canada)
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/2017.geojson b/2017.geojson index 88d53d0..a1ddb6d 100644 --- a/2017.geojson +++ b/2017.geojson @@ -84,6 +84,19 @@ { "type": "Feature", "properties": { + "name": "K.T. (Brno, Czech Republic)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 16.613191, + 49.192051 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "M.E. (Meppel, Netherlands)", "description": " \n" }, @@ -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 ] } } |