Denis

Results 77 comments of Denis

👍 @tremby updated my initial comment https://github.com/Turfjs/turf/pull/902#issue-250209048 on my PR. Keep me posted on what your findings are.

Definitely looks like there's a bug somewhere... looks like it might be the reprojection.

Which version of turf are you using?

Yep that will help, I think the buffet got fixed in 4.5 or so

🤔 ... strange Maybe the input is being mutated by the TurfJS modules, lets try to add this as a test case. 👍

@mourner Thanks for your input, I totally agree with your comment. Recently I've sent over many commits to the library (https://github.com/MartyWallace/PolyK/commits/master) before including it as a dependency. Mourner you are...

Ok I've got a first draft (80% done), I really like the idea of having this as a core module without even the JSTS dependency. I've built the ~`@turf/slice`~ `@turf/polygon-slice`...

:) thanks, it's definitely shaping up, I might need to take a step back and fix/improve/test some of the turfjs modules I'm using as dependencies.

@rowanwins Ok this module is long overdue... I'm going to work on this today/week. A few modules I've needed before to make this possible: - [geojson-rbush](https://github.com/DenisCarriere/geojson-rbush) (GeoJSON implementation of [RBush](https://github.com/mourner/rbush))...