Mapbox GL v1.5.1 Release Notes

Release Date: 2020-04-03 // about 4 years ago
  • maps-v1.5.1

    🍱 🐞 Bug fixes

    [core] Fix assert in gfx resources cleanup (#16349)

    🛠 Fix a resource leak assertion in gl::Context::~Context() that is evaluating false in scenarios where graphics context has been marked as lost.

    Hillshade bucket fix for mapbox-gl-native-ios #240 (#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.