All Versions
38
Latest Version
Avg Release Cycle
94 days
Latest Release
612 days ago

Changelog History
Page 3

  • v2.0.0 Changes

    September 27, 2017

    ๐Ÿ”„ Changed

    • License: phpgeo is now distributed under the MIT license
    • phpgeo requires at least PHP 7.0

    โœ‚ Removed

    • ๐Ÿšš deprecated class Simplify was removed; alternatives: SimplifyBearing or SimplifyDouglasPeucker
    • ๐Ÿ‘ PHP versions 5.4, 5.5, and 5.6 are no longer supported
  • v1.3.8 Changes

    July 05, 2017

    ๐Ÿ›  Fixed

    • Area calculation for polygons works now. Thanks to @felixveysseyre
  • v1.3.7 Changes

    July 01, 2017

    ๐Ÿ›  Fixed

    • GeoJSON output for polygon is now compliant with RFC 7946. Thanks to @arsonik
  • v1.3.5 Changes

    August 19, 2016

    โž• Added

    • โž• add method for calculating the final bearing for a Line object
  • v1.3.3 Changes

    August 16, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ› bugifx for a division-by-zero error which occurred when symplifying a polyline with the Douglas-Peucker algorithm.
  • v1.3.2 Changes

    March 26, 2016

    โž• Added

    • โž• add an utility class to calculate the perpendicular distance between a point and a line; documentation
  • v1.3.1 Changes

    March 26, 2016

    โž• Added

    • โž• add method to calculate the bearing of a Line instance (point 1 -> point 2)
  • v1.3.0 Changes

    March 26, 2016

    โž• Added

    • A new SimplifyInterface was introduced and is implemented in two classes: SimplifyDouglasPeucker and SimplifyBearing
    • โž• Added documentation

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš The Simplify processor class is now deprecated and will be removed in the 2.0 release.
  • v1.2.1 Changes

    March 15, 2016

    โž• Added

    • โž• Added functionality to change the direction of Polygon instances
    • โž• Added documentation
  • v1.2.0 Changes

    March 14, 2016

    โž• Added

    • โž• Added geofence check for arbitrary geometry objects
    • ๐Ÿ“š Extended and updated documentation