[gdal-dev] GDAL 1.6.0 GDALValidateCreationOptions

Peng Gao pgao at esri.com
Mon Nov 3 17:11:45 EST 2008


Hi All,

Create()/CreateCopy() now validates the creation options using 
GDALValidateCreationOptions(). GDALValidateCreationOptions() generates
a warning if any of creation options is not supported by the driver.
Create()/CreateCopy() fails if there is a warning.

This seems to be too harsh. My app breaks now since it always includes
a "TFW" creation option.

Can the validation be optional?

Regards,
Gao, Peng


More information about the gdal-dev mailing list