-
Notifications
You must be signed in to change notification settings - Fork 956
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
buffer units other than degrees #283
Comments
I'm glad it's not just me. Constructive criticism appreciated.
|
Actually, it just occurred to me that the above will only work for polygons (my use case), it may need additional checks for points etc |
For a single point you'd change this:
to this:
You could set up a switch from feature.geometry.type if you like. |
This is still occurring in the current This could be fixed by using |
Duplicate issue, tracking issue here: #660 |
Am I missing something or does the buffer function just change all units to degrees at the equator and then buffer the geoJSON by degrees regardless of its latitude?
The text was updated successfully, but these errors were encountered: