Skip to content

Releases: maparoni/GeoJSONKit-Turf

0.4.1

07 Dec 01:23
Compare
Choose a tag to compare

Added:

  • Expose GeoJSON.BoundingBox.append(_:allowSpanningAntimeridian:) publicly

Full Changelog: 0.4.0...0.4.1

0.4.0

25 Nov 06:14
286a462
Compare
Choose a tag to compare

What's Changed

Added:

  • GeoJSON.GeometryObject(splittingWhenCrossingAntiMeridian:)
  • GeoJSON.LineString.chunked(length:)
  • GeoJSON.LineString.clipped(to:)
  • GeoJSON.LineString.length
  • GeoJSON.Polygon.LinearRing.chunked(length:)
  • GeoJSON.Polygon.LinearRing.circumference

Changed:

  • Renamed clip(to:) to clipped(to:)

Via #10

Full Changelog: 0.3.0...0.4.0

0.3.0

23 Nov 04:21
bb93b0a
Compare
Choose a tag to compare

What's Changed

  • Adds Polygon.clip(to:) as a Swift version of bboxClip by @nighthawk in #23

Full Changelog: 0.2.1...0.3.0

0.2.1

23 Nov 02:36
65c330f
Compare
Choose a tag to compare

What's Changed

  • Default number of vertices, and update README by @nighthawk in #19
  • Fix convex hulls that span the antimeridian by @nighthawk in #21

Full Changelog: 0.2.0...0.2.1

0.2.0

21 Nov 05:17
21452ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.2.0

0.1.7

30 Jun 00:36
890d5ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

29 Jun 09:53
161c3d2
Compare
Choose a tag to compare

What's Changed

  • Fix IndexedCoordinate.distance to be distance along the line by @nighthawk in #14

Full Changelog: 0.1.5...0.1.6

0.1.5

26 Feb 10:54
4937997
Compare
Choose a tag to compare

What's Changed

  • Fix boundingBox.center when spanning antimeridian by @nighthawk in #13

Full Changelog: 0.1.4...0.1.5

0.1.4

21 Oct 02:22
Compare
Choose a tag to compare
  • Bug fix for creating bounding boxes that span the anti-meridian
  • Performance improvement for trimmed(from:,to:) from upstream

Full Changelog: 0.1.3...0.1.4

0.1.3

01 Jul 03:55
b0c9249
Compare
Choose a tag to compare

What's Changed

  • Add GeoJSON.Geometry.nearestPoint(to:) and GeoJSON.Polygon.nearestPoint(to:) by @nighthawk in #8

Full Changelog: 0.1.2...0.1.3