We have a use case that requires the ability to use icons for data-driven shapes as well as data-driven coloring of those icons. Currently we can get half of this functionality from the circle layer type and half from the symbol layer type. We have a hacked solution that merges the basic features of both on a fork of mapbox-gl-js (along with a style-spec and shader fork)...
https://github.com/ivelander/mapbox-gl-js
It would be great to be able to get off this fork, something we could do if support was added for icon-color for non-SDF icons.
We have a use case that requires the ability to use icons for data-driven shapes as well as data-driven coloring of those icons. Currently we can get half of this functionality from the
circlelayer type and half from thesymbollayer type. We have a hacked solution that merges the basic features of both on a fork of mapbox-gl-js (along with a style-spec and shader fork)...https://github.com/ivelander/mapbox-gl-js
It would be great to be able to get off this fork, something we could do if support was added for
icon-colorfor non-SDF icons.