Map Burn Grading Forest data (incl OzCBI) with labels and popups

map_ozcbi_forest(data)

Arguments

data

Data from form Burn Grading Forest with OzCBI.

Value

A leaflet map

See also

Examples

if (FALSE) {
data("bgf")
bgf %>%
  add_ozcbi_forest() %>%
  map_ozcbi_forest()
}