Hi all,


I think the following lines shoud be added to the lines rules to make sure that

these ways are not used for routing. For many of them I've tried to convince

the mappers to find better tags, but without success so far.

Some are part of proposals.


# Remove highway tag from ways which are not suitable for routing
highway=traffic_signals | highway=junction | highway=island | highway=centre_line | highway=traffic_island  {delete highway}
highway=piste | highway=ski {delete highway}
highway=no | highway=none {delete highway}


If I hear no complains I'll commit this patch on Monday.


Gerd