From 949d4e7b5a2a8d39eb01a9d5530c0a63d63e603d Mon Sep 17 00:00:00 2001 From: adamgilg Date: Wed, 18 Sep 2024 09:20:25 -0700 Subject: [PATCH] chore(docs): add Adam's info to contributor-maps file (#1171) --- src/assets/contributors-map.geojson | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/assets/contributors-map.geojson b/src/assets/contributors-map.geojson index a2e418814..36798fc6e 100644 --- a/src/assets/contributors-map.geojson +++ b/src/assets/contributors-map.geojson @@ -180,6 +180,21 @@ 42.59040 ] } + }, + { + "type": "Feature", + "properties": { + "firstName": "Adam", + "githubId": "adamgilg", + "favoriteCrag": "a354b580-870b-5444-9f11-2c0e78995841" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -123.15394, + 49.67997 + ] + } } ] } \ No newline at end of file