Skip to content

Instantly share code, notes, and snippets.

View ericjames's full-sized avatar

Eric James ericjames

View GitHub Profile
@ericjames
ericjames / mapbox-filter-examples
Last active October 31, 2021 16:06
Mapbox Filter Examples
// Toggling the 'feature-state' boolean via map.setFeatureState
'line-width': [
'case',
['boolean', ['feature-state', 'hover'], false],
10,
2
]
@ericjames
ericjames / git-fix-author-email.md
Created November 30, 2022 03:21
Fix author and email of all git commits

git rebase -i --root -x "git commit --amend --reset-author -CHEAD"