On 6 Feb 2008, at 16:23, Ben Laenen wrote: > On Wednesday 06 February 2008, Chris Jones wrote: >> For mapnik see http://wiki.openstreetmap.org/index.php/Mapnik >> >> For sections of the planet see >> http://wiki.openstreetmap.org/index.php/Planet.osm#Extracts > > Thanks, it was also possible by just downloading an area with JOSM. > > Anyway, my Mapnik installation refuses to render things like parks, > cemeteries, woods, landuse areas etc. i.e. no polygons show up, except > for water which is rendered nicely like everything else on the map. > Does anyone know what could be the problem? I have absolutely no idea > what could be wrong, and I'm just using the osm-template.xml file from > svn...
Ben, First thing to check if you have parks,woods etc in postgresql. try: select count(1) from planet_osm_polygons where "natural" = 'wood' ; or similar > > Greetings > Ben Artem > > _______________________________________________ > talk mailing list > [email protected] > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

