[postgis-devel] [PostGIS] #973: ST_GetFaceGeometry - don't intercept the UniverseFace
PostGIS
trac at osgeo.org
Sat May 21 15:06:09 PDT 2011
#973: ST_GetFaceGeometry - don't intercept the UniverseFace
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
Hi,
when executing:
SELECT topology.ST_GetFaceGeometry('topo_test2',0);
the ST_GetFaceGeometry should return, as ask from the ISO specs,
an exception like:
"SQL/MM Spatial Exception - universal face has no geometry"
instead wrongly the ST_GetFaceGeometry return a record with NULL value.
I guess this is the reason of error reported in the ticket
http://trac.osgeo.org/postgis/ticket/972
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/973>
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-devel
mailing list