iverase edited a comment on pull request #756: URL: https://github.com/apache/lucene/pull/756#issuecomment-1085761493
@yixunx thanks for the input. I revised the issue again and it seems the fix is much simpler. We are actually tessellating properly the polygons but we are not detecting it properly because at the end of the process we still have some edges but those edges are just a line that can be discarded. I have added a check that test if the final edges have an area and if they don't, it won't fail. Test are passing and visual inspection of the tessellation looks good. -- 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]
