diff options
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 ] } } |