diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-02 14:18:28 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-02 14:18:28 +0100 |
commit | 3ed206f87d7b53f4dc343b12ab2aea3407c9216f (patch) | |
tree | 36709ef1fdb353418c996fafe72c9cc914ce82b3 /2018.geojson | |
parent | 75ed9628e55fe619e970fb23f595f2ab6c322893 (diff) |
+ A.F. (Fürstenfeldbruck, Germany) + D.B. (Maringa, Brazil)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/2018.geojson b/2018.geojson index 748d99a..08b26ca 100644 --- a/2018.geojson +++ b/2018.geojson @@ -30,6 +30,19 @@ { "type": "Feature", "properties": { + "name": "A.F. (Fürstenfeldbruck, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.249657, + 48.181425 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "A.H. (Columbus, Ohio, USA)" }, "geometry": { @@ -56,6 +69,19 @@ { "type": "Feature", "properties": { + "name": "A.M. (Köln, Germany)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.956749, + 50.94134 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "B.P. (Красноярск, Russia)" }, "geometry": { @@ -261,19 +287,6 @@ 44.205789 ] } - }, - { - "type": "Feature", - "properties": { - "name": "A.M. (Köln, Germany)" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 6.956749, - 50.94134 - ] - } } ] }
\ No newline at end of file |