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