Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turf-rewind #250

Closed
AbelVM opened this issue Apr 13, 2015 · 2 comments
Closed

turf-rewind #250

AbelVM opened this issue Apr 13, 2015 · 2 comments

Comments

@AbelVM
Copy link
Member

AbelVM commented Apr 13, 2015

Tiny module that transform arbitrary winding of Polygon rings to fit in the traditional standard:

  • outer - > CW
  • inner -> CCW

Reversed is possible.

https://github.com/Turfjs/turf-rewind

@AbelVM
Copy link
Member Author

AbelVM commented Apr 13, 2015

Ooops... didn't see turf-is-clockwise module. We use the same Shoelace Formula, so I could make this module even tinier with just an import.

@DenisCarriere
Copy link
Member

👍 Thanks @AbelVM , currently implemented your rewind module into TurfJS mono repo.
Going to be released in TurfJS v4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants