On Fri, 2009-05-08 at 18:56 -0700, Sam Mor wrote: > how do we generate the images of the world wide map witj the all > level of zoom,.. > then what do we have to change in generate_tiles.py > > bbox = (-180.0,-90.0, 180.0,90.0) > > render_tiles(bbox, mapfile, tile_dir, 0, 5, "World")
Change the "5" above to "17" would do it. But chances are that you don't want to pre-build every tile for every location. That would be a lot of empty ocean tiles. You'll be rendering for a long time. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

