id summary reporter owner description type status priority milestone component version severity resolution keywords cc 4994 libgeotiff SetCSVFilenameHook warmerdam warmerdam "The GTiffOneTimeInit() function in gdal/frmts/gtiff/geotiff.cpp calls SetCSVFilenameHook() in an attempt to installed the GDAL CSV finder as the default CSV finder for libgeotiff. However, because geotiff.cpp includes cpl_csv.h we end up calling the GDAL version of this function, instead of the libgeotiff one (often named gtCSVSetFilenameHook() after include file #define renaming). This means that libgeotiff csv lookups end up *not* finding things in the GDAL csv directory and coordinate system lookup fails if the libgeotiff csv files are not installed or are unfindable. " defect closed normal 1.10.0 GDAL_Raster unspecified normal fixed libgeotiff csv