From e8ffc0e07e66519c5f1c7456e4a22e1dfede10c9 Mon Sep 17 00:00:00 2001 From: Blake McCord Date: Thu, 11 Jan 2024 19:13:50 +0200 Subject: [PATCH] chore(docs): add blake's info to contributors (#1052) * fix: coordinate order --- 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 022cbbf25..d66e0ec4a 100644 --- a/src/assets/contributors-map.geojson +++ b/src/assets/contributors-map.geojson @@ -135,6 +135,21 @@ 44.05817299999998 ] } + }, + { + "type": "Feature", + "properties": { + "firstName": "Blake", + "githubId": "btmccord", + "favoriteCrag": "ccf26565-71c6-59ff-8c42-0564bfa96ef8" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -111.65141214144266, + 35.198478054480816 + ] + } } ] } \ No newline at end of file