-
Notifications
You must be signed in to change notification settings - Fork 271
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
Max call stack size error on a certain input #104
Comments
Let me know if you would like any real world testing. I'm happy to throw around beta software to see if https://citystrides.com/users/5560/map loads properly with the latest Mapbox GL JS in Safari or Chrome on a Mac (where I originally noticed the issue). |
* eliminate recursion in simplify routine Closes #104. * optimzie non-recursive simplification * alternative fix for denerate simplify * improve degenerate input fix * better comment explaining the fix
Why (or Related code: |
@district10 nice catch, likely a mistake (although it shouldn't affect correctness of the output at least). Want to PR a fix? |
@mourner Sure. Two PRs created. |
Originally reported at mapbox/mapbox-gl-js#6086 (comment)
Minimal test case for Node v8:
cc @JamesChevalier
The text was updated successfully, but these errors were encountered: