teralytics / flowmap.gl

Flow map drawing layer for deck.gl
https://teralytics.github.io/flowmap.gl/
Apache License 2.0
173 stars 20 forks source link

how to set opacity, pickable (MapboxLayer interleaving FlowMapLayer) #87

Open bbbbbra opened 4 years ago

bbbbbra commented 4 years ago

There is no corresponding option in v6.1.0. v4.0.0 has a corresponding option.

[my used version v6.1.0] pickable: false, => not working opacity: 0.1 ~ 1 => not working

my flowmap.gl viewing logics => as in the example in [https://deck.gl/showcases/gallery/mapbox-layer] deck.gl interleaving(MapboxLayer()) used FlowMaplayer display.

ilyabo commented 4 years ago

pickable and opacity show work now in the latest version.