Releases: maparoni/GeoJSONKit-Turf
Releases · maparoni/GeoJSONKit-Turf
0.4.1
0.4.0
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:)
toclipped(to:)
Via #10
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Adds
Polygon.clip(to:)
as a Swift version ofbboxClip
by @nighthawk in #23
Full Changelog: 0.2.1...0.3.0
0.2.1
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
What's Changed
- Allow opting out of bounding-box check by @nighthawk in #16
Full Changelog: 0.1.7...0.2.0
0.1.7
What's Changed
- Adds GeoJSON.LineString.fretchedDistance by @nighthawk in #15
Full Changelog: 0.1.6...0.1.7
0.1.6
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
What's Changed
- Fix boundingBox.center when spanning antimeridian by @nighthawk in #13
Full Changelog: 0.1.4...0.1.5
0.1.4
- 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
What's Changed
- Add
GeoJSON.Geometry.nearestPoint(to:)
andGeoJSON.Polygon.nearestPoint(to:)
by @nighthawk in #8
Full Changelog: 0.1.2...0.1.3