[postgis-devel] Issue 149 in postgis: envelope() doesn't support new box3d_extent type

codesite-noreply at google.com codesite-noreply at google.com
Thu Apr 9 12:18:57 PDT 2009


Status: Accepted
Owner: mark.cav... at siriusit.co.uk
Labels: Type-Defect Priority-Critical Milestone-1.4

New issue 149 by pwramsey3: envelope() doesn't support new box3d_extent type
http://code.google.com/p/postgis/issues/detail?id=149

What steps will reproduce the problem?

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

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list