From 5487f29222fc8f220aeeb2f7ecd233439182fb8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Oct 2018 09:21:31 +0200 Subject: R.H. (Boynton Beach, Florida, USA) --- 2018.geojson | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '2018.geojson') diff --git a/2018.geojson b/2018.geojson index 4c2af20..50740de 100644 --- a/2018.geojson +++ b/2018.geojson @@ -92,6 +92,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "I.S. (Boise, Idaho, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -116.202929, + 43.616722 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit