Re: [gdal-dev] SetAttributeFilter and OSM

2014-01-04 Thread Even Rouault
Arno, Do you replicate that with ogrinfo with the -where option ? Could you show us how you do this with a code snippet and the filter you've used ? Even > Hello, > > I'm using the GDAL/OGR libraries in a C# application and I have some trouble > with the SetAttributeFilter function on an OGR lay

[gdal-dev] SetAttributeFilter and OSM

2014-01-04 Thread agerrius
Hello, I'm using the GDAL/OGR libraries in a C# application and I have some trouble with the SetAttributeFilter function on an OGR layer. The filtering works fine when I load a SHP file, but when I load an OSM file it doesn't work. I still get all the features on the layer. Is this a known limita