[Tilecache] Basic Questions

Christopher Schmidt crschmidt at metacarta.com
Tue Oct 2 15:07:04 EDT 2007


On Tue, Oct 02, 2007 at 12:00:22PM -0700, Jeffrey Johnson wrote:
> Got the seed() function to work! Thanks for adding this. One quick
> question. If the tiles for the Layer passed already exist, does this
> function recognize this and not build them again? Or does it just go
> ahead and build them again regardless.

It builds them anyway -- though 'builds' is the wrong word, since it
requests them, gets the data direct from cache, and moves on.

In the SVN version, rather than being a remote URL request (often to a
local server) seed() uses the internal methods of TileCache to request
the tiles. This means that it is much closer to 'recognizing' the
existin cache, because you don't have all the overhead of going to a
server to find out if the tile is there or not. 

Regards,
-- 
Christopher Schmidt
MetaCarta



More information about the Tilecache mailing list