examples/set_map_limits.R

# Show detailed city boundary with map focused on area of Fell's Point (with 50m buffer)
library(ggplot2)

ggplot() +
   geom_sf(data = baltimore_city_detailed) +
   set_map_limits(area = get_area("neighborhood", "Fells Point"), dist = 50)
elipousson/mapbaltimore documentation built on April 2, 2024, 4:23 p.m.