Ticket #3188 (closed defect: fixed)
georaster - remove test code from IReadBlock
| Reported by: | ilucena | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7.0 |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | normal | Keywords: | georaster |
| Cc: | warmerdam |
Description
CPLErr GeoRasterRasterBand::IReadBlock( int nBlockXOff,
int nBlockYOff,
void *pImage )
{
if( poDS->GetAccess() == GA_Update )
{
return CE_None;
}
...
}
Change History
Note: See
TracTickets for help on using
tickets.
