| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| maps-v1.5.1.tar.gz | 2020-04-03 | 28.6 MB | |
| maps-v1.5.1.zip | 2020-04-03 | 34.1 MB | |
| README.md | 2020-04-03 | 706 Bytes | |
| Totals: 3 Items | 62.7 MB | 0 | |
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.