Skip to contents

This function allows updates to be sent to an existing Maplibre GL Compare widget in a Shiny application.

Usage

maplibre_compare_proxy(
  compareId,
  session = shiny::getDefaultReactiveDomain(),
  map_side = "before"
)

Arguments

compareId

The ID of the compare output element.

session

The Shiny session object.

map_side

Which map side to target in the compare widget, either "before" or "after".

Value

A proxy object for the Maplibre GL Compare widget.