Include log.json in output

pull/156/head
Piero Toffanin 2021-06-09 12:03:59 -04:00
rodzic e809c96d7b
commit c46a7d2563
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -451,7 +451,7 @@ module.exports = class Task{
'odm_dem/dsm.tif', 'odm_dem/dtm.tif', 'dsm_tiles', 'dtm_tiles',
'orthophoto_tiles', 'potree_pointcloud', 'entwine_pointcloud',
'images.json', 'cameras.json',
'task_output.txt',
'task_output.txt', 'log.json',
'odm_report'];
// Did the user request different outputs than the default?

Wyświetl plik

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