Colin Perepelken

Results 3 comments of Colin Perepelken

@mfogel I'm running into this issue using `@turf/union` which has `polygon-clipping` as a dependency. It looks like you haven't released a new version to npm with this fix yet, are...

I also just experienced this. The last two points in my line string were duplicates. The error message is incredibly unhelpful. I used `turf.cleanCoords` as recommended in this thread and...

@smallsaucepan Currently the error is "Error: coordinates must contain numbers", which is confusing because when I checked all of my input coordinates to `nearestPointOnLine` did contain numbers. Something like "Error:...