Add a Graticule on the map
addGraticule(
map,
interval = 20,
sphere = FALSE,
style = list(color = "#333", weight = 1),
layerId = NULL,
group = NULL,
options = pathOptions(pointerEvents = "none", clickable = FALSE)
)a map widget object
The spacing in map units between horizontal and vertical lines.
boolean. Default FALSE
path options for the generated lines. See https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#path-option
the layer id
the name of the group this layer belongs to.
the path options for the graticule layer