Le Wednesday 22 July 2009 20:17:43 Gregory, Matthew, vous avez écrit : > > > For people affected by the issue, not being able to build > > GDAL from source and not interested in the raster attribute > > table, they can just rename the 'info' > > directory, so it won't be read at all and won't trigger the error. > > > > See http://trac.osgeo.org/gdal/ticket/3031 > > Um, this makes me really nervous to advocate renaming the INFO > directory, but maybe I'm overreacting.
This is just a workaround for people stuck with a version affected by the issue. > I think your recent fix of not > calling ReadRAT() in AIGDataset::Open() eliminates this workaround, > correct? The workaround is still there, but yeah, the latest change in trunk makes it more or less useless. > Just as long as the user doesn't call GetDefaultRAT()? There's no point trying to read the RAT until it is really needed. And the entry point for it is GetDefaultRAT(), hence the late opening of the RAT through the AVC driver in this method. > > matt _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
