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

Improve VariableBuffer segment buffer cap generation #1041

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

dr-jts
Copy link
Contributor

@dr-jts dr-jts commented Mar 15, 2024

Improve generation of VariableBuffer segment buffer caps. This eliminates "reverse spikes" and short segments that can be caused by the interaction of the tangent lines and fixed-angle cap segments. Reverse spikes can cause incorrect holes in generated buffer polygons (e.g. see #998).

Fixes #998.

@dr-jts dr-jts changed the title Improve generation of VariableBuffer segment buffer caps Improve VariableBuffer segment buffer caps Mar 15, 2024
@dr-jts dr-jts changed the title Improve VariableBuffer segment buffer caps Improve VariableBuffer segment buffer cap generation Mar 15, 2024
@dr-jts dr-jts merged commit 981c574 into locationtech:master Mar 15, 2024
2 checks passed
@dr-jts dr-jts deleted the fix-varbuffer-cap-gen branch March 15, 2024 04:24
@jodygarnett jodygarnett added this to the 1.20.0 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VariableBuffer result polygon has incorrect hole
2 participants