From 47ce65b4962a793fab473792f549234ad0b8c215 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Fri, 6 Mar 2020 16:15:31 +0200 Subject: Add change log entry --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab95815b5b..b589ede463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,13 @@ - [core] Fix `within` expression algorithm so that `false` value will be returned when point is on the boundary. Allow using different GeoJSON formats as arguments of `within` expression.([#16232](https://github.com/mapbox/mapbox-gl-native/pull/16232)) - A valid GeoJSON argument should contain one of the following types: `"Feature"`, `"FeatureCollection"`,`"Polygon"` or `"MultiPolygon"`. + A valid GeoJSON argument should contain one of the following types: `"Feature"`, `"FeatureCollection"`,`"Polygon"` or `"MultiPolygon"`. + +- [core] [tile mode] placement algorithm must consider icons bounding boxes [#16277](https://github.com/mapbox/mapbox-gl-native/pull/16277) + + Tile mode placement algorithm now checks if bounding boxes for both label text and icon are intersecting the edges of the tiles. + + Before, it checked only text bounding boxes and thus label icons might have got cut off. ### 🧩 Architectural changes -- cgit v1.2.1