View source: R/plugin-simplegraticule.R
addSimpleGraticule | R Documentation |
Add a simple Graticule on the map see https://github.com/ablakey/Leaflet.SimpleGraticule
addSimpleGraticule(
map,
interval = 20,
showOriginLabel = TRUE,
redraw = "move",
hidden = FALSE,
zoomIntervals = list(),
layerId = NULL,
group = NULL
)
map |
a map widget object |
interval |
The spacing in map units between horizontal and vertical lines. |
showOriginLabel |
true Whether or not to show '(0,0)' at the origin. |
redraw |
on which map event to redraw the graticule. On move is default but moveend can be smoother. |
hide on start | |
zoomIntervals |
use different intervals in different zoom levels. If not specified, all zoom levels use value in interval option. |
layerId |
the layer id |
group |
the name of the group this layer belongs to. |
leaflet() %>%
addTiles() %>%
addSimpleGraticule()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.