Hello,
a small patch which adds un CR after the end of a 'tileGen.pl upload',
so just an esthetic patch.
without the patch:
[EMAIL PROTECTED] ~/3/tilesAtHome $ ./tilesGen.pl upload
- Using working directory /tmp/3/
- Using process log file tah-process.log
- Uploading with username "[EMAIL PROTECTED]"
- Deleting ZIP files after upload
- Configured Layer: captionless
- Configured Layer: tile
- Configured Layer: maplint
This is version 9151 (Quickborn) of tilesgen running on linux
[#0 0% warning] don't run this parallel to another tilesGen.pl instance
[#0 0% upload2] 0 zip files to upload... [EMAIL PROTECTED] ~/3/tilesAtHome $
with the patch:
[EMAIL PROTECTED] ~/3/tilesAtHome $ ./tilesGen.pl upload
- Using working directory /tmp/3/
- Using process log file tah-process.log
- Uploading with username "[EMAIL PROTECTED]"
- Deleting ZIP files after upload
- Configured Layer: captionless
- Configured Layer: tile
- Configured Layer: maplint
This is version 9151 (Quickborn) of tilesgen running on linux
[#0 0% warning] don't run this parallel to another tilesGen.pl instance
[#0 0% upload2] 0 zip files to upload...
[EMAIL PROTECTED] ~/3/tilesAtHome $
Index: tilesGen.pl
===================================================================
--- tilesGen.pl (révision 9168)
+++ tilesGen.pl (copie de travail)
@@ -351,6 +351,7 @@
$currentSubTask = "warning";
statusMessage("don't run this parallel to another tilesGen.pl
instance", $currentSubTask, $progressJobs, $progressPercent,1);
compressAndUpload();
+ print "\n";
}
elsif ($Mode eq "upload_conditional")
{
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome