Ticket #1254 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

Composite geometries end up with nested BBOX caches

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

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]

Change History

Changed 19 months ago by pramsey

OK, we get sensible results from ST_Summary now at r8076. Now to track down this extra [B]

Changed 19 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

OK, the flags are now consistent with reality, which is an improvement. r8078

Note: See TracTickets for help on using tickets.