Skip to content
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

Closed
AAverin opened this issue Feb 27, 2022 · 6 comments · Fixed by #929
Closed

Symbols are not displaying on iOS #923

AAverin opened this issue Feb 27, 2022 · 6 comments · Fixed by #929
Labels
bug Something isn't working ios pinned

Comments

@AAverin
Copy link
Contributor

AAverin commented Feb 27, 2022

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.

@AAverin
Copy link
Contributor Author

AAverin commented Feb 27, 2022

@felix-ht Did you see anything like that while switching from old symbols to geojson?

@AAverin
Copy link
Contributor Author

AAverin commented Feb 27, 2022

I can also confirm that LineManager works fine and displays lines correctly

@AAverin
Copy link
Contributor Author

AAverin commented Feb 27, 2022

I have an issue in commit 2824a7, but If I switch to 0.15.0 directly there is no problem.

@AAverin
Copy link
Contributor Author

AAverin commented Feb 27, 2022

So then it's likely introduced in #779

@felix-ht
Copy link
Collaborator

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)

@felix-ht felix-ht added bug Something isn't working ios pinned labels Feb 28, 2022
@felix-ht
Copy link
Collaborator

felix-ht commented Mar 1, 2022

i will probably put up a pr today with a fix for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios pinned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants