On Tue, Oct 14, 2008 at 12:31:07PM -0400, Matthias Julius wrote: > Could this be the issue that the server only recreates z6-11 tiles if > the upload of new z12 tiles for the area has been requeste through the > queue?
Yes, this is how low zoom stitches are initiated: 1) A z12 request is fulfilled through the render queue and 2) The underlying z6 tileset file is older than the finished z12 request. > Maybe the server could accept render requests for z6 tiles and insert > them into the stitching queue to be able to give the server a hint > when it missed a tile update for whatever reason? There is no stitching queue, it simply parses the list of finished requests and stitches them. Creating a z6 stitching queue would be quite a bit of work. This also uses enormous amounts of server CPU, so I am a bit hesitant to allow people to initiate an unlimited number of stitches like that. spaetz _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
