R/layers.R
add_lat_lng_grid.Rd
Add a grid of latitude and longitude lines to the map
add_lat_lng_grid(map, grid_colour = "#000000")
The map or map proxy object.
The colour of the grid lines. Default is "#000000".
"#000000"
The map or map proxy object for chaining.
map() |> add_lat_lng_grid()