-
Notifications
You must be signed in to change notification settings - Fork 31
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
Large requests to local server #4
Comments
Have you have started the osrm server with the |
I have, the same error keeps happening. Terminal is clearly returning some data, every time I run a command the list of coordinates is displayed in the Terminal window, but in R I'm getting the same error. |
I won't have access to my osrm instance till the 4th of January, so I can only try to guess solutions here. |
That is alright, I managed to figure out what was wrong, my commands to change the request limit in OSRM wasn't working. Thanks for your help. |
Good to hear that! |
@evanodell could you share with me how you manage to get this done. I'm running on difficulties in setting the osrm, local server and limits in R studio |
@Anyaoha This was my osrm setup:
Or at least that is what I have saved, I haven't looked at that particular project in several years. Hopefully this works for you. |
Thanks @evanodell thanks. My question now is how do I extend the restriction on the osrmRoute in order to work with more route analysis with osrm |
The osrmTable() and osrmTableOD() commands to my local server are still limited to 100, even when using the limit function to increase the limit:
With the limit function to increase the limit:
Is there something else that I need to change to get around this limit?
The text was updated successfully, but these errors were encountered: