[PostGIS] #5804: NULL geometries generated from ST_FORCE3D(geom, NULL)
PostGIS
trac at osgeo.org
Wed Oct 30 01:44:11 PDT 2024
#5804: NULL geometries generated from ST_FORCE3D(geom,NULL)
----------------------+---------------------------
Reporter: ponceta | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.4
Component: postgis | Version: 3.4.x
Resolution: | Keywords: 3D
----------------------+---------------------------
Comment (by ponceta):
To reproduce quickly on postgis side, try :
SELECT ST_ASTEXT(ST_FORCE3D(ST_GeomFromText('POINT(2540642.81
1151868.287)',2056)))
SELECT ST_ASTEXT(ST_FORCE3D(ST_GeomFromText('POINT(2540642.81
1151868.287)',2056),0))
SELECT ST_ASTEXT(ST_FORCE3D(ST_GeomFromText('POINT(2540642.81
1151868.287)',2056),NULL))
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5804#comment:1>
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