-
Notifications
You must be signed in to change notification settings - Fork 231
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
get_map cannot load OpenStreetMap #172
Comments
See this issue: #117 From that issue, it seems that OpenStreetMap has blocked external applications (such as ggmap) from calling its The fix is to use another map source, such as stamen. |
It seems this package: https://github.com/ifellows/ROSM/blob/master/OpenStreetMap/R/osm.R |
Looks like we need to fix the API access: |
Any news on this? It would be really helpful if this functionality was restored. |
To clarify the comment from @Edouard-Legoupil it looks like the package "OpenStreetMap" breaks a bounding box into individual tiles and gets them one at a time, then combines into one map. Not sure if that's what get_openstreetmap is also doing As FYI, here is a link to some blog posts by the OpenStreetMap package author, Ian Fellows - http://blog.fellstat.com/?cat=15 |
Most of the things needed to make I have created new functions for getting tiles from arbitrary tile servers ( In case anyone is interested: https://github.com/lysogeny/ggmap |
Tried to use get_map to load openstreetmap, but it gives the error below:
map <- get_map(location = 'uk', zoom = 8, source = "osm")
@dkahle Is there any effective solution to this problem? thanks.
The text was updated successfully, but these errors were encountered: