From 2a5d73ae2dfc89fc69f24095baebe31f0f0ac340 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 26 May 2019 10:56:16 -0400 Subject: [PATCH] Fixed --testSkipOrthophotos --- libs/Task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Task.js b/libs/Task.js index 7899afd..0021879 100644 --- a/libs/Task.js +++ b/libs/Task.js @@ -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); }); }