Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit debf117

Browse files
committed
Add changelog
1 parent e9b99a5 commit debf117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@
2727

2828
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))
2929

30-
- [core][tile mode] Reduce cut-off labels ([#16336](https://github.com/mapbox/mapbox-gl-native/pull/16336))
30+
- [core][tile mode] Reduce cut-off labels ([#16336](https://github.com/mapbox/mapbox-gl-native/pull/16336))
3131

3232
Place tile intersecting labels first, across all the layers. Thus we reduce the amount of label cut-offs in Tile mode.
3333

3434
Before, labels were arranged within one symbol layer (one bucket),which was not enough for several symbol layers being placed at the same time.
3535

36+
- [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))
37+
3638
## maps-v1.4.1
3739

3840
### 🐞 Bug fixes

0 commit comments

Comments
 (0)