Set a configuration property for a Mapbox GL map
set_config_property.Rd
Set a configuration property for a Mapbox GL map
Arguments
- map
A map object created by the
mapboxgl
function or a proxy object defined withmapboxgl_proxy()
.- import_id
The name of the imported style to set the config for (e.g., 'basemap').
- config_name
The name of the configuration property from the style.
- value
The value to set for the configuration property.