From debf117360a1693706c5fbe95a90225fa5e0d6f9 Mon Sep 17 00:00:00 2001 From: zmiao Date: Wed, 25 Mar 2020 17:25:32 +0200 Subject: Add changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a85ec14cc..18f3379f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,12 +27,14 @@ 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)) +- [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. +- [core] Fix issue that `within` expression returns incorrect results for geometries crossing the anti-meridian ([#16330](https://github.com/mapbox/mapbox-gl-native/pull/16330)) + ## maps-v1.4.1 ### 🐞 Bug fixes -- cgit v1.2.1