-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Dynamic iconImage value in SymbolLayerStyle not showing icon #293
Comments
Hi, I tried also following the example ShapeSourceIcon, but I can't use MapLibreGL.Images as in the example because in version 10.0.0-alpha.2 it must have children. |
Adding MapLibreGL.Images with child, it works. |
Hi @ErTurco, it sounds like we need to update the example. Can you make a PR or post the change here? |
Hi, the working example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have an issue with Feature rendering on ShapeSource with SymbolLayer.
There is the code:
In the CustomCalloutStyles if I set the directly the value for iconImage I can see the marker icon, otherwise (passing the value from the Feature, the line commented) I can't see the marker on map.
How can I set dinamically the value for the iconImage, setting it in the Feature object?
Version(s) affected
The text was updated successfully, but these errors were encountered: