diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index c3a80db..f7b5e9b 100644 --- a/2017.geojson +++ b/2017.geojson @@ -123,6 +123,20 @@ { "type": "Feature", "properties": { + "description": "\n", + "name": "G.G (Reykjavík, Iceland)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -21.928711, + 64.138171 + ] + } + }, + { + "type": "Feature", + "properties": { "description": "", "name": "Hacheté (Murcia, Spain)" }, @@ -274,14 +288,13 @@ { "type": "Feature", "properties": { - "description": "\n", - "name": "G.G (Reykjavík, Iceland)" + "name": "R.K. (Dresden, Germany)" }, "geometry": { "type": "Point", "coordinates": [ - -21.928711, - 64.138171 + 13.73771667480469, + 51.05294135350339 ] } } |