summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-28 12:59:57 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-28 12:59:57 +0300
commitd658f2d9eb34c157c86dca7ae0a65c03396ec24e (patch)
tree6465f15978376fed50ef1f49ae9fa35ebf37835c
parent99529a7f0d8d879f4107aba3912c170be2247d1d (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_tile_mode_label_priority.tar.gz
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a056adeb7c..e7febf31a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## master
+
+### 🐞 Bug fixes
+
+- [core][tile mode] Labels priority fixes ([#16432](https://github.com/mapbox/mapbox-gl-native/pull/16432))
+
+ This change does the following:
+
+ - strictly arranges all the intersecting labels accordingly to the style-defined priorities
+ - fixes placement order of the variable labels.
+ Before this change, all variable labels that could potentially intersect tile borders were placed first, breaking the style label placement priority order. Now, all the variable labels, which do not actually intersect the tile borders, are placed accordingly to the style-defined priorities
+
## maps-v1.6.0-rc.2
### ✨ New features