-
Notifications
You must be signed in to change notification settings - Fork 27
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
Buffering sometimes drops non-contiguous shapes #25
Comments
Another example, this time without visible holes. Original:
|
@peterqliu this might be the same as #12. turf-buffer got some updates and is currently |
wound up with this workaround. pretty slow but gets the job done:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
running
turf.buffer(fc, 0, 'miles')
on this featurecollectiongives me this:
Removing the polygon to the far northeast seems to solve this problem; it's also the only poly with a hole, so that may have something to do with it.
cc/ @morganherlocker
The text was updated successfully, but these errors were encountered: