pull/1/head
Piero Toffanin 2017-03-15 10:43:17 -04:00
rodzic 81bf1236f5
commit 1f733045ef
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -355,7 +355,7 @@ module.exports = class Task{
let commands = [
generateTiles(orthophotoPath, 'orthophoto_tiles'),
generatePotreeCloud(orthophotoPath, 'potree_pointcloud'),
generatePotreeCloud(lasPointCloudPath, 'potree_pointcloud'),
createZipArchive('all.zip', allFolders)
];