Change the order of the layers for a map manager widget on the client.

updateMapManagerOrder(
  session = shiny::getDefaultReactiveDomain(),
  inputId,
  value
)

Arguments

session

The session object passed to function given to shinyServer Default is shiny::getDefaultReactiveDomain().

inputId

character The identifier of the input object.

value

numeric Vector containing the new ordering.

See also