-
Notifications
You must be signed in to change notification settings - Fork 9
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
No internet connection #31
Comments
Same when here: I found how to test internet: And even when out = TRUE if interrnet is available, I am not able to run tmaptools. Did you found a solution?? |
this issue still exist! connection has been checked using curl, but still reports no connection! |
I solved this problem by setting up a proxy. Please refer to the following website |
This is the function that I wrote to check the internet connection for tmaptools: tmaptools:::working_internet() Please check if it works, and otherwise, suggestions for improvement most welcome! |
Some of my students get a strange issue when using read_osm() of no internet connection, despite there being an internet connection. I'm not sure why this is happening. Code sample below, where BoroughDataMap is an sf of London Boroughs.
BoroughDataMap %>% st_bbox(.) %>% tmaptools::read_osm(., type = "osm", zoom = NULL)
The text was updated successfully, but these errors were encountered: