Produces a reach overview map displaying cross section locations over an aerial image or elevation multi-direction shaded relief.
map_reach_overview(
flowline_sf,
cross_section_sf,
background = "none",
xs_label_freq = 1,
exaggeration = 20,
extent_factor = 1.1
)
sf object; A flowline feature class
sf object; A cross section feature class
character; The type of map background. One of "aerial", "elevation", or "none".
numeric; An integer indicating the frequency of cross section labels.
numeric; The degree of terrain exaggeration.
numeric; The amount the extent is expanded around the cross section feature class. Values greater than one zoom out, values less than one zoom in.
a tmap object