diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-09 08:36:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-09 08:36:40 +0200 |
commit | a12ed7367c49a68a287d933dede21dcba1d9875b (patch) | |
tree | bec989cbe1cdbb261612d8cb72365e60be615e89 /2018.geojson | |
parent | 13ab162f785741b82e84782425d4e7734a75090f (diff) |
+ P.M. (Lawton, Michigan, USA) + T.B. (Dolj, Roumania)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/2018.geojson b/2018.geojson index 093ba10..612073a 100644 --- a/2018.geojson +++ b/2018.geojson @@ -69,6 +69,19 @@ { "type": "Feature", "properties": { + "name": "K.B. (Culemborg, Netherlands)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.21902084350586, + 51.95674952742021 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.S. (Brantford, Canada)" }, "geometry": { @@ -95,13 +108,26 @@ { "type": "Feature", "properties": { - "name": "K.B. (Culemborg, Netherlands)" + "name": "P.M. (Lawton, Michigan, USA)" }, "geometry": { "type": "Point", "coordinates": [ - 5.21902084350586, - 51.95674952742021 + -85.83618164062501, + 42.157295553651664 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "T.B. (Dolj, Roumania)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 23.666481971740726, + 44.20578885589615 ] } } |