addGlPointOverlay | R Documentation |
addGlPointOverlay
addGlPointOverlay( map_object, data = getMapData(map_object), color = NULL, stroke = NULL, palette = "inferno", group = "Points", crs = WGS84_GPS, visible = TRUE, ..., verbose = TRUE )
map_object |
leaflet map object |
data |
sf object |
color |
formula, like |
palette |
like "inferno"; passed to |
group |
group name |
crs |
probably shouldn't change |
visible |
show when map loads? |
verbose |
logical |
popup |
formula, like |
modified map_object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.