Hi, Christian H. Bruhn wrote: > It seems that it worked after a long while trying. I can render images > and tiles with data from the database. But not everything will show up > on the map, e.g landuse=residential or landuse=forest will not be > rendered.
Are you sure they are in your database? select count(*) from planet_osm_polygon where landuse='forest'; If this gives you 0, then maybe your osm2pgsql import rules need updating. Bye Frederik _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

