-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbols are not displaying on iOS #923
Comments
@felix-ht Did you see anything like that while switching from old symbols to geojson? |
I can also confirm that LineManager works fine and displays lines correctly |
I have an issue in commit |
So then it's likely introduced in #779 |
You have to add the symbols manually using addImage. As opposed to android the ios version does not do so automatically. We should probably fix this before releasing 0.16. (The fix should be pretty simple and also help with other symbol layers) |
i will probably put up a pr today with a fix for this issue |
Using the original symbols implementation I am adding markers on the map.
Markers are added using SymbolManager.
I can see that symbols are in and I can even change between selected symbol programmatically, but visually markers are not displayed on the map.
Same exact build works fine on Android.
The text was updated successfully, but these errors were encountered: