-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sebastian Spaeth schrieb: | hi Jiri, while I am reshuffling the [EMAIL PROTECTED] client code, I was noticing some clumsy workarounds with regards to forking and batik. | | tilesGen.pl: | 437 # compress before fork so we don't get temp files mangled. | 438 # Workaround for batik support. | | This prevents us from compressing the files in the background, which would be nice and make the code simpler too. What is the exact reason? | | When we are here, the direcotory has been moved once anyway, so all temporary files are better written by now. So something is wrong if this is needed. | | Can we fix batik to write it's temporary files before we are at the compression part?
sorry, I should've been more verbose about the comment. Batik is apparently incapable of writing png files that do not have a .png suffix, so compress was not only consuming the tilesets but also the single png files in the working directory. if compress only looks at tileset directories now then this becomes a non-issue automatically. - -- Dirk-Lüder "Deelkar" Kreie Bremen - 53.0952°N 8.8652°E -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFItBIVFUbODdpRVDwRAu+EAJ0ZPrBg3PbsCDJDZj+QCIqNVJohlgCgqsmr 5qDmzQNo7yorAdsRovHnGjI= =0kdR -----END PGP SIGNATURE----- _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
