On Thu, 2009-11-26 at 01:51 +0100, Nop wrote: > Hi! > > Lennard schrieb: > > Jon should be able to tell you. The version you have, 0.66-16423, does > > sound a bit dated. Could you try updating osm2pgsql too? > > Actually, those are the latest Windows binaries to be found at the links > in the wiki.
I'll try to build an updated one some time > > The main mapnik layer is showing them, but it doesn't have various > > route-related columns in default.style, which you might have. > > I think I reconstructed what happened, but I still have no real idea on > how to solve it. > > Originally, the highway tag had the type "linear", so I guess osm2pgsql > put all highways into the lines table. > > Recently I added a rule for highway=pedestrian_area. So now the entry > changed to type 'polygon' and I assume that this made osm2pgsql put all > closed ways into the polygon table. That would be the cause. Can you share the line(s) you changed? > Just how can I make osm2pgsql distinguish between real areas and closed > linear ways when they are using different values of the same tag? The short answer is that it is not currently possible to do exactly what you ask. Everything should work fine if you: - leave highway set as linear - add the area=yes tag to your pedestrian areas. This is already documented as the recommended tagging on the wiki: http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian The area=yes tag will trigger osm2pgsql to emit this closed way as a polygon. > bye > Nop > _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

