Replace the project displayed by a GeoLibre Shiny widget
Arguments
- proxy
A GeoLibre proxy created by
geolibre_proxy().- map
A GeoLibre widget or project list.
Examples
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
update_geolibre(geolibre_proxy("map"), geolibre())
}