From f1757c151de471a0174fa33ba8675e2e7849930e Mon Sep 17 00:00:00 2001 From: DavidWeisberg1 <90220263+DavidWeisberg1@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:02:19 -0500 Subject: [PATCH] chore(docs): add David's information to openbeta-devs file (#1241) --- src/assets/contributors-map.geojson | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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