summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-06 16:15:31 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-06 18:16:00 +0200
commitb0fa6d7309a8b4ac854f9d10825d2f91039461db (patch)
treeb065ee25fc36e3b2abea86f6420516c64271c7af
parentb9574222f00e320e5bbd5a4e27f99929953e7f13 (diff)
downloadqtlocation-mapboxgl-b0fa6d7309a8b4ac854f9d10825d2f91039461db.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
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