Skip to content

v0.5.0

Compare
Choose a tag to compare
@Udumft Udumft released this 11 Jun 15:12
· 63 commits to master since this release
985b4bd

Changes since v0.4.0:

GeoJSON Representations

  • Exposed all geometries structs coordinates editable (#105)
  • Added convenience initializers for Polygon and MultiPolygon geometries, as well as MultiPolygon.contains(_:ignoreBoundary:) method (#106)

Bugfixes

  • Fixed BoundingBox to store properties in accordance to GeoJSON RFC7946 (#104)
  • Fixed LineString.closesCoordinate(to:) returned IndexedCoordinate to have correct distance value (#107)