Hi, Maarten Deen wrote: > When I render a tile with negative coordinates, I get a lot of messages like > Argument "-3,864255" isn't numeric in addition (+) at orp.pl line 306. > Argument "-3,776559" isn't numeric in addition (+) at orp.pl line 306. > Argument "-38,583984" isn't numeric in subtraction (-) at orp.pl line 308. > Argument "-38,496094" isn't numeric in subtraction (-) at orp.pl line 308.
It sounds like you're trying to render using a rules file file that has a <bounds> element where the attributes are given with commas. Since the <bounds> is inserted by tilesGen.pl, it probably is a problem there. What you can do is uncomment the "unlink" calls in tahlib.pm and re-run, then investigate the temporary files that have been created. Bye Frederik -- Frederik Ramm ## eMail [EMAIL PROTECTED] ## N49°00'09" E008°23'33" _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
