Change srtm generation
This commit is contained in:
parent
cb5602b8dd
commit
e551e0df5e
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue