Ticket #2842 (closed defect: fixed)
Unable to delete colormap from HFA
| Reported by: | rprinceley | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | GDAL_Raster | Version: | 1.6.0 |
| Severity: | normal | Keywords: | HFA |
| Cc: |
Description
Deleting color table using SetColorTable?(0) does not work on HFARasterBand.
...
band = dataset->GetRasterBand( 1 );
if ( band ) {
band->SetColorTable( 0 );
}
::GDALClose( dataset );
Change History
Note: See
TracTickets for help on using
tickets.
