shapelib icon indicating copy to clipboard operation
shapelib copied to clipboard

Official repository of shapelib

Results 20 shapelib issues
Sort by recently updated
recently updated
newest added

Now that gdal 3.8.5 is released and bundles the latest shapelib fixes, it would be appreciated to also have a new stand-alone release of shapelib containing theses fixes. Thanks. By...

Not sure what exact input causes this, but it's necessary to regress PostGIS on all platforms

`SHPLIB_NULLPTR` is defined in a number of places. e.g. `shpopen.c` ``` #ifdef __cplusplus #define STATIC_CAST(type,x) static_cast(x) #define SHPLIB_NULLPTR nullptr #else #define STATIC_CAST(type,x) ((type)(x)) #define SHPLIB_NULLPTR NULL #endif ``` This doesn't...

I'm taking a look at what it might look like to cleanup shapelib and move it to C99 or newer. I know that opinions vary as to if these are...

Thanks to @dbaston for [pointing out](https://github.com/OSGeo/shapelib/issues/29#issuecomment-790212689) that there are places other than gdal that shapelib is included. And specifically: - Which parts of shapelib? - What is the best link...

Shapelib the library already compiles pretty cleanly as C++. What do people think about making that always the case. I propose keeping the API as C, but we can then...

Need to create a release process for shapelib. - [ ] How to handle version numbering? That last release was 1.5.0. What's next? - [ ] Where to set the...

The code in shputils.c was never finished and is pretty messy. There are no tests for it. Someone needs to adopt this code. I've done a bunch of cleanup on...

Following up on #17, this repo doesn't have man pages. I'm contacting the debian folks (Bas Couwenberg and Francesco Paolo Lovergine) to see about using the ones they package as...