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

Points buffer omits some points #30

Open
tolomaps opened this issue Feb 25, 2016 · 1 comment
Open

Points buffer omits some points #30

tolomaps opened this issue Feb 25, 2016 · 1 comment

Comments

@tolomaps
Copy link

Came across this issue when using dropchop and after discussing over there, discovered it was an underlying Turf issue.

In short: running a buffer on this geojson of point data, two of the cities don't receive a buffer when the distance is more than 82 miles.

You can see more details on the dropchop issue.

@nickpeihl
Copy link

I did a little more digging on this and think I've discovered the trouble.

I ran turf buffer on @tolomaps's GeoJSON file using v1.0.1 and v1.0.2. The former produced the same missing buffers while latter provided all the correct buffers. I think the solution is to bump the turf-buffer dependency in the package.json for Turf.

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

2 participants