[ANNOUNCEMENT] geospatial-0.3.1 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package geospatial-0.3.1 (beta) has been released at https://pecl.php.net/.
Release notes
-------------
- Added support for PHP 8
- Drop support for PHP 5
Package Info
-------------
The extension currently has implementations of the Haversine and
Vincenty's formulas for calculating distances, an initial bearing calculation
function, a Helmert transformation function to transfer between different
supported datums, conversions between polar and Cartesian coordinates,
conversions between Degree/Minute/Seconds and decimal degrees, a method to
simplify linear geometries, as well as a method to calculate intermediate
points on a LineString.
Related Links
-------------
Package home: https://pecl.php.net/package/geospatial
Changelog: https://pecl.php.net/package-changelog.php?package=geospatial
Download: https://pecl.php.net/get/geospatial-0.3.1.tgz
Authors
-------------
Derick Rethans <[email protected]> (lead)
Michael Maclean <[email protected]> (lead)