PereUbu7
PereUbu7
I've made this pull request #1949 that gives a better result on small (at least several kms) #offsets
Hi! It seems that the offset algorithm is directly copied from this stackoverflow thread https://stackoverflow.com/questions/2825412/draw-a-parallel-line This calculation is valid for a Cartesian coordinate system whereas in turf it handles a...
I made a PR for this: https://github.com/Turfjs/turf/pull/1949 But couldn't get my env going, so it's untested.
@smallsaucepan Hi there! I'd love to. Just got to refresh and recapitulate what this was all about :)
@smallsaucepan Hi again. I've written some unit tests for the process segment method in vanilla js. Could you guys help putting this in the test framework you're actually using and...
I think it's a good idea, but in that case we should mark the old method as deprecated and then try to implement the geodesic version correctly. This PR contains...