Skip to content
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

Open
yanaybrook opened this issue Dec 24, 2014 · 8 comments
Open

Circular Buffer - and not an elliptical #7

yanaybrook opened this issue Dec 24, 2014 · 8 comments

Comments

@yanaybrook
Copy link

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.
buffer2

@TylerHumphry
Copy link

So what is the solution?

@morganherlocker
Copy link
Member

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).

@TylerHumphry
Copy link

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.

@Themacprod
Copy link

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.

http://jsfiddle.net/Themacprod/hy7vsa5m/3/

@benj-d
Copy link

benj-d commented Mar 16, 2016

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).

@mclaeysb
Copy link

Hi there! I gave it a try, see #33

@floledermann
Copy link

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)

@omar-alnayme
Copy link

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).

Hi, is the point buffer fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants