On Fri, Jul 4, 2008 at 3:24 AM, spaetz <<a href="mailto:osm@sspaeth.de">osm@sspaeth.de</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Jul 03, 2008 at 02:49:24PM -0500, Ian Dees wrote:<br>
> What are the tilesGen.pl modifications? I've been working on a similar<br>
> thing, but for Google AppEngine (also in Python).<br>
<br>
</div>Ahh. as I do it in django, we seem to be basically doing the same thing :-). oops.. Join forces?</blockquote></div><br>Sounds good to me. One limitation with AppEngine is that you can't zip/unzip tilesets, so the client needs to be modified more extensively to upload individual tiles or the whole tilestrips. I like your implementation better so far :)<br>