set_paint_property: Set a paint property on a map layer

View source: R/shiny.R

set_paint_propertyR Documentation

Set a paint property on a map layer

Description

Set a paint property on a map layer

Usage

set_paint_property(map, layer, name, value)

Arguments

map

A map object created by the mapboxgl or maplibre function, or a proxy object.

layer

The ID of the layer to update.

name

The name of the paint property to set.

value

The value to set the property to.

Value

The updated map object.


mapgl documentation built on Nov. 1, 2024, 5:08 p.m.