shapefile icon indicating copy to clipboard operation
shapefile copied to clipboard

ESRI ShapeFile library for PHP

Results 4 shapefile issues
Sort by recently updated
recently updated
newest added

Would be nice to have a basic parser for dBase (.dbf) files in case the dbase extension is not installed. - https://pecl.php.net/package/dbase

enhancement
help wanted

Instead of adding errors using the `ShapeFile::$lastError` and `ShapeRecord::$lastError` properties and the `ShapeFile::setError()` and `ShapeRecord::setError()` methods, an exception should be thrown.

enhancement
help wanted

Currently the `PhpMyAdmin\ShapeFile\ShapeFile::$boundingBox` property is a shaped array. It should be converted to a value object.

enhancement
help wanted

The `PhpMyAdmin\ShapeFile\ShapeType` class should be changed to a PHP backed enum and the ShapeType constants should be turned into enum cases. Currently, the ShapeFile class accepts any integer as a...

enhancement
help wanted