Change the order of the layers for a map manager widget on the client.
Usage
updateMapManagerOrder(
session = shiny::getDefaultReactiveDomain(),
inputId,
value
)Arguments
- session
The
sessionobject passed to function given toshinyServerDefault isshiny::getDefaultReactiveDomain().- inputId
characterThe identifier of the input object.- value
numericVector containing the new ordering.