I am still stuck in rendering zoom level 8 to 16.<br>1. From postgres sql log, I can see if I modify the table name in osm.xml, it will prompt table not found. So, it seems like it able to connect to database. but I am stuck why it is not able to render any data from database. looks like its only get data from boundary.<br>
-----also in the postgres log file ------------------------------------------------------<br>%t LOG:  could not receive data from client: No connection could be made because the target machine actively refused it.    <br>
%t LOG:  unexpected EOF on client connection<br>------------------------------------------------------------------------------------------------<br><br>Do you guys know what is the problem? (it is in windows environment) (Iam able to run demo from the shape file just fine)<br>
- PostgreSQL 8.3 , postgis 1.3.5<br>- python 2.5<br>- mapnik 0.5.1<br><br>I try to figure it out, is it still the database problem not able to return the data or it is the osm.xml stylesheet that I need to troubleshoot.<br>
<br>thanks in advance<br><br><br><br><div class="gmail_quote">On Mon, Jan 26, 2009 at 12:15 PM, John3478 <span dir="ltr"><<a href="mailto:John3478@gmail.com">John3478@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I am able to generate tiles using "generate_tiles.py".<br>
<a href="http://svn.openstreetmap.org/applications/rendering/mapnik/generate_tiles.py" target="_blank">http://svn.openstreetmap.org/applications/rendering/mapnik/generate_tiles.py</a><br>
<br>
It did create tiles up to zoom level 7 but it did not create any more from 8<br>
to 16 (I am using the extracted california osm file from cloudmate.) Also,<br>
it did not print any road at all eventhough the database has road details<br>
<br>
My question is, is this below statement (from generate_tiles.py) supposed to<br>
print road detail? Or I need to add more statement to it<br>
<br>
--------- this what I try to create-----------------<br>
bbox = (-122.52862930297852, 37.81127577036112, -122.34237670898438,<br>
37.682190082863734)<br>
render_tiles(bbox, mapfile, tile_dir, 1, 16, "San Francisco")<br>
--------------------------------------------<br>
--<br>
View this message in context: <a href="http://www.nabble.com/Begginer-question%3A-Why-road-is-not-rendered-in-mapnik--tp21669227p21669227.html" target="_blank">http://www.nabble.com/Begginer-question%3A-Why-road-is-not-rendered-in-mapnik--tp21669227p21669227.html</a><br>

Sent from the OpenStreetMap - General mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk" target="_blank">http://lists.openstreetmap.org/listinfo/talk</a><br>
</blockquote></div><br>