This repository was archived by the owner on Aug 8, 2023. It is now read-only.
The presence of image backed annotations should not trigger log messages #5210
Labels
Android
Mapbox Maps SDK for Android
annotations
Annotations on iOS and macOS or markers on Android
bug
iOS
Mapbox Maps SDK for iOS
Milestone
Once a GL sprite backed annotation is added to the map, the message
[INFO] {Worker}[Sprite]: Can't find sprite named 'default_marker'
is seen for every tile parse that has a UIView backed annotation in it. The message comes from this line in sprite_store.cpp but the underlying issue is that annotations that are are actually backed by UIViews are not fully understood by core implementation.The text was updated successfully, but these errors were encountered: