Skip to contents

This function adds axis data as polylines to an existing Leaflet map.

Usage

map_axis(map, data_axis)

Arguments

map

An existing Leaflet map to which axis data will be added.

data_axis

A sf data frame containing axis data.

Value

An updated Leaflet map with axis data added.

Examples

if (FALSE) {
  # Used in map_metric() function, see full example in map_metric() documentation
}