Export cameras.json

pull/89/head
Piero Toffanin 2019-06-25 13:21:15 -04:00
rodzic 2131b404ea
commit b59fb316bc
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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