iverase commented on issue #15205: URL: https://github.com/apache/lucene/issues/15205#issuecomment-3318242298
@Pieczasz Thank for the offering but this is quite a complex algorithm so I am not sure if it is the best issue to work on. In addition, I have already been looking into this and I have a good understanding of the issue. After the change in https://github.com/apache/lucene/pull/13980, the tessellator is trying to remove three polygon holes using the same vertex. This is not an issue by itself but the issue is that some of those vertex are getting removed because they are coplanar. Removing this [line](https://github.com/apache/lucene/blob/4b821699e3659a19479bacea2cf0c32ed8bd4078/lucene/core/src/java/org/apache/lucene/geo/Tessellator.java#L436) makes the tessellator to work on the provided polygon. I am currently checking the side effects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
