I did a new install this morning and had the same problem. I made this change to line 903 on version 5805 and it seems to be working well.
-Jeremy ----- Original Message ----- From: "Hakan Tandogan" <[EMAIL PROTECTED]> To: "Dirk-Lüder Kreie" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Thursday, November 29, 2007 9:12 AM Subject: Re: [Tilesathome] [EMAIL PROTECTED] fails to run > > On Thu, November 29, 2007 14:50, Dirk-Lüder Kreie wrote: >> >> Check your layers.conf against the one in svn >> check your osmarender checkout. > > Hi again, > > In svn 5819, the GenerateSVG() call on line 903 is missing an argument: > > if (GenerateSVG($layer, $X, $Y, $i, $N, $S, $W, $E)) > > I think the right version should be > > if (GenerateSVG($layerDataFile, $layer, $X, $Y, $i, $N, $S, $W, $E)) # if > true then error occured > > but I can't test (or commit to SVN) from work just now. > > > Regards, > Hakan > > > -- > The key to immortality is first living a life worth remembering... > > > > _______________________________________________ > Tilesathome mailing list > [email protected] > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome > _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
