[postgis-tickets] [PostGIS] #4471: Intersection between mixed dimensions
PostGIS
trac at osgeo.org
Tue Oct 1 14:11:52 PDT 2019
#4471: Intersection between mixed dimensions
-----------------------+--------------------------
Reporter: michaudm | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 2.5.x
Resolution: | Keywords:
-----------------------+--------------------------
Comment (by pramsey):
I don't see this result against GEOS 3.8
{{{
select st_asewkt(ST_Intersection(
ST_GeomFromText('LINESTRING(0 0, 5 5, 10 10, 20 0)'),
ST_GeomFromText('LINESTRINGZ(0 10 100, 10 0 100, 15 5 100, 20 10 100)')
));
st_asewkt
------------------------------
MULTIPOINT(5 5 100,15 5 100)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4471#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