-
Notifications
You must be signed in to change notification settings - Fork 942
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 module @turf/boolean-clockwise #789
Conversation
Adds tests around 180th meridian to transformation modules
* replaced conrec with marchingsquare * fixed script and tests * updated bench * updated readme * updated package.json * updated index.d.ts * introduced suggested changes * added zProperty to index.d.ts * minor doc change * Updates to Isolines - Divide properties={} to two params - Simplify Catch error logic (index.js) - Update Typescript definition - Add types.ts to test Typescript definition - Add single task to benchmark - Update Yarn.lock - Simplify bench & test logic - Save fixtures out to GeoJSON CC: @stebogit * perIsoline overlaps properties from toAllIsolines * Update Readme
Now that I read more carefully the original issue, a |
Fix for @turf/polygon-tangents - Resolves #785
Adds mask option to `@turf/point-grid`
Strange, unkink-polygon is failing... strange |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Ops... this PR got merged into the |
I thought for some reason you wanted to keep all the |
Added @morganherlocker to assignee (not requesting anything), just a way to track who did what when we push releases. |
@stebogit Humm.. no that was @rowanwins who decided to group 8 modules into one branch/PR. Once a module is 100% good to go, we should simply merge it to the master branch, all other branches are just "temp" or "work in progress". |
@rowanwins has been (just recently) creating new PR's for each of those boolean modules. |
Brings @morganherlocker's initial work into a Turf mono repo.
Ref. #701 and #740
More tests probably needed.