[ 
https://issues.apache.org/jira/browse/LUCENE-8838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870891#comment-16870891
 ] 

ASF subversion and git services commented on LUCENE-8838:
---------------------------------------------------------

Commit 40886d4690b04a1b96ec5fae49740e9235a2a8ae in lucene-solr's branch 
refs/heads/branch_8x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=40886d4 ]

LUCENE-8838: Remove support for Steiner points (#703)

This is currently not used/supported.

> Tessellator: Remove support for Steiner points
> ----------------------------------------------
>
>                 Key: LUCENE-8838
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8838
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ignacio Vera
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Tessellator has support from Steiner points which come from the original 
> porting of the MapBox's earcut algorithm to Java. We are not using such 
> points and therefore it would be better to remove it.
> In addition, it actually introduces a bug when a polygon hole is a line with 
> al coplanar points.  In some cases it can be reduced to a point and then 
> treated as a Steiner points. This looks to be wrong and on those cases we 
> should throw an error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to