From ebb76f7fdcb43bd493d7505f319809f92400ac20 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 15 May 2020 14:41:54 -0400 Subject: [PATCH] Include report folder --- libs/Task.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/Task.js b/libs/Task.js index d8a3dec..c327607 100644 --- a/libs/Task.js +++ b/libs/Task.js @@ -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; diff --git a/package.json b/package.json index 0b9c28d..c61ec88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NodeODM", - "version": "1.6.0", + "version": "1.6.1", "description": "REST API to access ODM", "main": "index.js", "scripts": {