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