<div class="gmail_quote">On Wed, Jul 22, 2009 at 8:48 PM, Ævar Arnfjörð Bjarmason <span dir="ltr"><<a href="mailto:avarab@gmail.com">avarab@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Jul 22, 2009 at 7:08 PM, Mikel Maron<<a href="mailto:mikel_maron@yahoo.com">mikel_maron@yahoo.com</a>> wrote:<br>
>> The rest are now up at <a href="http://cassini.toolserver.org/tile-browse/" target="_blank">http://cassini.toolserver.org/tile-browse/</a><br>
><br>
> These are great!!<br>
> (though I think we may just have crashed your renderd with loads of<br>
> requests)<br>
<br>
</div>That was part of the plan:) Let's see how it does with added caching though.<br>
<div class="im"><br>
> I realize this is just a proof of concept, but is this generally your plan<br>
> right now,<br>
> to generate tile sets for every language, with caching?<br>
<br>
</div>Yes but on-demand as they're added to pages on Wikimedia projects with<br>
the Slippy Map extension. We're not aiming for having a general<br>
purpose google-maps-alike in 279 languages but rather just a way for<br>
users to embed maps into articles in their language.<br>
<br>
Those articles will each have their own peephole view of the planet so<br>
hopefully we won't have to generate a huge amount of static maps /<br>
tiles for each language.<br>
<div class="im"><br>
> Since the underlying geometries are the same for all tiles, and only the<br>
> text changes,<br>
> one thought has been to decouple these into different tile sets (geoms and<br>
> various localised text tiles),<br>
> which are then combined on the server before pushing out, or on the client<br>
> in OL.<br>
<br>
</div>Yeah a basemap + text would be neat. But I couldn't find a way to do<br>
it so I thought I'd try the brute-force way first and see how it<br>
works.<br>
<div class="im"></div></blockquote><div><br>Tiles@Home uses this technique of a basemap with no captions and a text layer  for lowzoom tiles (z1 through z6) .  Currently they are combined on the server to create a composite image using some GD library I think.  This seems to works very well and avoids duplicating the most compute intensive part of generating a map tile.<br>
<br>Etienne<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
> This would reduce space requirements, and load on the database.<br>
> Not sure how much more cost it is to overlay the text on geom tiles, on the<br>
> server,<br>
> but there are possibly clever ways to make this efficient.<br>
><br>
> There's a need for this on <a href="http://osm.org" target="_blank">osm.org</a> itself. If an efficient way to localise<br>
> tiles can be found<br>
> through your work on wikipedia, it's all very good!<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk" target="_blank">http://lists.openstreetmap.org/listinfo/talk</a><br>
</div></div></blockquote></div><br>