Bug fixes π
- Crash when modifying a layer that shares an id with an imported style
When a layer in the root style and a layer in an imported style shared the same id, a runtime change to that layer caused both layers to be re-sent to the renderer as duplicates, triggering a crash. The lookup that locates the layer being updated now uses the fullFullStyleLayerId(id + import scope) instead of only theStyleLayerId, so the correct single layer is updated and duplicates are no longer emitted.
Dependencies
- Update MapboxCommon to
24.24.2. - Update MapboxCoreMaps to
11.24.2.
Dependency requirements:
- Compatible version of Xcode:
16.4
Fetched May 25, 2026
