You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.49.0 removed the boxZoomBounds from booxzoomend events but the documentation for boxzoomend still says that a boxZoomBounds should be available as part of that event's data.
mapbox-gl-js version: v0.49.0 and later
browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit)
Steps to Trigger Behavior
Load a mapbox gl js map
Shift and click+drag to trigger a boxzoomend event
Observe the event's data and see that it only contains originalEvent, target and type properties
Expected Behavior
bozZoomBounds should contain the bounds of the map after zooming
Actual Behavior
boxZoomBounds does not exist
The text was updated successfully, but these errors were encountered:
Release v0.49.0 removed the boxZoomBounds from booxzoomend events but the documentation for boxzoomend still says that a boxZoomBounds should be available as part of that event's data.
mapbox-gl-js version: v0.49.0 and later
browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit)
Steps to Trigger Behavior
Expected Behavior
bozZoomBounds should contain the bounds of the map after zooming
Actual Behavior
boxZoomBounds does not exist
The text was updated successfully, but these errors were encountered: