geom_water.Rd
Adds a water layer for the map
geom_water(
...,
fill = "lightblue",
size = 0,
nextzen_api_key = getOption("nextzen_API_key"),
tile_size_px = NULL,
transform = function(d) d
)
extra arguments
fill for the water featuers, default is `lightblue`
size of outline
nextzen API key for vector tile data
tile size in pixels, may increase resolution of tile data
transform function to apply to the vector tile data
a geom_sf object with the layer