OSGeo / shapelib

Official repository of shapelib
Other
141 stars 66 forks source link

SBNOpenDiskTree(): make it work with node descriptors with non-increasing nBinStart #114

Closed rouault closed 8 months ago

rouault commented 8 months ago

Fixes https://github.com/OSGeo/shapelib/issues/106 / https://github.com/OSGeo/gdal/issues/9430

thbeu commented 8 months ago

Would be useful to have at least some minimal test code for the SBN API in the repo. Currently there is none. See https://github.com/OSGeo/shapelib/issues/106#issuecomment-1986799495 for an example.

rouault commented 8 months ago

Would be useful to have at least some minimal test code for the SBN API in the repo

done

thbeu commented 8 months ago

Would be useful to have at least some minimal test code for the SBN API in the repo

done

Please add all the new files to EXTRA_DIST in Makefile.am

rouault commented 8 months ago

Please add all the new files to EXTRA_DIST in Makefile.am

done. shapelib.def was also actually missing. I've fixed that. I've also modified the linux-autoconf CI config to actually do a cmake build on the tarball generated by makedist...

thbeu commented 8 months ago

Please add all the new files to EXTRA_DIST in Makefile.am

done. shapelib.def was also actually missing. I've fixed that. I've also modified the linux-autoconf CI config to actually do a cmake build on the tarball generated by makedist...

Very good. Thanks a lot!