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

Polygons failing to tessellate #12352

Closed
iverase opened this issue Jun 7, 2023 · 0 comments · Fixed by #12353
Closed

Polygons failing to tessellate #12352

iverase opened this issue Jun 7, 2023 · 0 comments · Fixed by #12353
Labels
Milestone

Comments

@iverase
Copy link
Contributor

iverase commented Jun 7, 2023

relates to #11986

More polygons reported to be failing to tessellate. The polygon data can be found here: Sharing the sample polygon data.
https://raw.githubusercontent.com/amalantonygit/polygon-data/main/polygon.geojson

image

From a first look, the error seems related to the way we validate the diagonal chosen to split polygons here:

private static final boolean isValidDiagonal(final Node a, final Node b) {

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

Successfully merging a pull request may close this issue.

1 participant