mapbox-maps-ios icon indicating copy to clipboard operation
mapbox-maps-ios copied to clipboard

Cannot add features after remove features

Open fawzirifai opened this issue 1 year ago • 5 comments

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.

fawzirifai avatar Dec 24 '23 18:12 fawzirifai