[postgis-devel] [PostGIS] #1537: [raster] Impossible to set the nodata value of a raster returned by ST_Intersection(raster, geometry, extenttype)
PostGIS
trac at osgeo.org
Fri Feb 3 16:04:34 PST 2012
#1537: [raster] Impossible to set the nodata value of a raster returned by
ST_Intersection(raster, geometry, extenttype)
---------------------+------------------------------------------------------
Reporter: pracine | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: raster | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by dustymugs):
Fixed in r9024. Though the band being returned is specified, the band
pixel type was not being specified thus triggering the default estimation
of the pixel type based upon the requested extent. Band pixel type is now
explicitly specified for returnband in (FIRST|SECOND|BOTH).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1537#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list