Frederik Ramm <[EMAIL PROTECTED]> writes: > If client A uploads a tar with tiles 1, 2, 3, and later B uploads a tar > with tiles 10, 11, 3, then you have two choices: > > 2. replace the tile in-place in A's archive, which would require taking > apart both tar files and re-assembling them.
You just need to delete the file from A and keep the new file in B. Once A is empty you can delete that file as well. Matthias _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
