You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ignacio Vera (JIRA)" <ji...@apache.org> on 2018/04/05 08:48:00 UTC

[jira] [Created] (LUCENE-8239) GeoComplexPolygon fails when test or/and check point are near a pole

Ignacio Vera created LUCENE-8239:
------------------------------------

             Summary: GeoComplexPolygon fails when test or/and check point are near a pole
                 Key: LUCENE-8239
                 URL: https://issues.apache.org/jira/browse/LUCENE-8239
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/spatial3d
            Reporter: Ignacio Vera


When calling {{within}} method in GeoComplexPolygon you can get errors if the test point of the polygon or the given point is near a pole.

The reason is that one of the planes defined by these points is tangent to the world therefore intersection with the above plane fails. We should prevent navigating those planes ( we should not even construct them).



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

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