Fixes #101 . The problem was that the store requests the mime-type application/octet-stream which it can decode. The requests for multiple bands however did not support this mime type, because it returned multiple (tiff) files. I therefore changed the request so that it returns a single tiff file with multiple bands.
Fixes #101 . The problem was that the store requests the mime-type application/octet-stream which it can decode. The requests for multiple bands however did not support this mime type, because it returned multiple (tiff) files. I therefore changed the request so that it returns a single tiff file with multiple bands.