Skip to contents

This function adds overlayer layers to an existing Leaflet map.

Usage

map_add_wms_overlayers(map)

Arguments

map

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

Value

An updated Leaflet map with overlayer layers added.

Examples

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