We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Using the following lines of code with @turf/turf 4.6.0 results in a buffer with kinks
var buffer = turf.buffer(route, 100, 'miles');
'route' in the above code is the linestring defined in the attached geojson file. This geojson file also shows the result of the turf.buffer call.
buffer-error.geojson.zip
Have i specified something incorrectly?
regards Simon
The text was updated successfully, but these errors were encountered:
The kinks are definitely causing some issues in the Buffer operations, both in jsts & the newly proposed #876.
jsts
Wouldn't know what to do for temporary solution, I've tried @turf/clean-coords & @turf/simplify and nothing seems to fix that LineString.
@turf/clean-coords
@turf/simplify
Sorry, something went wrong.
Fixed with #938
Hi guys, thanks for your work on this, would it be possible to provide me with an example of how i would use turf/projection to fix my issue?
thanks Simon
I'll publish a patch release with this fix
No branches or pull requests
Hi
Using the following lines of code with @turf/turf 4.6.0 results in a buffer with kinks
var buffer = turf.buffer(route, 100, 'miles');
'route' in the above code is the linestring defined in the attached geojson file. This geojson file also shows the result of the turf.buffer call.
buffer-error.geojson.zip
Have i specified something incorrectly?
regards
Simon
The text was updated successfully, but these errors were encountered: