[Tilesathome] WG: Questions on tile updating process

Sebastian Spaeth sebastian at sspaeth.de
Mon May 11 16:52:30 BST 2009


Sabine Sagner-Weigl wrote:
> I think I could do that over the weekend.
> 
> 
>> Let's try it with some larger bondary first and see how it looks like.
>> But as I said, my computing power resources are kind of limited. So I'd
>> really love if someone did something with a nice machine did something
>> along those lines:
> 
> I think I could do that over the weekend.
> 
>> 1) increase the margin in general.conf
> 
> What line should I write into general.conf?
> 
>> 2) run the caption generation:
>>
>> for x in `seq 0 63`; do
>>  for y in `seq 0 63`; do
>>   sleep 1
>>   date -u "+%Y%m%d %H:%M:%S" >> timestamp
>>   ./tilesGen.pl xy $x $y 6
>>   ./tilesGen.pl upload
>>  done;
>> done;
>>
>> 3) and report back some of the rendering times (and if we could get the
>> XAPI fetching times too that would be perfect.

As noted earlier, that tilesgen call should really be:
./tilesGen.pl xy $x $y 6 caption
(to only create the caption layer)

spaetz




More information about the Tilesathome mailing list