Closed walkerke closed 4 months ago
The default behavior of fit_bounds() flies in to a given bounding box. animate = TRUE is probably a useful option in Shiny, but not for most interactive analyses. I'll need to expose animate as a top-level argument and set the default to FALSE.
fit_bounds()
animate = TRUE
animate
FALSE
The default behavior of
fit_bounds()
flies in to a given bounding box.animate = TRUE
is probably a useful option in Shiny, but not for most interactive analyses. I'll need to exposeanimate
as a top-level argument and set the default toFALSE
.