Jens Müller schrieb: > What the hell is this? > > [EMAIL PROTECTED] ~/devel/tilesAtHome $ ./tilesGen.pl loop > - Using working directory /tmp/ > - Uploading with username "[EMAIL PROTECTED]" > - Configured Layer: captionless > - Configured Layer: tile > - Configured Layer: maplint > - zip is present > - Using Batik in wrapper mode > - rendering using or/p > - going to use pngcrush > - Pngcrush version 1.6.4 > - pngnq version 0.5 > - Using http://tah.openstreetmap.org/Request/take/ for Requests > This is version 9833 (Rapperswil) of tilesgen running on linux, ID: 55249 > [#1 0% jobinit] Doing tileset (12,2009,1282) (area around > 55.652790,-3.383789) > [#1 0% tile] Rendering... ERROR > > The following command produced an error message: > LC_ALL=C nice -n10 "/usr/share/batik-1.6/lib/batik-rasterizer.jar" -w > 256 -h 256 -a 0.000000,0.000000,878.900000,878.898004 -m image/png -d > "/tmp/14910/14910_part-X9I9Ku.png" "/tmp/output-14910-z12.svg" > > /tmp/14910-6F3ZSy.stdout > Debug output follows: > | nice: /usr/share/batik-1.6/lib/batik-rasterizer.jar: Permission denied >
OK, got it: # Set to the location of the batik rasterizer jar or the Batik wrapper (see # Batik config parameter above) The Batik libraries should reside in the same # folder, or in a sub-folder named lib. BatikPath=/usr/share/batik-1.6/lib/batik-rasterizer.jar Shouldn't that be two different parameters? Anyway, what I wanted was Batik=3, which works. _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
