[postgis-devel] [PostGIS] #937: Regression: can't dump POLYGON EMPTY
PostGIS
trac at osgeo.org
Thu May 5 13:26:41 PDT 2011
#937: Regression: can't dump POLYGON EMPTY
----------------------+-----------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by strk):
Other intersting results:
{{{
strk=# select st_isempty('01030000000100000000000000'::geometry);
st_isempty
------------
f
(1 row)
strk=# select st_isvalid('01030000000100000000000000'::geometry);
st_isvalid
------------
t
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/937#comment:3>
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