Hi,<br><br>I would like to launch multiple seeding in differents process (thread) to generate tiles for a heavy zoom level.<br>ex: zoom level 8 = 240 000 WMS call<br><br>Is it possible to specify a range of tiles (without changing the BBOX) when we make calls to tilecache_seed.py?<br>
thread1 = tile index 0,0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to 30000, 30000<br>
thread2 = tile index 30000,30000&nbsp;&nbsp;&nbsp; to 60000, 60000<br>and so on....<br><br>
I was wondering if the parameter filebounds could be useful for that? (I did&#39;nt found any doc).<br><br>thank you in advance!<br><br>Martin<br>