Maarten Deen wrote: > I've tracked the bug down. Inkscapelocale=german does not work. > I've commented that line in the config file and set my decimal separator to > ".", > and like magic the client works. All tiles are generated and the upload seems > to > work (it ended with OK|4|OK|4|OK|4|, but the tile is not yet visible on the > map, > how long does that take?)
I really do hate that locale stuff. Perhaps someone finds a good way to set inkscape locale to 'C' in a way that works both on Linux and on Windows. how long: depends how full the queue is and can be anything between 20 sec and 30 minutes. > Only thing is I'm running in debug mode because the rmtree in Tileset.pm line > 702 does not work: > Can't remove file C:\temp\TaH\12_2561_1226_U2Njw/part-0LuHD5.png (Permission > denied) at lib/Tileset.pm line 702 > Can't remove file C:\temp\TaH\12_2561_1226_U2Njw/part-4dRlRR.png (Permission > denied) at lib/Tileset.pm line 702 > (etc.) > > Is it worth looking at File::Remove::remove in stead of File::Path::rmtree? If permission is denied it is unlikely to succeed with File::Remove. Although you can test it and see if it works. Can you see what permissions those files have? I am unsure how the windows file permissions work. spaetz _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
