Skip to content

funiq/geoPHP v2.0

Compare
Choose a tag to compare
@BathoryPeter BathoryPeter released this 05 Jul 09:58
42ba83c

This is the first release of funiq/geoPHP since forked from the awesome phayes/geoPHP. The key changes compared to the original geoPHP 1.2:

  • supports PHP versions from 5.5 to 8.0
  • supports Z and M in Geometries and all Adapters (where applicable)
  • supports EMPTY geometry
  • complete centroid calculation, now using de facto standard weighted method
  • rewritten WKB and EWKB adapter, supporting big endian, Z and M coordinates and SRID
  • new TWKB adapter
  • new experimental OSM adapter
  • reduced memory usage
  • improved performance of Geometries
  • improved input type detection
  • better compatibility with the OGC Simple Features specification
  • add unit tests