Ticket #730 (closed defect: fixed)
Raster is broken -- no casts
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
This si the first of 2 raster breaks I am noting. Short answer -- Paul, raster is pretty much unusable with your new changes.
-- I suspect a cast is missing, though its questionable if we should have an auto cast in place or just define functions and operators directly for raster
SELECT ST_Box2D(rast1.rast) FROM ( ( SELECT ST_SetSRID(ST_SetValue( ST_AddBand( ST_MakeEmptyRaster( 100, 100, (i-1)*100, (i-1)*100, 0.0005, -0.0005, 0*i, 0*i), '32BF'), i, (i+1),-4294),4326) As rast FROM generate_series(1,10) As i) ) As rast1 LIMIT 3;
Change History
Note: See
TracTickets for help on using
tickets.
