diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-15 08:18:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-15 08:18:51 +0200 |
commit | 69ac0736ae129455c651356d236dd164da4405fc (patch) | |
tree | 1c6a701a47da08e710b53e9de87a3468bd57837d /2017.geojson | |
parent | 976b398c4678de98dff9f9cd85e324fd19061355 (diff) |
+G.G (Reykjavík, Iceland)
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 ] } } |