diff options
Diffstat (limited to '2017.geojson')
-rw-r--r-- | 2017.geojson | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/2017.geojson b/2017.geojson index 1ff2c01..770dc64 100644 --- a/2017.geojson +++ b/2017.geojson @@ -369,6 +369,20 @@ { "type": "Feature", "properties": { + "name": "N. (Southfield, Michigan, USA)", + "description": "" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -83.245, + 42.479722 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "O.B. (Le Mont-sur-Lausanne, Swiss)", "description": "\n" }, @@ -492,14 +506,14 @@ { "type": "Feature", "properties": { - "name": "N. (Southfield, Michigan, USA)", - "description": "" + "name": "P.H.D.P. (Plainsboro, New Jersey, USA)", + "description": "\n" }, "geometry": { "type": "Point", "coordinates": [ - -83.245, - 42.479722 + -74.1426, + 40.2774 ] } } |