iverase commented on issue #652: LUCENE-8775: Tessellator: Improve the election 
of diagonals when splitting the polygon
URL: https://github.com/apache/lucene-solr/pull/652#issuecomment-494375420
 
 
   The algorithm seems to have problems when a hole shares a vertex with the 
polygon. I added a change that reduces the likelihood of failing but there are 
still corner cases.
   
   One way to address it is to merge those holes using the shared vertex before 
looking for the bridges. I have done so and it seems to work but performance is 
hurt so I need to find a better way of doing so.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to