Fit a live GeoLibre map to a bounding box
Arguments
- proxy
A GeoLibre proxy created by
geolibre_proxy().- bbox
c(west, south, east, north)bounds.- request_id
Optional id echoed back with the reply.
Examples
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
geolibre_fit_bounds(geolibre_proxy("map"), c(-125, 24, -66, 50))
}