[PostGIS] #5765: Incorrect distance between geography polygons
PostGIS
trac at osgeo.org
Tue Aug 6 12:36:09 PDT 2024
#5765: Incorrect distance between geography polygons
-------------------------+----------------------------
Reporter: Mike Taves | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.12
Component: postgis | Version: 3.1.x
Resolution: | Keywords:
-------------------------+----------------------------
Comment (by pramsey):
So the minimal case shows the problem in edge_intersects, showing up
because the two edges in this case are parallel and very close together,
and they are being erroneously flagged as co-linear edges (distance 0).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5765#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list