On Wed, Sep 24, 2008 at 3:58 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote:
> If I want to render the whole planet and I want to have a tile for > every mile of it, will ./generate_tiles.py work or I have to specify > some additional parameters? As Dave said, you will need to edit the file, and read the bit at the bottom. Before you do though, here's some stuff to calculate. Each zoom level is (2^z)*(2^z) tiles in size. So if you want all the tiles, for all the zoom levels, calculate how many tiles is (2^18)*(2^18), plus (2^17)*(2^17), plus all the others, and how long you think it will take to generate them, and how much disk space. Cheers, Andy *spoiler* - you might want to look more into mod_tile :-) _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

