Include report folder

pull/113/head
Piero Toffanin 2020-05-15 14:41:54 -04:00
rodzic d62f664680
commit ebb76f7fdc
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -382,7 +382,8 @@ module.exports = class Task{
'odm_georeferencing', 'odm_texturing',
'odm_dem/dsm.tif', 'odm_dem/dtm.tif', 'dsm_tiles', 'dtm_tiles',
'orthophoto_tiles', 'potree_pointcloud', 'entwine_pointcloud',
'images.json', 'cameras.json'];
'images.json', 'cameras.json',
'odm_report'];
// Did the user request different outputs than the default?
if (this.outputs.length > 0) allPaths = this.outputs;

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "NodeODM",
"version": "1.6.0",
"version": "1.6.1",
"description": "REST API to access ODM",
"main": "index.js",
"scripts": {