We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
function to reverse all rings in a polygon feature.
The text was updated successfully, but these errors were encountered:
this should do the trick https://github.com/mapbox/geojson-rewind
Sorry, something went wrong.
@morganherlocker is the goal to reverse all rings or put all rings in the appropriate winding order for canvas etc? (or do we want a module for each?)
if we want to just reverse rings we could build something using turf-meta
This evening (GMT+1), you will have a tiny module for this :)
Done. No external dependencies.
Check: https://github.com/Turfjs/turf-rewind
Going to be released in TurfJS v4.3
morganherlocker
No branches or pull requests
function to reverse all rings in a polygon feature.
The text was updated successfully, but these errors were encountered: