You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@turf/transform-scale
Scale a GeoJSON from a given point by a factor of scaling (ex: factor=2 would make the GeoJSON 200% larger). If a FeatureCollection is provided, the origin point will be calculated based on each individual Feature. (Issue New module proposal: Transform #747 - Author @stebogit)
New minor release! Turf 4.4.0 🎉
TurfJS releases are being tracked using Milestones.
Contributors
🚀 New Modules
@turf/line-offset
Adds a new lineOffset module as per this issue. Basically takes an input line and returns a new line offset by the distance. (PR New module @turf/line-offset #729 - Author @rowanwins)
@turf/polygonize
Polygonizes (Multi)LineString(s) into Polygons. Implementation of GEOSPolygonize function (geos::operation::polygonize::Polygonizer). (PR Turf polygonize #767 - Author @NickCis)
@turf/transform-rotate
Rotates any geojson Feature or Geometry of a specified angle, around its centroid or a given pivot point; all rotations follow the right-hand rule. (Issue New module proposal: Transform #747 - Author @stebogit)
@turf/transform-translate
Moves any geojson Feature or Geometry of a specified distance along a Rhumb Line on the provided direction angle. (Issue New module proposal: Transform #747 - Author @stebogit)
@turf/transform-scale
Scale a GeoJSON from a given point by a factor of scaling (ex: factor=2 would make the GeoJSON 200% larger). If a FeatureCollection is provided, the origin point will be calculated based on each individual Feature. (Issue New module proposal: Transform #747 - Author @stebogit)
🏅 New Features
@turf/turf-tin
(PR Support z-coordinate as input for @turf/turf-tin #772)@turf/centroid
and@turf/center
(PR Adds properties parameter to @turf/centroid and @turf/center #769)Tap
at root which enables code coverage reports (Issue tape -> tap, set minimum coverage #328 & PR Use tap as main testing suite #762)@turf/pointplane
(PR Support z-coordinate as input for @turf/pointplane #754)🐛 Bug Fixes
@turf/rhumb-destination
issue at 180th meridian (Issue @turf/rhumb-destination issue at 180th meridian #770 & PR Fixes 180th meridian crossing for @turf/rhumb-destination #771)@turf/point-on-line
(Issue along returns a point that is not found by pointOnLine #691)@turf/point-on-line
. (PR Fix location of intersect point for @turf/point-on-line. #750)@turf/buffer
(PR Handle empty geometries as undefined @turf/buffer #746)Twitter: https://twitter.com/DenisCarriere/status/871909188787724288
CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered: