kylebarron / deck.gl-raster

deck.gl layers and WebGL modules for client-side satellite imagery analysis
https://kylebarron.dev/deck.gl-raster/
MIT License
85 stars 10 forks source link

How to handle modules multiple times? #39

Open kylebarron opened 4 years ago

kylebarron commented 4 years ago

E.g. a module for linear rescaling might be desired to be used at multiple stages of a pipeline. But even if the modules array accepts a single module twice, setModuleProps only takes a single object, so you couldn't pass two different sets of props.