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

New commands don't seem to run #2

Closed jywarren closed 5 years ago

jywarren commented 5 years ago

possibly because reset() doesn't remove the 'filtered' class properly, or because the resetting of images triggers a load event after we've started filtering???

Try it out by clicking one of the buttons like NDVI: https://publiclab.github.io/leaflet-tile-filter/

jywarren commented 5 years ago

Ah, fixed!