Hi,
in OSM-data there are several objects having something like disused=yes or abandonned=yes. It's pretty hard and confusing to add disused!=yes and so on to each object in style-file. So I thought about another possibility to get rid of these objects.

It would be very easy if it would be possible to stop style-processing of actual object, if it matches one rule. E.g.

disused=yes { stop-processing() }

Would something like this be useful at all, or am I the only one? Or is there already a workaround?

Henning