summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-03-25 17:25:32 +0200
committerzmiao <miao.zhao@mapbox.com>2020-03-25 17:27:00 +0200
commit2d38d717a61b288e0f13e4bf90ed757974b414aa (patch)
tree46f9c9ded9d46b91c36364fbf505c0b73bb574e4
parent7d6b2e19f3f3e24ce38d9485fe5002aa0a79b84b (diff)
downloadqtlocation-mapboxgl-upstream/zmiao-fix-within-meridian.tar.gz
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
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