flowmap.gl
flowmap.gl copied to clipboard
Using flowmap layer with MapboxOverlay
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?
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.