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

Handle GraphHopper requests with greater than XX points #64

Closed
landonreed opened this issue Feb 19, 2018 · 0 comments
Closed

Handle GraphHopper requests with greater than XX points #64

landonreed opened this issue Feb 19, 2018 · 0 comments

Comments

@landonreed
Copy link
Member

If the number of points in a GraphHopper routing request exceeds the plan's limit (currently we are using the basic plan, which limits requests to 30 points), the routing request will fail. We need to ensure that when there are more than 30 control points to route between when constructing pattern geometry while following streets, it doesn't completely fail.

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

No branches or pull requests

1 participant