mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Cannot add features after remove features
Environment
- Xcode version: 15.1
- iOS version: 17.2
- Devices affected: iPhone 15
- Maps SDK Version: 11.0.0
Observed behavior and steps to reproduce
Calling removeGeoJSONSourceFeatures and then calling addGeoJSONSourceFeatures will not add the new features to the source. It works without issues if I set a delay between the calls.
Expected behavior
The new features should be added to the source without the need to set a delay.