diff options
author | zmiao <miao.zhao@mapbox.com> | 2020-03-19 14:59:45 +0200 |
---|---|---|
committer | zmiao <miao.zhao@mapbox.com> | 2020-03-23 12:19:39 +0200 |
commit | 648ce071d39e275ddfcd20a94a6f96547c314635 (patch) | |
tree | d87f2109b6d2ff98585930881b26ac07720d2bcb /CHANGELOG.md | |
parent | 4b139b5905f9c5bef0777fbd4b213421fdbfabef (diff) | |
download | qtlocation-mapboxgl-648ce071d39e275ddfcd20a94a6f96547c314635.tar.gz |
Add Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index afb1fa5591..3148c59558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The newly added `Renderer::clearData()` method allows to clear render data and thus save memory and make sure outdated tiles are not shown. It clears data more agressively than `Renderer::reduceMemoryUse()` does, as it clears not only the cache but all orchestration data, including the data used by the currently rendered frame. +### 🐞 Bug fixes + +- [core] Use `TileCoordinates` instead of `LngLat` for `within` expression calculation ([#16319](https://github.com/mapbox/mapbox-gl-native/pull/16319)) + + 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)) + ## maps-v1.4.1 ### 🐞 Bug fixes |