Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New minor release! Turf 4.7.1 🎉 #932

Closed
DenisCarriere opened this issue Sep 5, 2017 · 0 comments
Closed

New minor release! Turf 4.7.1 🎉 #932

DenisCarriere opened this issue Sep 5, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@DenisCarriere
Copy link
Member

DenisCarriere commented Sep 5, 2017

New minor release! Turf 4.7.1 🎉

TurfJS releases are being tracked using Milestones.

Contributors

🚀 New Modules

@turf/projection

  • toMercator: Converts a WGS84 GeoJSON object into Mercator (EPSG:900913) projection
  • toWgs84: Converts a Mercator (EPSG:900913) GeoJSON object into WGS84 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

🐛 Bug Fixes

Twitter: https://twitter.com/DenisCarriere/status/905095196655976448
CC: @Turfjs/ownership

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant