On 12-8-2010 23:49, thomas laureyssens wrote:
I remember having a RuntimeError: PSQL error:
ERROR:  column "shop" does not exist
But i got rid of it by removing the amenities layer in one of the inc files.
It might mean something though...

Do you have an idea what I could try?

You could uninstall the packaged osm2pgsql and fetch and compile the most recent one from http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/ . This is the recommended route when dealing with the current osm.xml stylesheet.

At the very least, fetch the default.style from there, and run the import again, using -S to point to that newer default.style file (not the dir it's in). That will put the shop column into your database. Then try your render again.

Coastlines are rendered from the shapefiles. So if you have only coastlines and no other landuse/road/labels in your rendered images, something prevents generate_xml.py from reading the sql data.

--
Lennard
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to