Re: [gdal-dev] Invalid node descriptor size in .sbn

2014-02-12 Thread Even Rouault
Le mercredi 12 février 2014 15:27:05, Dennis Gocke a écrit : > Hi Even, > > Thanks for the quick reply. > > regarding the last part: > Here is some pseudo code to illustrate: > I'm normally using the C# wrapper so Failures result in an exception. > > When doing the following: > OpenShape() > Get

Re: [gdal-dev] Invalid node descriptor size in .sbn

2014-02-12 Thread Dennis Gocke
Hi Even, Thanks for the quick reply. regarding the last part: Here is some pseudo code to illustrate: I'm normally using the C# wrapper so Failures result in an exception. When doing the following: OpenShape() GetSpatRef() SetSpatialFilter() GetNextFeature() -> Exception "Invalid node descriptor

Re: [gdal-dev] Invalid node descriptor size in .sbn

2014-02-12 Thread Even Rouault
Le mercredi 12 février 2014 13:40:38, Dennis Gocke a écrit : > Hi, > > > > I found a problem with the shape file driver that occurs when reading > features with a spatial filter from a large shapefile that has a spatial > index (sbn). > > > > The problem can be reproduced with this shapefile

[gdal-dev] Invalid node descriptor size in .sbn

2014-02-12 Thread Dennis Gocke
Hi, I found a problem with the shape file driver that occurs when reading features with a spatial filter from a large shapefile that has a spatial index (sbn). The problem can be reproduced with this shapefile http://geofuse.geoeye.com/static/shp/GE1_2012.zip but it's not only this shapefile,