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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Platform: iOS
Mapbox SDK version: 3.6.4
Steps to trigger behavior
Within
viewDidLoad
MGLMapView
maximumZoomLevel
to a number - in this case, 6maximumZoomLevel
to a larger number- in this case, 14maximumZoomLevel
. It'll crash because of this runtime errorRequested zoom higher than maxZoom: 7
Expected behavior
The
maximumZoomLevel
should be set to the second, larger number and not crash.Actual behavior
The application crashes. Here's a sample of my backtrace:
Backtrace sample
The text was updated successfully, but these errors were encountered: