From e9cdc2408db635e4786f1abc33f3102cb3f1a3dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Aug 2017 07:22:33 +0200 Subject: + J.F.P. (Auckland, New Zealand) --- 2017.geojson | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to '2017.geojson') diff --git a/2017.geojson b/2017.geojson index 0f7ba26..7b11d30 100644 --- a/2017.geojson +++ b/2017.geojson @@ -133,6 +133,20 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "D.S. (Costa Mesa, California, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -117.4741, + 33.5334 + ] + } + }, { "type": "Feature", "properties": { @@ -424,14 +438,13 @@ { "type": "Feature", "properties": { - "name": "D.S. (Costa Mesa, California, USA)", - "description": "" + "name": "J.F.P. (Auckland, New Zealand)" }, "geometry": { "type": "Point", "coordinates": [ - -117.4741, - 33.5334 + 174.75677490234378, + -36.86204269508727 ] } } -- cgit