[postgis-tickets] [PostGIS] #5376: ST_Intersection returns EMPTY when mixing 2D and 3D geometries
PostGIS
trac at osgeo.org
Tue Apr 25 10:49:43 PDT 2023
#5376: ST_Intersection returns EMPTY when mixing 2D and 3D geometries
----------------------+---------------------------
Reporter: ezimanyi | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Keywords: |
----------------------+---------------------------
{{{
select st_astext(st_intersection(geometry 'Linestring z(3 1 1,3 1 3)',
geometry 'POLYGON((2 0,2 2,4 2,4 0,2 0))'));
"LINESTRING EMPTY"
select postgis_full_version();
"POSTGIS=""3.3.2 3.3.2"" [EXTENSION] PGSQL=""150""
GEOS=""3.11.1-CAPI-1.17.1"" PROJ=""7.2.1"" LIBXML=""2.9.9""
LIBJSON=""0.12"" LIBPROTOBUF=""1.2.1"" WAGYU=""0.5.0 (Internal)"""
}}}
This was executed on the last version available for Windows
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5376>
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