publiclab / leaflet-tile-filter

Multispectral color manipulation and processing (NDVI etc) for Leaflet tile layers with pure JavaScript in Image Sequencer
https://publiclab.github.io/leaflet-tile-filter/
GNU General Public License v3.0
6 stars 5 forks source link

Integrate Image Sequencer changes to accept any processing string format #3

Open jywarren opened 5 years ago

jywarren commented 5 years ago

After this is complete: https://github.com/publiclab/image-sequencer/issues/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.

jywarren commented 5 years ago

Now waiting on a bugfix via https://github.com/publiclab/image-sequencer/issues/1030... should be soon!