Skip to content

Releases: swen100/geoPHP

v1.0.10

18 Apr 12:46
f43ef9a

Choose a tag to compare

v1.0.9

03 Feb 09:31

Choose a tag to compare

  • Fixes method Polygon::contains() for Points
  • remove bug in GeoHash::write()
  • several other small fixes

v1.0.8

16 Dec 11:34
47ccf42

Choose a tag to compare

  • some small code enhancements
  • removes bug in CollectionTest::testGetCentroid() when GEOS was used
  • reduce code complexity
  • Fix parsing of bad KML files (broken-linestrings). Thanks @cschra
  • add GEOS stubs

v1.0.7

03 Dec 08:50

Choose a tag to compare

  • removed some small bugs
  • Point geometry can only have z and m values if x and y are set (not null)

v1.0.6

30 Nov 13:35

Choose a tag to compare

  • mostly code-hints enhanced or added
  • coding-style valid with PSR-2
  • valid with PHPStan level 6
  • enhanced geoPHP::buildGeometry()

v1.0.5

27 Apr 08:31

Choose a tag to compare

  • remove getCentroid()-bug for polygons
  • enhanced test-methods

v1.0.4

22 Apr 07:46

Choose a tag to compare

  • enhance binary adapters (WKB, EWKB, Reader, Writer)
  • added new functions: translate, snapTo, voronoiDiagram, delaunayTriangulation, clipByRect, offsetCurve
  • huge overhaul of classes, adds new methods, improvements, bugfixes, typedefs/returntypes

v1.0.3

08 Apr 12:19

Choose a tag to compare

  • take over the enhancements from funique but keep own optimisations
  • set minimum php-version to 7.0

v1.0.2

05 Jul 12:00
a5905b3

Choose a tag to compare

  • removed bug in parsing multi-geometries in GPX-files

v1.0.1

26 Feb 12:41

Choose a tag to compare

ignore invalid trkseg-entries in GPX (ex. only one point)