Replies: 1 comment
-
The background isn't white, it's transparent. You can use CSS to set the background of the whole map, or if you only want to set the background within the layer, you could render two layers: one for the background w/o the extension and one for the foreground using the extension. |
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
-
I use Deck GL v8.9,35. I would like to set background color for my polygon with FillStyleExtension. So, my goal is to set a background color. How to do this?
This is my code:
https://codepen.io/vis-gl/pen/eYBJWKz
So, in my example I want to change the white background to red. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions