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

Error in rbind(deparse.level, …) #81

Closed
mmoralesIG opened this issue Sep 17, 2024 · 2 comments · Fixed by #84
Closed

Error in rbind(deparse.level, …) #81

mmoralesIG opened this issue Sep 17, 2024 · 2 comments · Fixed by #84
Assignees
Labels
🪲 bug Something isn't working
Milestone

Comments

@mmoralesIG
Copy link

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"

Thank you for your help.

@aoles aoles added the 🪲 bug Something isn't working label Sep 17, 2024
@aoles aoles self-assigned this Sep 17, 2024
@aoles
Copy link
Member

aoles commented Sep 17, 2024

Thanks for filing the bug report. I will look into it and get back to you soon. Cheers!

@aoles aoles added this to the v0.6 milestone Sep 18, 2024
@aoles aoles closed this as completed in 735390c Sep 18, 2024
@aoles aoles closed this as completed in #84 Sep 18, 2024
@mmoralesIG
Copy link
Author

Thank you, So far is working! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants