What's the best way to sync Mapnik's osm.xml with osm2pgsql's default.style? I ask as I'm getting errors about a missing 'shops' column when running: ./generate_xml.py osm.xml my_osm.xml --dbname gis --user postgres --host '' --port 5432 --world_boundaries ./world_boundaries/ --password ''
I just did a fresh Mapnik instal on ubuntu Lucid, following instructions at: http://trac.mapnik.org/wiki/UbuntuInstallation (from source route) I then installed a couple unzip libraries, downloaded additional world boundaries files, mapnik-tools, made some minor postgresql account tweaks to 'trust' me, imported some colorado osm data, then ran generate_xml.py. I may have skipped a step or two there, but that gives the idea. Do I need an older or more recent version of mapnik-tools? Do I need to make a change to osm2pgsql? If I make a change to osm2pgsql, do I need to re-import the osm data (that question may be out of scope of this topic).? I appreciate your thoughts. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

