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

maps-v1.5.1

Compare
Choose a tag to compare
@jmalanen jmalanen released this 03 Apr 09:14
· 2 commits to release-v1.5.0 since this release

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.