We made some modification in the code to generate some new output files and add them to the downloadable assets. We updated the system to v0.9 and made the modification again. The modification works properly in node-odm but we cannot make the new files available for downloading in the latest version.
It seems in v0.9 the handling of assets was changed. As we saw the node-odm doesn’t pass all assets to the webapp anymore. Our question is which process generates the all.zip and copy the files to the webapp and where the zip content is determined.
In the previous versions, the new assets could be made available for downloading by adding their parameters to the code of the dashboard and map view in the webapp and the worker. In v0.9 this is changed, we cannot add new assets even if the files are placed to the appropriate folder and to the all.zip (manually). Could you give us hints on how this can be done in v0.9?