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
Returns the minimum distance between a Point and a LineString, being the distance from a line the minimum distance between the point and any segment of the LineString.
Boolean-within returns true if the first geometry is completely within the second geometry. The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) must not intersect the exterior of the secondary (geometry b). Boolean-within returns the exact opposite result of the @turf/boolean-contains.
New minor release! Turf 4.7.1 🎉
TurfJS releases are being tracked using Milestones.
Contributors
🚀 New Modules
@turf/projection
(PR #927 - Author @stebogit)
@turf/point-to-line-distance
Returns the minimum distance between a Point and a LineString, being the distance from a line the minimum distance between the point and any segment of the
LineString
.(PR #925 - Author @stebogit)
@turf/boolean-within
Boolean-within returns true if the first geometry is completely within the second geometry. The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) must not intersect the exterior of the secondary (geometry b). Boolean-within returns the exact opposite result of the
@turf/boolean-contains
.(PR #924 - Author @rowanwins)
🏅 New Features/Enhancements
@turf/unkink-polygon
testing & addedflattenEach
instead of usingflatten
.(PR Update unkink-polygon testing/refactoring #889)
@turf/concave
refactoring, replacing@turf/union
withgeojson-dissolve
to increase speed and added support tonull
geometries(PR Additional
@turf/concave
refactoring #907 - Contributor @stebogit @DenisCarriere)@turf/polygonize
about "Edges must be correctly noded"(PR Adds doc note on
@turf/polygonize
#898 - Contributor @stebogit @NickCis)@turf/clone
(PR Support Foreign Members to @turf/clone #904 - Contributor @DenisCarriere)
GeoJSON
to@turf/simplify
(PR Simplify fix #903 - Contributor @DenisCarriere @stebogit)
isNumber
function and improves type checking for few@turf/helpers
methods(PR New feature isNumber & improve type checking for @turf/helpers fixes #914 #920 - Contributor @DenisCarriere @stebogit)
MultiPolygons
for@turf/simplify
(PR Throw errors to invalid MultiPolygons fixes #918 #922 - Contributor @DenisCarriere)
🐛 Bug Fixes
@turf/bbox-clip
point intersection handling, adding sanity-checks the lineclip output(PR Fix bbox-clip point intersection handling #886)
@turf/line-split
endpoint case handling applying@turf/truncate
onsplitter
(PR added test cases for issue #852 #892 and Fixed issue #852 #855 - Contributor @stebogit)
@turf/intersect
throwing "uncaught exception", adding@turf/truncate
to inputs and returningFeature<null>
if no geometry(PR Fixes #820 -
@turf/intersect
#890 - Contributor @stebogit @vicvolk)@turf/hex-grid
not properly cloning the last ring vertex(PR Add FeatureCollection mutate tests (not failing) #897 - Contributor @stebogit @DenisCarriere)
@turf/boolean-disjoint
incorrect behaviour where a poly was completely contained within another poly(PR Fix for boolean-disjoint - Fixes #896 #908 - Contributor @rowanwins)
@turf/simplify
process pending on particular geometries, applying@turf/clean-coords
to input.(PR Simplify fix #903 - Contributor @stebogit @DenisCarriere)
boolean
properties not being translated with@turf/clone
(PR Fix for boolean properties not being translated using @turf/clone #909 - Contributor @DenisCarriere)
@turf/boolean-contains
incorrect output when checking two polygons(PR Fix for boolean-contains #923 - Contributor @rowanwins @DenisCarriere)
Twitter: https://twitter.com/DenisCarriere/status/905095196655976448
CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered: