[postgis-devel] [PostGIS] #1254: Composite geometries end up with nested BBOX caches
PostGIS
trac at osgeo.org
Thu Oct 27 08:30:23 PDT 2011
#1254: Composite geometries end up with nested BBOX caches
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
In 1.5 only the bbox of the outermost geometry was stored.
In 2.0 it seems we're having the box also in the inner:
{{{
=# select st_summary('MULTIPOINT(0 0)'::geometry);
st_summary
-------------------------------
MultiPoint[B] with 1 elements
Point[B]
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1254>
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