diff --git a/content/team/locations.geojson b/content/team/locations.geojson index ff7f4e6ce02c..3a602621da5c 100644 --- a/content/team/locations.geojson +++ b/content/team/locations.geojson @@ -1197,5 +1197,18 @@ ] } } - ] + { + "type": "Feature", + "properties": { + "name": "Alex Stanton" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -71.394998, + 41.844047 + ] + } +} +] }