GeoTools v0.8.0 Release Notes

Release Date: 2018-02-22 // about 6 years ago
  • โž• Added

    • We use willdurand/geocoder 4.
    • โž• Add a method to vertex to compute the determinant with another vertex
    • ๐Ÿ”€ ArrayCollection::merge
    • ๐Ÿ”€ BoundingBox::merge
    • ๐Ÿ”€ BoundingBoxInterface::merge
    • BoundingBoxInterface::getAsPolygon
    • โž• Added abstract class GeometryCollection
    • โž• Added GeometryInterface
    • โž• Added MultiPolygon

    ๐Ÿ”„ Changes

    • ๐Ÿ“‡ Renamed BoundingBox::getPolygon to BoundingBox::getAsPolygon
    • PolygonInterface extends GeometryInterface

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Decimal-Degrees parser from Decimal-Minutes

    โœ‚ Removed

    • โœ‚ Removed AbstractGeotools class in favor of CoordinateCouple. Also added constants to GeotoolsInterface.
    • Our HTTP layer in favor of HTTPlug
    • Our cache layer in favor of PSR-6