You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently it is possible to style a line or point's colors, but not its opacity (or opacities, if you want to include the point outlines).
Describe your proposed idea for the solution to this problem
I would like to be able to vary line and point opacity just like I can with polygon fill.
Describe alternatives you've considered
It appears that I can force a color of "transparent" (or probably "rgba(0, 0, 0, 0)") by bypassing the HexColor type checking, at least in MapLibre.
The text was updated successfully, but these errors were encountered:
Hi @neodescis - this is a nice feature idea, thank you for raising. I have quite a few things I am trying to get through at the moment on the roadmap, but I can confirm this is universally supported across mapping libraries than I think it could be a good addition.
Is your feature request related to a problem? Please describe.
Currently it is possible to style a line or point's colors, but not its opacity (or opacities, if you want to include the point outlines).
Describe your proposed idea for the solution to this problem
I would like to be able to vary line and point opacity just like I can with polygon fill.
Describe alternatives you've considered
It appears that I can force a color of "transparent" (or probably "rgba(0, 0, 0, 0)") by bypassing the HexColor type checking, at least in MapLibre.
The text was updated successfully, but these errors were encountered: