Skip to content

Commit

Permalink
docs: add contributors map json file (#896)
Browse files Browse the repository at this point in the history
* docs: add contributors map json file
* use geojson format for contributor map data
* refactor: rename file, add github id
  • Loading branch information
actuallyyun authored Jul 2, 2023
1 parent a01e95b commit 068a962
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/assets/contributors-map.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"firstName": "Yun",
"githubId": "actuallyyun",
"favoriteCrag": "8fe4fa78-fda9-5742-b807-00b2c31d7bcd"
},
"geometry": {
"type": "Point",
"coordinates": [
0.905152180850496,
41.26613040056221
]
}
},
{
"type": "Feature",
"properties": {
"firstName": "Viet",
"githubId": "vnugent",
"favoriteCrag": "efcc68af-ad61-5df6-b21a-b754b65e97d9"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.892151,
39.659768
]
}
}
]
}

0 comments on commit 068a962

Please sign in to comment.