Fixed --testSkipOrthophotos

pull/85/head
Piero Toffanin 2019-05-26 10:56:16 -04:00
rodzic 2779f7337e
commit 2a5d73ae2d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -353,7 +353,7 @@ module.exports = class Task{
logger.info("Test mode will skip orthophoto generation");
// Exclude these folders from the all.zip archive
['odm_orthophoto', 'orthophoto_tiles'].forEach(dir => {
['odm_orthophoto/odm_orthophoto.tif', 'odm_orthophoto/odm_orthophoto.mbtiles', 'orthophoto_tiles'].forEach(dir => {
allPaths.splice(allPaths.indexOf(dir), 1);
});
}