Opened 11 years ago

Closed 11 years ago

#5120 closed defect (fixed)

VRTSourcedRasterBand::AddMaskBandSource() ignores specified window

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.10.1
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: mask band vrt
Cc:

Description

The int nSrcXOff, int nSrcYOff, int nSrcXSize, int nSrcYSize, int nDstXOff, int nDstYOff, int nDstXSize, int nDstYSize parameters were pretty much ignored, and gdal_translate -mask didn't pass the window to AddMaskBandSource(). The result was that mask bands were incorrectly handled.

Change History (1)

comment:1 by Even Rouault, 11 years ago

Milestone: 1.10.1
Resolution: fixed
Status: newclosed

Fixed in trunk (r26090) and branches/1.10 (r26091)

Note: See TracTickets for help on using tickets.