PHP Shapefile 3.3.3
Fixed a bug affecting ShapefileWriter with certain Point geometries
17 September 2020
Another bugfix release, this time addressing a bug in ShapefileWriter::packPoint()
method affecting Z and M geometries.
Also, I took the chance to add a new example in the documentation, useful for the ones who want to deal with record-level errors individually.
What has been fixed in Version 3.3.3
- Fixed a bug in
ShapefileWriter::packPoint()
method affecting Z and M geometries.
This release has no impact on existing code.
Download and documentation
Go to the Lab page: PHP Shapefile