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

Polygon not cut with north-south trending axe line in southern hemisphere #2

Open
dhollema opened this issue Jan 26, 2016 · 0 comments

Comments

@dhollema
Copy link

With a north-south trending cut line, a polygon in the southern hemisphere does not get split. If I up the buffer distance to 10^-8 here,

_axe = buffer(line, 0.000000001, 'meters').features[0], // turf-buffer issue #23

the split does occur as expected. The _axe is an empty geometry with a buffer distance of 10^-9. I'm working in Australia. I haven't been able to reproduce this in the northern hemisphere but don't know if that has any relevance yet.

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

1 participant