diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-10 08:40:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-10 08:40:28 +0100 |
commit | cdfc9d8dd048468493464facf53e1b8a3c5e3779 (patch) | |
tree | 92fba788571b9ae89a71d69a32d7c8a8045e81bb | |
parent | 43f69005b26ecf0ca0e3884257331575b9623e50 (diff) |
K.A.W (Sneek, Netherlands) + M.E. (Meppel, Netherlands)
-rw-r--r-- | 2017.geojson | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/2017.geojson b/2017.geojson index fe1ef36..a452522 100644 --- a/2017.geojson +++ b/2017.geojson @@ -17,7 +17,7 @@ { "type": "Feature", "properties": { - "name": "D.K. (Bratislava, Slovakia)+" + "name": "D.K. (Bratislava, Slovakia)" }, "geometry": { "type": "Point", @@ -52,6 +52,34 @@ 42.167222 ] } + }, + { + "type": "Feature", + "properties": { + "name": "K.A.W (Sneek, Netherlands)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.666667, + 53.033333 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "M.E. (Meppel, Netherlands)", + "description": " \n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.183333, + 52.7 + ] + } } ] }
\ No newline at end of file |