Ticket #348 (closed defect: fixed)
[wktraster] st_raster_envelope & st_raster_to_box2d return different results
| Reported by: | pracine | Owned by: | pracine |
|---|---|---|---|
| Priority: | high | Milestone: | WKTRaster 0.1.6 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description (last modified by pracine) (diff)
SELECT ST_AsText(st_raster_envelope(rast)) FROM mytable
UNION ALL
SELECT ST_AsText(st_raster_to_box2d(rast)) FROM mytable
should return two identical lines.
Change History
Note: See
TracTickets for help on using
tickets.
