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