You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in check_for_error(doc) : General overpass server error; returned: The data included in this document is from www.openstreetmap.org. The data is made available under ODbL. runtime error: Query timed out in "query" at line 3 after 26 seconds.
I appreciate for your help!!
The text was updated successfully, but these errors were encountered:
Thanks @LeshunXu - you may be "new" in using dodgr, but you did indeed find a bug! You are supposed to just pass the names of locations directly to the dodgr_streetnet() function, rather than calling osmdata::getbb() yourself, but the code you provide should nevertheless work anyway. The above commit detects when bbox parameters are in the form returned from osmdata::getbb(), and transposes accordingly. Thanks!
Hi, I am new to use dodgr_streetnet() in dodgr package. Does anyone can help me to solve the reported problem? Here is my code:
myNet <- "oxford uk" %>% osmdata::getbb() %>% dodgr_streetnet(., expand=0)
The error I got is:
Error in check_for_error(doc) : General overpass server error; returned: The data included in this document is from www.openstreetmap.org. The data is made available under ODbL. runtime error: Query timed out in "query" at line 3 after 26 seconds.
I appreciate for your help!!
The text was updated successfully, but these errors were encountered: