-
Notifications
You must be signed in to change notification settings - Fork 31
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
Union polygons #1
Comments
This library is work in progress. Feel free to make a pull request, since it is not yet implemented. |
I have ported a libary that capable of doing all polygon Boolean operations on polygons (union, intersection, difference, xor) ( More info here |
Hi @mohammedX6, this is really great! 😄 |
I don't think i have time to make pull requests but you can you use the libary dierftly without need of dart turf |
closed because this is mostly implemented with the boolean* functions |
what I wrote was not entirely correct. I did some test implementations of the @mohammedX6 do you think we can use your library as a blueprint to implement the functionality as part of turf_dart without a dependency to your library? I created a new issue for that: #166 CC @jsiedentop |
hello, thanks for bringing turf to dart !
is there will be Union function that Takes two or more polygons and returns a combined polygon ?
The text was updated successfully, but these errors were encountered: