walkerke / mapgl

R interface to Mapbox GL JS v3 and Maplibre GL JS
https://walker-data.com/mapgl
Other
91 stars 5 forks source link

`fit_bounds()` should default to `animate = FALSE` #4

Closed walkerke closed 4 months ago

walkerke commented 5 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.