-
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
specific invalid coordinate issue with osrmIsochrone #44
Comments
Hello |
Hi there, Thank you! This solved the error. However, I ran into another problem with this set of coordinates, also in London:
For this, the error is:
This same error occurs for other few sets of coordinates that I have too. Not sure what this means. Would appreciate your help, thank you!! |
I'll check this other problem in an other issue (#45). |
Apologies, with the update of the package, some of the coordinates are now throwing errors. For example:
The error it is throwing:
This set of coordinates used to work previously before the update. Any idea why this might be so? Thank you, again! |
Hopefully the last commit has fixed this issue. I'll have a deeper look into it in a few days... |
Hi There,
Thank you for the awesome package first of all! Really helpful!
I am trying to obtain an area around this particular coordinate in London with the following code:
test <- osrmIsochrone(loc = c(0.0370781,51.48189), breaks = seq(from = 0,to=8,by=8))
I am not sure why but this is giving the following error:
Any advice would be appreciated!
Thank you so much!
The text was updated successfully, but these errors were encountered: