Change srtm generation

This commit is contained in:
Victor Shcherb 2012-11-15 17:56:02 +01:00
parent cb5602b8dd
commit e551e0df5e

View file

@ -178,6 +178,7 @@ public class IndexUploader {
start++; start++;
} else if (args[start].startsWith("--roads")) { } else if (args[start].startsWith("--roads")) {
roadProcess = true; roadProcess = true;
start++;
} }
} while(p != start); } while(p != start);
if(fileFilter != null) { if(fileFilter != null) {