On Jul 19, 2011, at 10:32 AM, pz wrote: > Martin, > > 'prefix':'planet_osm', # default osm2pgsql table prefix in generate_xml.py > > When I ran generate_xml.py originally it didn't generate a new osm.xml > > Is it possible this is causing issues with tile generation?
No, all generate_xml.py primarily does is help author a few files inside of inc/. The script is poorly named, which is my fault. It should be called 'setup_xml.py' or something like that. The idea is that you don't have to touch osm.xml at all, and the only files that need editing are in inc/. See the README for more details. > > Thanks, > > -Keith > > > > On Jul 19, 2011, at 12:01 PM, M∡rtin Koppenhoefer wrote: > >> 2011/7/19 pz <[email protected]>: >>> ERROR: relation "_polygon" does not exist >>> LINE 4: from _polygon >>> Sorting data and creating indexes for planet_osm_polygon >> >> >> looks as if you have to set the prefix in your generate tiles.py to >> the same as you used in your database import: "planet_osm" >> >> cheers, >> Martin >> > > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

