diff --git a/src/assets/contributors-map.geojson b/src/assets/contributors-map.geojson index 8df4facd7..01762657a 100644 --- a/src/assets/contributors-map.geojson +++ b/src/assets/contributors-map.geojson @@ -210,6 +210,22 @@ 42.49094 ] } + }, + { + "type": "Feature", + "properties": { + "firstName": "David", + "githubId": "DavidWeisberg1", + "favoriteCrag": "64819304-d475-5c52-9b15-0a379192edaf" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -85.40108, + 35.07379 + + ] + } } ] } \ No newline at end of file