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 23:46:52 +0200
commit47ce65b4962a793fab473792f549234ad0b8c215 (patch)
treeb065ee25fc36e3b2abea86f6420516c64271c7af
parentbd1fcfd314aca27bcf9754762ca6d9b59a67e7fd (diff)
downloadqtlocation-mapboxgl-47ce65b4962a793fab473792f549234ad0b8c215.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