[postgis-devel] [PostGIS] #712: ST_IsValidDetail POLYGON CRASH
PostGIS
trac at osgeo.org
Tue Dec 14 09:01:50 PST 2010
#712: ST_IsValidDetail POLYGON CRASH
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
SELECT ST_IsValidDetail(ST_GeomFromText('POLYGON EMPTY',4326))
CRASH:
Again other empties don't seem to crash:
e.g.
SELECT ST_IsValidDetail(ST_GeomFromText('MULTIPOLYGON EMPTY',4326));
returns:
(t,,)
SELECT ST_IsValidDetail(ST_GeomFromText('LINESTRING EMPTY',4326));
returns
(t,,)
some return not supported.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/712>
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