You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ignacio Vera (Jira)" <ji...@apache.org> on 2020/06/29 15:53:00 UTC

[jira] [Resolved] (LUCENE-9417) Tessellator might fail when several holes share are connected to the same vertex

     [ https://issues.apache.org/jira/browse/LUCENE-9417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignacio Vera resolved LUCENE-9417.
----------------------------------
    Fix Version/s: 8.6
         Assignee: Ignacio Vera
       Resolution: Fixed

> Tessellator might fail when several holes share are connected to the same vertex
> --------------------------------------------------------------------------------
>
>                 Key: LUCENE-9417
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9417
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ignacio Vera
>            Assignee: Ignacio Vera
>            Priority: Major
>             Fix For: 8.6
>
>         Attachments: image-2020-06-25-11-03-02-075.png, image-2020-06-25-11-05-50-406.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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:
>  
> !image-2020-06-25-11-03-02-075.png|width=377,height=232!
>  
> Holes get connected the following way:
>  
> !image-2020-06-25-11-05-50-406.png|width=357,height=236!
>  
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org