Skip to content

Commit d499ad3

Browse files
committed
fix typo #510
1 parent 9e8d405 commit d499ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/articles/mapview_02-advanced.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Despite the possibility to quickly plot spatial data, `mapview` has a set of arg
2929
* `legend.opacity` - opacity of the legend -> default `1`
3030
* `verbose` - whether to print additional information to the console during the rendering -> default `FALSE`
3131
* `layer.name` - the layer name to be used for plotting -> default depends on call. For a single object the name of the object; if `zcol` is supplied a combination of object name and column name; for raster stack/bricks the layer names
32-
* ... - further arguments to be passed on to respective **leaflet** functions such as `addRasterImage` or `adCircleMarkers`
32+
* ... - further arguments to be passed on to respective **leaflet** functions such as `addRasterImage` or `addCircleMarkers`
3333

3434
**raster only**
3535

0 commit comments

Comments
 (0)