Ticket #148 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
