summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-11 20:01:41 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-12 23:35:55 +0200
commitb88fbe14f1d8d1cc7409ca70ab6e3180704f1d9a (patch)
treeb79b18824a7a588f45f23996cd1d4687fd73d70d
parent915c412c17aaf5ca27519163c7d7b5f229d51841 (diff)
downloadqtlocation-mapboxgl-b88fbe14f1d8d1cc7409ca70ab6e3180704f1d9a.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bc957c661..ce1ff8a4d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@
New feature provides means of modifying style of a MapSnapshotter. The new API enables several use-cases, such as: adding route overlays, removing extra information (layers) from a base style, adding custom images that are missing from a style.
+- [core] Improve stability of symbol placement when the map is tilted ([#16287](https://github.com/mapbox/mapbox-gl-native/pull/16287))
+
+ These changes improve performance and bring more stability to the symbol placement for the tilted view, which is mainly used for navigation scenarios.
+
### 🐞 Bug fixes
- [core] Fix iterators in addRegularDash() ([#16249](https://github.com/mapbox/mapbox-gl-native/pull/16249))