>
> It has worked fine for me in the past. Have you got all the shapefiles
> downloaded and referenced correctly?
>
> Try turning off all except maybe 1 or 2 of the layers and see if this
> helps it get past zoom 8.
>
> I notice that the "builtup" layer/style starts to appear at zoom 8+.
> Maybe you have the path to this shapefile wrong?
>
>        Jon
>
> Thanks at least, I know someone use it to generate road

When debugging, I tried to change the code by adding one to the range of the
y loop, it generate road for the one level down. ""for y in
range(int(px0[1]/256.0),int(px1[1]/256.0)+2)". but did not generate image
after zoom level 12+

http://img502.imageshack.us/img502/7779/792kz0.png  => roads renders after
adding additional range to the for loop statement.
http://img206.imageshack.us/img206/5619/failedhb9.jpg

http://www.scribd.com/doc/11529328/Osm => my osm.xml file

Good idea to try turning off the layer. I did trying to turn off all layer,
some layer, (this without adding the one to the range of y loop - in other
word using the original generate_tiles), it still did not render past zoom
8+

Also, I try to change "<Layer name="places" status="on" srs="+proj=longlat
+ellps=GRS80 +datum=NAD83 +no_defs">"
to
<Layer name="places" status="on" srs="+proj=merc +a=6378137 +b=6378137
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null
+no_defs +over">
because some one suggested, it also does not work.

I think since every body also use the same generate_tile, so most likely as
you said the problem is not in generate_tile. So, I still have the option to
try to import the whole planet file instead of by one state only and also
double check the path to the shape files (which seems correct)
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to