On Fri, Jul 2, 2010 at 2:42 AM, Roy Wallace <[email protected]> wrote: > Say you have two connected ways: > > name=Foo Street > lanes=2 > > and > > name=Foo Street > lanes=4 > > You don't want to "join these ways" with osm2pgsql before rendering, > because you want to render them differently. You probably do, however, > want them to share a name label. Right?
Yes, this is the issue at hand. For some properties (most often names, but also things like shields) you want to join just that property into a longer linestring. I would suggest this is done in osm2pgsql, but as yet I haven't figured out a good approach. I think it might involve a bit of rethinking the way that osm2pgsql works. Cheers, Andy _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

