I am able to generate tiles using "generate_tiles.py".
http://svn.openstreetmap.org/applications/rendering/mapnik/generate_tiles.py

It did create tiles up to zoom level 7 but it did not create any more from 8
to 16 (I am using the extracted california osm file from cloudmate.) Also,
it did not print any road at all eventhough the database has road details

My question is, is this below statement (from generate_tiles.py) supposed to
print road detail? Or I need to add more statement to it 

--------- this what I try to create-----------------
bbox = (-122.52862930297852, 37.81127577036112, -122.34237670898438,
37.682190082863734)  
render_tiles(bbox, mapfile, tile_dir, 1, 16, "San Francisco")
--------------------------------------------
-- 
View this message in context: 
http://www.nabble.com/Begginer-question%3A-Why-road-is-not-rendered-in-mapnik--tp21669227p21669227.html
Sent from the OpenStreetMap - General mailing list archive at Nabble.com.


_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk

Reply via email to