diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-26 09:21:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-26 09:21:31 +0200 |
commit | 5487f29222fc8f220aeeb2f7ecd233439182fb8a (patch) | |
tree | 02dbda9354ab6cf5b75885279f81d754cf65e47b /2018.geojson | |
parent | 8fbb348c8631b8d49c46bb9638321095a714939e (diff) |
R.H. (Boynton Beach, Florida, USA)
Diffstat (limited to '2018.geojson')
-rw-r--r-- | 2018.geojson | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/2018.geojson b/2018.geojson index 4c2af20..50740de 100644 --- a/2018.geojson +++ b/2018.geojson @@ -95,6 +95,19 @@ { "type": "Feature", "properties": { + "name": "I.S. (Boise, Idaho, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -116.202929, + 43.616722 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "K.B. (Culemborg, Netherlands)" }, "geometry": { @@ -199,13 +212,14 @@ { "type": "Feature", "properties": { - "name": "I.S. (Boise, Idaho, USA)-" + "name": "R.H. (Boynton Beach, Florida, USA)", + "description": "" }, "geometry": { "type": "Point", "coordinates": [ - -116.202929, - 43.616722 + -80.076389, + 26.528056 ] } } |