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