flowmap.gl icon indicating copy to clipboard operation
flowmap.gl copied to clipboard

Using flowmap layer with MapboxOverlay

Open kiyosoft opened this issue 1 year ago • 1 comments

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?

screenshot

kiyosoft avatar Jun 19 '24 05:06 kiyosoft

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.

ilyabo avatar Aug 23 '24 07:08 ilyabo