-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.6
-
Component/s: None
-
Labels:None
-
Lucene Fields:New
Related to LUCENE-9400, tessellator might fail when several polygons are connected to the same polygon vertex, and this vertex is connected from more than one segment. For example the following polygon:
Holes get connected the following way:
Two holes are connected to the same point, and this point is shared across different segments. We need to make sure we connect in such a way that we are not crossing each other.
- links to