Opened 13 years ago
Closed 13 years ago
#1001 closed defect (fixed)
box3d(box3d_extent) is not unique
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | 1.5.X |
Keywords: | boxes | Cc: | sindile.bidla@… |
Description
Calling box3d(st_extent(g)) is ambiguos. Casting st_extent(g) return to a box3d is not, but has its own problems (see ticket #1000).
The call is used by the "ArcGIS with the Data Interoperabilty Extension", as per http://postgis.refractions.net/pipermail/postgis-users/2011-May/029752.html
The problem persists in trunk, Sindile reports it to be happening with 1.5.
Note:
See TracTickets
for help on using tickets.
box3d_extent doesn't exist anymore as of r8324