summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-04-01 15:52:01 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-04-01 15:52:01 +0300
commitb64469199515a1a9b960c24d58c0fab741f12c15 (patch)
tree2306ba7b4c6ba89490ff9e9badb887bd010d2419
parent07d04233d3f5af73f8d4dc1afc19d2407cd9df98 (diff)
downloadqtlocation-mapboxgl-upstream/astojilj-native-ios-240.tar.gz
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45ef1a8b0e..264198613e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@
- [core] Move logging off the main thread ([#16325](https://github.com/mapbox/mapbox-gl-native/pull/16325))
+### 🐞 Bug fixes
+
+- Hillshade bucket fix for mapbox-gl-native-ios #240 ([#16362](https://github.com/mapbox/mapbox-gl-native/pull/16362))
+
+ When dem tiles are loaded, border in neighboring tiles is updated, too leading to bucket re-upload. if std::move moved indices / vertices previously, they are empty and we get crash. Re-upload requires that only DEM texture is re-uploaded, not the quad vertices and indices.
+
## maps-v1.5.0
### ✨ New features