JRA
(Jukka Rahkonen)
7
I too guess that it is something related to database. What is good is that you are getting something out, it means that the system is running OK. If you haven’t changed anything in generate_tiles.py then I suggest you to check:
-
What projection option you have used when loading OSM data into PostGIS. If wrong option has been used then the Mapnik queries are hitting to wrong place, no data are found and map remains empty.
-
That the PostGIS connection parameters in osm.xml file suit your database. I guess you must edited those already because you seem to get administrative boundaries out from the database just fine.
postgis
localhost
5432
Test
postgis
false
(select * from uk_line where "power"='line' order by z_order) as power
-20037508,-19929239,20037508,19929239