publiclab / leaflet-tile-filter

Multispectral color manipulation and processing (NDVI etc) for Leaflet tile layers with pure JavaScript in Image Sequencer

Home Page:https://publiclab.github.io/leaflet-tile-filter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate Image Sequencer changes to accept any processing string format

jywarren opened this issue · comments

After this is complete: publiclab/image-sequencer#731

we should be able to pass in any string format, including multiple commands, like brightness,ndvi,colormap or brightness{brightness:80}, or object format commands, as in the Image Sequencer docs. https://github.com/publiclab/image-sequencer/

This should begin working as soon as the above issue is solved - we can just pull in the new version of IS.

Now waiting on a bugfix via publiclab/image-sequencer#1030... should be soon!