summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-24 13:36:33 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-24 13:36:33 +0200
commit8518cfd63a67f8a9c10f633626e9f0e32bdc14a8 (patch)
treeda09a24e37fc80e391e9440781f2d270a164dd52
parenteced1c95574f915b7e1844b7b8c8dd53a7a0d1ee (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_placement_fixes.tar.gz
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3148c59558..f885eaf80b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,12 @@
Fix the issue that `within` expression evaluates point features inconsistently across zoom levels if the point lies near the boundary of a GeoJSON object ([#16301](https://github.com/mapbox/mapbox-gl-native/issues/16301))
+ - [core][tile mode] Reduce cut-off labels ([#16336](https://github.com/mapbox/mapbox-gl-native/pull/16336))
+
+ Place tile intersecting labels first, across all the layers. Thus we reduce the amount of label cut-offs in Tile mode.
+
+ Before, labels were arranged within one symbol layer (one bucket),which was not enough for several symbol layers being placed at the same time.
+
## maps-v1.4.1
### 🐞 Bug fixes