Daniel O'Neel
Results
2
comments of
Daniel O'Neel
**Workaround** for anyone arriving from googling @BasilisAndr: The underlying `PyEnum` is accessible via the `__enum__` attribute, so you can iterate like: ```python for c in Class.__enum__: print(c) ```
I found this PR while searching google about the same underlying problem: using Turfjs`transformTranslate` over long distances causes distortion. While I'm working with a different mapping framework, this solution inspired...