Matthias Julius wrote: > He is not talking about the xy mode but the "no mode" of the client > (no mode specified on command line). Here the client gets a job from > the server and processes it, but it does not upload it to the server.
Yes, including upload would be consistent IMHO > Another possibility would be to make loop mode the default and have a > new "single" mode for rendering and uploading a single tileset. command line option handling shows that it has grown in a hotch-potch way. I'd say a clean way would be: tilesGen.pl [options] By default it fetches jobs from the server, renders, and uploads to wherever it is configured to do in a loop. -xy <x> <y> [<z>] render specific tileset and exit (no upload) -u --upload upload loop only (can be used with -s) -s --single perform action once and exit (no loop) -v [n] set verbosity (to <n>) -h --help print help and exit This is really all that is needed. _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
