James Milner
James Milner
Thanks for sharing! Without manually debugging I imagine there's a need to throw an error rather than continuing, or at least add a config option to explicitly throw an error...
Hey, thanks for raising your issue. In order to help diagnose the issue we'd need a the code/data for a minimal reproduction of the issue. You could use something like...
Hey, thanks for raising. I think `length` expects a Feature rather than a Geometry: https://turfjs.org/docs/#length I am surprised the length works with passing the geometry; assumedly this is because under...
Thanks for raising - I agree that the result of `along` should should probably pass `booleanPointOnLine`. As such I will flag this as a bug. Without investigating further it's hard...
Thanks for raising this. I'd need to spin this up on Codesandbox to properly verify but this sounds like a bug. I am not familiar with polyclip-ts but if it...
Looking at this I agree that the code path seems slightly illogical in that `!oneInside` will always run as the variable is never reassigned. I'd need to probably look at...
Just to say I would also be interested in understanding how to do this, even if it doesn't necessarily get merged - let me know if I can assist at...
Hi @gardiol, thanks for raising this. We can reproduce this issue, we'll look into fixing it.
I believe that this issue is actually an example of some of the issues we had in #275. Me and @matt-gadd aimed to improve this in #283. If I delete...
This should be fixed now by #481