[PostGIS] #5604: ST_Distance doesn't return the minimum distance of two geometries.
PostGIS
trac at osgeo.org
Fri Dec 1 15:22:11 PST 2023
#5604: ST_Distance doesn't return the minimum distance of two geometries.
----------------------+---------------------------
Reporter: Wenjing | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.2
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
Simple reproducer
{{{
SELECT ST_Distance(
'MULTIPOINT((1 0),(0 0))'::geometry,
'MULTIPOINT((-2 0), EMPTY)'::geometry
);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5604#comment:2>
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