FillStyleExtension Default Pattern #9539
Unanswered
sethddumaguin
asked this question in
Q&A
Replies: 1 comment
-
Im also curious about this. Currently when i set to null, I am not getting my fill color but instead either transparent color (nothing) if im using a png with transparent background or white if im using a png with white background. Seems like a bug to me. Please let me know if anyone has any info here. Im using mask:false as I want the png color to show anywhere the png is not transparent and the fill color where it is.| @sethddumaguin Did you resolve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am trying to use FillStyleExtension in my MVTLayer. I have a logic within
getFillPattern
to use different patterns based on column values. I was just wondering if there's a way to also use the default fill for fallback? Because when I returnnull
or an empty string ingetFillPattern
, I just get an empty no fill polygon. Appreciate the help.Beta Was this translation helpful? Give feedback.
All reactions