Opened 16 years ago
Closed 16 years ago
#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 (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This should now be fixed of r3993. Looks like we do need all of those box3d_extent casts after all…
ATB,
Mark.