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
Hey, thank you again for making this great package. I wanted to add flowmap layer using deck.gl's MapboxOverlay control and I manage to render it (used interleaved mode), but the colors and the fade becomes off. If I use DeckGL react component and add mapbox as a child with mix-blend-mode everything works fine. Do you have any suggestion?
The text was updated successfully, but these errors were encountered:
Hi Kidus, sorry for the late reply. Yes, mix-blend-mode doesn't work in interleaved mode. There's no easy way around this. You can try to pass fadeOpacityEnabled. It's not as good, but at least something.
Hey, thank you again for making this great package. I wanted to add flowmap layer using deck.gl's MapboxOverlay control and I manage to render it (used interleaved mode), but the colors and the fade becomes off. If I use
DeckGL
react component and add mapbox as a child withmix-blend-mode
everything works fine. Do you have any suggestion?The text was updated successfully, but these errors were encountered: