[postgis-devel] [PostGIS] #938: box2d of empty geom should be NULL
PostGIS
trac at osgeo.org
Thu May 5 09:01:24 PDT 2011
#938: box2d of empty geom should be NULL
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
shouldn't it ?
Currently (2.0):
{{{
=# select gid, st_summary(the_geom), the_geom::box2d from cases;
gid | st_summary | the_geom
------+--------------------------+--------------
2416 | Polygon[ZM] with 1 rings | BOX(0 0,0 0)
: ring 0 has 0 points
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/938>
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