a leaflet base map
leaflet_base_map(
sf_obj = NULL,
leaflet_provider_base,
leaflet_provider_secondary,
overlay_group = "IceSat2 1-degree",
overlay_polylines = "Polylines",
width = NULL,
height = NULL,
popup = NULL,
collapse_layer_control = TRUE
)
a leaflet object (map)
a simple features object which must include the columns 'date' and 'size_MB' if the popup parameter is set to TRUE
a leaflet provider object
a leaflet provider object
a character string specifying the overlay group
a character string specifying the Polylines group
a numeric value specifying the width of the leaflet map
a numeric value specifying the height of the leaflet map
a boolean specifying if the popup should be shown or not
a boolean specifying if the layer-control should be collapsed or not