[PostGIS] #5751: Problem with ST_Intersection
PostGIS
trac at osgeo.org
Wed Jun 26 09:02:40 PDT 2024
#5751: Problem with ST_Intersection
----------------------+---------------------------
Reporter: ezimanyi | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.3
Component: postgis | Version: 3.4.x
Keywords: |
----------------------+---------------------------
{{{
test=# select st_intersects(geometry 'Linestring(1 1,1 1)', geometry
'Linestring(1 1,3 3)');
st_intersects
---------------
t
(1 row)
test=# select st_astext(st_intersection(geometry 'Linestring(1 1,1 1)',
geometry 'Linestring(1 1,3 3)'));
st_astext
------------------
LINESTRING EMPTY
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5751>
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