diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index 0f7ba26..7b11d30 100644 --- a/2017.geojson +++ b/2017.geojson @@ -136,6 +136,20 @@ { "type": "Feature", "properties": { + "name": "D.S. (Costa Mesa, California, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -117.4741, + 33.5334 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "G.B. (Baden, Autria)", "description": "" }, @@ -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 ] } } |