View source: R/mapbox_vetor_tiles.R
geom_mapbox_water | R Documentation |
Adds a water layer for the map
geom_mapbox_water(
...,
fill = "lightblue",
width = 0,
zoom = NULL,
max_tiles = 5,
transform = function(d) d
)
... |
extra arguments |
fill |
fill for the water featuers, default is 'lightblue' |
width |
width of outline |
zoom |
optional, zoom level for tiles |
max_tiles |
Maximum number of tiles to query, overrides desired zoom level. |
transform |
transform function to apply to the vector tile data |
a geom_sf object with the layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.