diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index d799f26..c3a80db 100644 --- a/2017.geojson +++ b/2017.geojson @@ -232,6 +232,20 @@ { "type": "Feature", "properties": { + "name": "R.N. (Udenhout, Netherlands)", + "description": "\n" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.140278, + 51.609444 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "S.B. (Saratoga Springs, NY, USA)", "description": "" }, @@ -260,14 +274,14 @@ { "type": "Feature", "properties": { - "name": "R.N. (Udenhout, Netherlands)", - "description": "\n" + "description": "\n", + "name": "G.G (Reykjavík, Iceland)" }, "geometry": { "type": "Point", "coordinates": [ - 5.140278, - 51.609444 + -21.928711, + 64.138171 ] } } |