All Versions
38
Latest Version
Avg Release Cycle
94 days
Latest Release
939 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.1.1 Changes
March 13, 2016➕ Added
- ➕ Added formatter for "Decimal Minutes" format, e.g.
43° 37.386' N, 070° 12.472' W
- ➕ Added documentation for the new formatter
- ➕ Added formatter for "Decimal Minutes" format, e.g.
-
v1.1.0 Changes
March 12, 2016➕ Added
- ➕ Added calculation of the bearing angle between two points (initial and final bearing)
- ➕ Added calculation of the destination point for a given starting point, the bearing angle, and the distance
- 👌 Support for spherical and ellipsoidal algorithms for the described bearing calculations
- ➕ Added documentation for the bearing calculations
-
v1.0.4 Changes
March 11, 2016➕ Added
- ➕ Added functionality to change the direction of Line/Polyline instances
- ➕ Added documentation
-
v1.0.3 Changes
March 10, 2016➕ Added
- ➕ Added documentation sources in mkdocs format. Documentation is now available online at http://phpgeo.marcusjaschen.de/
-
v1.0.2 Changes
March 04, 2016🔄 Changed
- several optimizations in control structures
-
v1.0.0 Changes
February 11, 2016➕ Added
- Added license information. phpgeo is now licensed under the GPL 3. (see issue #8)
-
v0.4.0 Changes
October 29, 2015🗄 Deprecated
- ✂ removed support for PHP 5.3; introduced short array syntax
-
v0.3.0 Changes
October 29, 2015➕ Added
- ➕ added the new Polyline class (thanks @paulvl)