diff options
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 ] } } |