Skip to content

Instantly share code, notes, and snippets.

@elipousson
Created June 20, 2022 03:23
Show Gist options
  • Save elipousson/d51eb7a6b657e514843e349327dd1ebf to your computer and use it in GitHub Desktop.
Save elipousson/d51eb7a6b657e514843e349327dd1ebf to your computer and use it in GitHub Desktop.
# pak::pkg_install("elipousson/overedge")
library(overedge)
get_osm_static_mapbox(
id = "way/49664223",
dist = 0.5,
unit = "mi",
overlay_style = list(
stroke = "darkgreen",
fill = "green",
fill_opacity = 0.25
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment