The new lowzoom method uses a different process. <br><br>The first step is to generate a lowzoom caption-only layer for z8-z11. There's no layers.conf in svn that will do this at the moment, but the one I use is included below.<br>
<br>You then have to upload this layer and wait until it has be processed by the t@h server. Currently the next step expects to be able to download the caption layer, and you don't get up-to-date results unless its there.<br>
<br>The second step is to run the tools/lowzoom/lowzoom_composite.pl script using the following arguments:<br><br>lowzoom_composite.pl x y 8 12 tile captionless caption<br><br>This will read the z12 captionless base layer and the caption layer from z8 to z11 and composite these together to create the tile layer which is what ultimately gets uploaded.<br>
<br>This approach currently works best for z8 - z11, there is a projection bug which causes captions to be misplaced at levels lower than z8, so usual tilestitching method is still the best approach for z0 - z7.<br><br>There's a summary of the approach here: <a href="http://wiki.openstreetmap.org/index.php/Tiles%40home#How_the_client_works">http://wiki.openstreetmap.org/index.php/Tiles%40home#How_the_client_works</a><br>
<br>80n<br><br>My layers.conf for z8-z11:<br><br># Layer configuration for tiles@home<br># ==================================<br>#<br>Layers=lowzoom<br>LayersCapability=lowzoom<br><br><br>Layer.lowzoom.MaxZoom=11<br>Layer.lowzoom.Rules.8=osmarender/caption-z8.xml<br>
Layer.lowzoom.Rules.9=osmarender/caption-z9.xml<br>Layer.lowzoom.Rules.10=osmarender/caption-z10.xml<br>Layer.lowzoom.Rules.11=osmarender/caption-z11.xml<br><br>Layer.lowzoom.Prefix=caption<br>Layer.lowzoom.Preprocessor=<br>
Layer.lowzoom.RenderFullTileset=1<br><br>Layer.lowzoom.Transparent=1<br><br><br><br><div class="gmail_quote">On Sat, Feb 23, 2008 at 10:40 AM, Jocelyn Jaubert <<a href="mailto:jocelyn.jaubert@gmail.com">jocelyn.jaubert@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I'm doing some lowzoom rendering by running:<br>
./tilesGen.pl xy 133 93 8<br>
<br>
But the tile I generate are completely different than the other ones.<br>
In fact, it seems that I don't have the code to simplify the amount of<br>
printed town names.<br>
<br>
My client is up to date (revision 6954).<br>
<br>
Did I forgot something ?<br>
<br>
Thanks,<br>
Jocelyn<br>
<br>
_______________________________________________<br>
Tilesathome mailing list<br>
<a href="mailto:Tilesathome@openstreetmap.org">Tilesathome@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome" target="_blank">http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome</a><br>
</blockquote></div><br>