Skip to contents

This function adds basemap layers to an existing Leaflet map.

Usage

map_add_basemaps(map)

Arguments

map

An existing Leaflet map to which basemap layers will be added.

Value

An updated Leaflet map with basemap layers added.

Examples

if (FALSE) {
  # Used in map_init_bassins() function, its use is in the function
}