From 08debc10d37dc258fc576c5719429ce95ab1f574 Mon Sep 17 00:00:00 2001 From: Jason Ji Date: Wed, 6 Sep 2023 14:25:29 -0500 Subject: [PATCH 1/2] chore(docs):add jason's information to openbeta-devs file --- 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 bb9fc1759..a314c69a6 100644 --- a/src/assets/contributors-map.geojson +++ b/src/assets/contributors-map.geojson @@ -90,6 +90,21 @@ 39.737812 ] } + }, + { + "type": "Feature", + "properties": { + "firstName": "Jason", + "githubId": "con-ji", + "favoriteCrag": "63a84574-0db2-5bec-975f-1d14f57aabe4" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 34.052724, + -118.113606 + ] + } } ] } From 2be66aca66067723f0a2f38dcf145bc28f41fa8b Mon Sep 17 00:00:00 2001 From: Jason Ji Date: Wed, 6 Sep 2023 22:34:16 -0500 Subject: [PATCH 2/2] chore(docs):flip reversed coordinates in con-ji's entry --- src/assets/contributors-map.geojson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/contributors-map.geojson b/src/assets/contributors-map.geojson index a314c69a6..2f5d7210e 100644 --- a/src/assets/contributors-map.geojson +++ b/src/assets/contributors-map.geojson @@ -101,8 +101,8 @@ "geometry": { "type": "Point", "coordinates": [ - 34.052724, - -118.113606 + -118.113606, + 34.052724 ] } }