kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Changed las file path per new ODM core changes
rodzic
cba67be6fa
commit
b941e3a126
|
@ -355,7 +355,7 @@ module.exports = class Task{
|
|||
}
|
||||
|
||||
let orthophotoPath = path.join('odm_orthophoto', 'odm_orthophoto.tif'),
|
||||
lasPointCloudPath = path.join('odm_georeferencing', 'odm_georeferenced_model.ply.las'),
|
||||
lasPointCloudPath = path.join('odm_georeferencing', 'odm_georeferenced_model.las'),
|
||||
projectFolderPath = this.getProjectFolderPath();
|
||||
|
||||
let commands = [
|
||||
|
|
Ładowanie…
Reference in New Issue