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
Currently if we want to use stroke colors other than the 8 predefined named colors it's necessary to write a style function. It would be great if we could simply pass the hex or rgb value in the color option of the addLayer method. I've created a PR that does that. The color option can be one of the predefined color names, a hex value with or without alpha channel, or an rgb() or rgba() value.
Currently if we want to use stroke colors other than the 8 predefined named colors it's necessary to write a style function. It would be great if we could simply pass the hex or rgb value in the color option of the addLayer method. I've created a PR that does that. The color option can be one of the predefined color names, a hex value with or without alpha channel, or an rgb() or rgba() value.
Here's the PR #200
This is an enhancement rather than a bug, but I don't have permission to change the label :)
The text was updated successfully, but these errors were encountered: