basemapR icon indicating copy to clipboard operation
basemapR copied to clipboard

Error in `purrr::map()

Open ved-ux opened this issue 1 year ago • 1 comments

ggplot() +

  • base_map(bbox = my_bbox, basemap = 'hydda', increase_zoom = 2) +
  • geom_sf(data = camden, fill = NA) +
  • geom_sf(data = wandsworth, fill = NA) +
  • ggthemes::theme_map() attribution: Tiles courtesy of http://openstreetmap.se/ OpenStreetMap Sweden; Map data © OpenStreetMap contributors Error in purrr::map(): ℹ In index: 1. Caused by error in curl::curl_download(): ! Timeout was reached: [] Operation timed out after 10000 milliseconds with 0 out of 0 bytes received Run rlang::last_trace() to see where the error occurred.

ved-ux avatar Nov 17 '23 23:11 ved-ux

This is likely linked to https://github.com/karlwettin/carto-style-hydda/issues/3

mwip avatar Jan 17 '24 16:01 mwip

Closing as seems to be an issue specific to the openstreetmap.se server with no clear solution. Open to removing the style from the available basemap options to avoid confusion

Chrisjb avatar Aug 07 '24 13:08 Chrisjb