Ticket #148 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

envelope() doesn't support new box3d_extent type

Reported by: anonymous Owned by: mcayland
Priority: high Milestone: PostGIS 1.4.0
Component: postgis Version: 1.4
Keywords: Cc:

Description

postgis14=# select envelope(extent(the_geom)) from roadsbc;
ERROR:  function envelope(box3d_extent) does not exist
LINE 1: select envelope(extent(the_geom)) from roadsbc;
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit 
type casts.

GeoServer? uses envelope(extent()) to generate layer extents in some cases

Change History

Changed 3 years ago by anonymous

  • owner changed from pramsey to mcayland

Changed 3 years ago by mcayland

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

This should now be fixed of r3993. Looks like we do need all of those box3d_extent casts after all...

ATB,

Mark.

Note: See TracTickets for help on using tickets.