diff options
Diffstat (limited to '2017.geojson')
-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 |