kopia lustrzana https://github.com/OpenDroneMap/NodeODM
commit
e2633b7259
|
@ -442,9 +442,12 @@ module.exports = class Task{
|
||||||
|
|
||||||
// All paths are relative to the project directory (./data/<uuid>/)
|
// All paths are relative to the project directory (./data/<uuid>/)
|
||||||
let allPaths = ['odm_orthophoto/odm_orthophoto.tif',
|
let allPaths = ['odm_orthophoto/odm_orthophoto.tif',
|
||||||
|
'odm_orthophoto/odm_orthophoto.tfw',
|
||||||
'odm_orthophoto/odm_orthophoto.png',
|
'odm_orthophoto/odm_orthophoto.png',
|
||||||
|
'odm_orthophoto/odm_orthophoto.wld',
|
||||||
'odm_orthophoto/odm_orthophoto.mbtiles',
|
'odm_orthophoto/odm_orthophoto.mbtiles',
|
||||||
'odm_orthophoto/odm_orthophoto.kmz',
|
'odm_orthophoto/odm_orthophoto.kmz',
|
||||||
|
'odm_orthophoto/odm_orthophoto_extent.dxf',
|
||||||
'odm_orthophoto/cutline.gpkg',
|
'odm_orthophoto/cutline.gpkg',
|
||||||
'odm_georeferencing', 'odm_texturing',
|
'odm_georeferencing', 'odm_texturing',
|
||||||
'odm_dem/dsm.tif', 'odm_dem/dtm.tif', 'dsm_tiles', 'dtm_tiles',
|
'odm_dem/dsm.tif', 'odm_dem/dtm.tif', 'dsm_tiles', 'dtm_tiles',
|
||||||
|
|
Ładowanie…
Reference in New Issue