https://github.com/mapbox/mapbox-gl-js/pull/5181 needs port.
@1ec5 @lbud would this be an appropriate place to mention that there is no Android solution for this as of yet? As in, as far as I can tell, there's no way to add SDF icons via addImage in the Android SDK. Or should that be ticketed separately?


Hi,
Did you use a SDF image ?
How did you add the SDF image ?
I am trying to do exactly what you are doing without sucess. In fact I dont kown how to create a SDF image.
Thanks for help
Before enabling the sdf flag in Style.addImage:
After enabling the sdf flag in Style.addImage + enabling icon-color tinting:
@curvenut icons created through Android studio or copied from material spec are sdf compatible. In Android terms, vector drawables are sdf compatible.
Most helpful comment
Before enabling the sdf flag in Style.addImage:
After enabling the sdf flag in Style.addImage + enabling icon-color tinting: