-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Support icon-color for non-SDF icons #3605
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable