On Thu, 2011-08-04 at 12:42 +0200, Dom L wrote: > I checked the database, and there is nothing like "addr:housename", > just > addr:flats | text | > addr:housenumber | text | > addr:interpolation | text | > > Any ideas what is meant by "addr:housename"? > I suspect you used an old version of the osm2pgsql default.style when you imported the OSM data into the database. The latest file lists addr:housename as one of the columns it will create:
http://trac.openstreetmap.org/browser/applications/utils/export/osm2pgsql/default.style The best thing to do is to download this file & re-import the OSM data with osm2pgsql. Alternatively you can remove the layers which reference these missing columns in the osm.xml, either manually or by downloading an older version of the file. Jon _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

