-
Notifications
You must be signed in to change notification settings - Fork 27
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
Circular Buffer - and not an elliptical #7
Comments
So what is the solution? |
There is a branch that solves this for points and linestrings. @TylerHumphry if you need to, you could use that code: #4 Polygon buffers are still a work in progress (the algorithm is particularly challenging). |
Thanks for responding with a solution so quickly. I would certainly jump on that, but I really have no idea how to use the code you referenced. I was using the turf.buffer method because it was so user friendly; guess I will just wait till it is patched. |
Hi, I was about to open an issue about this. I wrote this small jsfiddle to show what I get from turf and the algorithm I'm using to get a circular buffer. |
Has anyone ( @TylerHumphry (?) ) figured out how to adapt the code referenced by @morganherlocker for use as js (web referenced) library? I'm not familiar with node.js and cant get "browserify" to work on it (missing modules). |
Hi there! I gave it a try, see #33 |
Has this been fixed for point buffers at some point? (no pun intended 😄 ) I am seeing a correct circular buffer using the latest release, but all of the issues mentioning this are still open... should this particular issue be closed? (I believe geodesic buffering has not been solved for the general polygon case yet) |
Hi, is the point buffer fixed? |
This is known issue in many other programs as well (mySql for example)
I'm well aware of the Geographic Vs UTM measurement problem.
Example of a buffer of 1 miles using turf-buffer & turf distance.
The text was updated successfully, but these errors were encountered: