We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm having a problem in R trying to get the POI inside a box, so I can pass them as markers (add_markers)
ors_pois(geometry = list(bbox = list(c(-90.5158552, 14.6012396), c(-90.51270092658864,14.596370217083651)), buffer = 100) , limit = 100, request = c(“pois”), output = “sf”, filters = list(category_group_ids = 560) )
But I'm getting an “Error in rbind(deparse.level, …) : numbers of columns of arguments do not match”
It was mentioned an possible issue with the output = "sf"
output = "sf"
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Thanks for filing the bug report. I will look into it and get back to you soon. Cheers!
Sorry, something went wrong.
735390c
Thank you, So far is working! :D
aoles
Successfully merging a pull request may close this issue.
Hi,
I'm having a problem in R trying to get the POI inside a box, so I can pass them as markers (add_markers)
But I'm getting an “Error in rbind(deparse.level, …) : numbers of columns of arguments do not match”
It was mentioned an possible issue with the
output = "sf"
Thank you for your help.
The text was updated successfully, but these errors were encountered: