Re: [gdal-dev] Lost error messages

2024-01-31 Thread Even Rouault via gdal-dev
Ray, Thanks. My interest was that TIGER is a supported format in Leveller, so I need to ensure the user experience for error reporting is valid. And are there really real TIGER users :-)? AFAICS this format is for an antiquated version of TIGER datasets that is no longer produced. Then, wh

Re: [gdal-dev] Lost error messages

2024-01-30 Thread Ray at Daylon via gdal-dev
Evan, On 1/30/2024 3:26 AM, Even Rouault wrote: Ray, Le 30/01/2024 à 05:43, Ray at Daylon via gdal-dev a écrit : I was tracing through the TIGER/Line OGR driver and noticed that it calls OGRTigerDataSource::Open with the bTestOpen parameter set to TRUE, causing that function to skip calling CP

Re: [gdal-dev] Lost error messages

2024-01-30 Thread Even Rouault via gdal-dev
Ray, Le 30/01/2024 à 05:43, Ray at Daylon via gdal-dev a écrit : I was tracing through the TIGER/Line OGR driver and noticed that it calls OGRTigerDataSource::Open with the bTestOpen parameter set to TRUE, causing that function to skip calling CPLError and only return FALSE if an error happens.

[gdal-dev] Lost error messages

2024-01-29 Thread Ray at Daylon via gdal-dev
I was tracing through the TIGER/Line OGR driver and noticed that it calls OGRTigerDataSource::Open with the bTestOpen parameter set to TRUE, causing that function to skip calling CPLError and only return FALSE if an error happens. This causes an interesting situation: an app can have the TIGER dr