set_paint_property {mapgl} | R Documentation |
Set a paint property on a map layer
Description
Set a paint property on a map layer
Usage
set_paint_property(map, layer_id = NULL, name, value, layer = NULL)
Arguments
map |
A map object created by the |
layer_id |
The ID of the layer to update. |
name |
The name of the paint property to set. |
value |
The value to set the property to. |
layer |
Deprecated. Use |
Value
The updated map object.
[Package mapgl version 0.3.2 Index]