This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
android-v8.4.0-beta.1
·
7 commits
to release-ristretto
since this release
Changes since Mapbox Maps SDK for Android v8.4.0-alpha.2:
Bug fixes
- Fixed an issue that
maxzoom
in styleSources
option was ignored when URL resource is provided. It may cause problems such as extra tiles downloading at higher zoom level thanmaxzoom
, or problems that wrong setting ofoverscaledZ
inOverscaledTileID
that will be passed toSymbolLayout
, leading wrong rendering appearance. #15581 - Fixed constant repainting for the sources with invisible layers, caused by
RenderSource::hasFadingTiles()
returningtrue
all the time. #15600 - Fixed an issue that caused the state of CompassView not up to date when
UiSettings.setCompassEnabled()
is set to true. #15606 - Ignore location tracking mode based animations when the camera is transitioning. #15641
- Fixed MapSnapshotter so that
MapSnapshotter.withApiBaseUri
works again. #15642 - Fixed an assertion hit caused by possibility of adding a layer to an incompatible source. #15644