Re: [gdal-dev] Disabiling Geos messages via OGR

2008-08-18 Thread Frank Warmerdam
On 8/15/08, Brent Fraser <[EMAIL PROTECTED]> wrote: > I'm using OGR's Geos functions (e.g. OGRGeometry::IsValid) to process some > polygons. Geos spits out messages to console (stderr?) like "Warning 1: > Self-intersection at or near point ...". Is there a way to disable these > messages via OGR?

[gdal-dev] Disabiling Geos messages via OGR

2008-08-15 Thread Brent Fraser
I'm using OGR's Geos functions (e.g. OGRGeometry::IsValid) to process some polygons. Geos spits out messages to console (stderr?) like "Warning 1: Self-intersection at or near point ...". Is there a way to disable these messages via OGR? Thanks! Brent Fraser __