This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
ios-v5.1.0
This release contains a bug in telemetry collection and has been superseded by 5.1.1.
Changes since Mapbox Maps SDK for iOS v5.0.0:
Styles and rendering
- Setting
MGLMapView.contentInset
now moves the map’s focal point to the center of the content frame after insetting. (#14664) - Fixed a crash when a fill pattern in a style could not be found. (#14696)
- Fixed a rendering performance regression when rendering polylines. (#14851)
- Fixed a rendering performance regression introduced in 4.11.0. (#14907)
- Fixed an issue where symbols underneath opaque fill layers could be incorrectly drawn above such layers. (#14839)
- Fixed an issue where
MGLFillExtrusionStyleLayer
vertical gradients might not be rendered. (#14808)
Other changes
- The
-[MGLMapView setCamera:withDuration:animationTimingFunction:edgePadding:completionHandler:]
method now adds the current value of theMGLMapView.contentInset
property to theedgePadding
parameter. (#14813) - Fixed a feature querying bug caused by incorrect sort feature index calculation. (#14884)
Documentation is available online or as part of the download.