diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-29 14:09:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-29 14:09:51 +0100 |
commit | 20948e6f5f9ad3da89cf06821787495d3cc02944 (patch) | |
tree | 512d1361fb44fa3796f5b6fdccecab1ea2e49a59 /2018.geojson | |
parent | 5487f29222fc8f220aeeb2f7ecd233439182fb8a (diff) |
+ D.L. (Kyiv, Ukraine)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/2018.geojson b/2018.geojson index 50740de..3c6c648 100644 --- a/2018.geojson +++ b/2018.geojson @@ -173,6 +173,20 @@ { "type": "Feature", "properties": { + "name": "R.H. (Boynton Beach, Florida, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -80.076389, + 26.528056 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "R.K. (Dresden, Germany)" }, "geometry": { @@ -212,14 +226,13 @@ { "type": "Feature", "properties": { - "name": "R.H. (Boynton Beach, Florida, USA)", - "description": "" + "name": "D.L. (Kyiv, Ukraine)" }, "geometry": { "type": "Point", "coordinates": [ - -80.076389, - 26.528056 + 30.5233, + 50.45 ] } } |