Hello Ahmed,
The "0" and "16" in your call to render_tiles() are the min and max zoom level for your tile generation. Just change those values to "14" and "18" respectively. Note that these deep levels will require a lot of processing on a worldwide scale. Regards, Warren Vick Europa Technologies Ltd. http://www.europa.uk.com From: [email protected] [mailto:[email protected]] On Behalf Of ahmed soua Sent: 23 April 2009 14:38 To: [email protected] Subject: [Mapnik-users] How to choose he zoom of the tiles ? Hi all, I have succeeded to generate the tiles by Mapnik. My problem is that how to choose the size of the tiles ( I need to generate a tile that its zoom is 18 ) I have modified the file generate_tiles.py like this : render_tiles(bbox, mapfile, tile_dir, 0, 16, "World") minZoom = 14 maxZoom = 18 the problem is that i don't obtain tiles that have the zoom 18. Can you help me please. -- Le bonheur est comme l'écho : il vous répond : mais il ne vient pas.
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

