Created
June 20, 2022 03:23
-
-
Save elipousson/d51eb7a6b657e514843e349327dd1ebf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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