-
Notifications
You must be signed in to change notification settings - Fork 953
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
Buffer distance #1547
Comments
Sorry for the slow reply, in Australia this is our summer holiday period and so my contributions and support have slowed. So are you wanting a buffer of 50m and you're saying that the result if 44m? There are some known issues in the buffer module at the moment. #1470 outlines a breaking change that was made a while ago so you might be best of revert back to the version specified version in that issue. Hope that helps, |
Hi Rowan, Thank you very much for the insight. I'll have a look at your suggestion and, in the meantime, enjoy the sunshine. Cheers, |
Hi @flightsurvey @rowanwins @mfedderly , trying to help to clean up some older issues here: This bug has been resolved with Turf v6.2.0 (and later) as highlighted in the following notebook So I guess this issue can be closed? |
Again thanks @chrispahm - as you have shown the fix we can close this out. Any related problems can be raised in a new issue. |
I have created a buffer around a geojson object in Leaflet in the following way:
I then measured a perpendicular line between the area and the buffer - albeit freehand but it seems to be pretty true - and it appears to be around 44m.
To view the output paste the following into geojson.io:
Would anyone like to comment on this? I am quite happy to accept that my implementation is wrong but at the moment it doesn't seem to be to me.
The text was updated successfully, but these errors were encountered: