> What's the best way to sync Mapnik's osm.xml with osm2pgsql's First, this is really a question for OSM, not for mapnik. Mapnik is the rendering software. Both osm.xml and osm2pgsql are part of OSM, and only use the mapnik rendering software.
> default.style? I ask as I'm getting errors about a missing 'shops' > column when running: The shop column has been add months ago. I presume you're using a packaged osm2pgsql? The best way to move forward is to uninstall that and install from OSM svn. The alternative is to fetch just the default.style fil. > ./generate_xml.py osm.xml my_osm.xml --dbname gis --user postgres > --host '' --port 5432 --world_boundaries ./world_boundaries/ > --password '' Don't include my_osm.xml in there. It's not necessary, except for very special cases, where you want to place multiple copies of osm.xml in the same directory. And even in that case, you're better off using multiple directories. -- Lennard _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

