Re: [gdal-dev] est failure on gdal 1.7 (layer.getExtent). Isolated in C and Python

2010-10-13 Thread Frank Warmerdam
Simon Thépot wrote: getExtent won't work and result in a (GRException: OGR failure). Simon, It is a bug in OGRVRTLayer::GetExtent(). It is mistakenly directly calling GetExtent() on the CSV file layer when it really needs to translate the features (pulling out the right fields for geometry) a

[gdal-dev] est failure on gdal 1.7 (layer.getExtent). Isolated in C and Python

2010-10-13 Thread Simon Thépot
Hi all, i'm experiencing a test failure on gdal1.7,postgis 1.4, Python2.6, Django-1.2.3 that I isolated in Python and C (so I think it might not be related to django). Python : http://pastebin.com/Pz40E63R C : http://pastebin.com/KXHENU90 The loaded files are at (pasted in the C source code as co