On Tue, Oct 14, 2008 at 09:52:34AM +0200, Steven Le Roux wrote: > 2008/10/13 Knut Arne Bjørndal <[EMAIL PROTECTED] <[EMAIL PROTECTED]>> > > > On Mon, Oct 13, 2008 at 11:09:44AM +0200, Steven Le Roux wrote: > > > [ 0% tile-z12] Rasterizing failed with runtime exception: Output file > > does > > > not exist at lib/SVG/Rasterize/Engine.pm line 58. > > > > > > Config : Debian Sid up-to-date > > > SVN revision : 11154 > > > > Try it again with r11182, it should print the command it used to > > rasterize and any output from it. > > here it is : > > /usr/bin/inkscape", "-z", "-w", "512", "-h", "512", > "--export-area=0.000000:0.000000:878.906250:878.906250", > "--export-png=/opt/tilesAtHome/tmp/12_2056_1510_fYvtM/tile-z13-s0.png", > "/opt/tilesAtHome/tmp/12_2056_1510_fYvtM/tile-z13.svg > > so the comma should be replace here by a "." ?
No, those commas only aim to show exactly what is passed as a single parameter, so you don't have a single comma in your command. You didn't get any lines at all about inkscape output? Try adding --KeepDataFile 1 to your tilesGen command line and see how both the SVG and resulting png look, maybe try running the command manually and see if something weird happens. To get something suitable for your shell add a " before /usr/bin/inkscape and one after .svg, then remove all the commas between parameters. -- Knut Arne Bjørndal aka Bob Kåre [EMAIL PROTECTED] [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
