How do you make a style that depends on two attributes? Eg, highway=residential *and* cycleway=lane?
I know that this works:
way[highway=residentia] { ... }
way[cycleway=lane] { ... }
And the two will be combined, if that makes sense. But how do you make the
style depend on that specific combination?
Steve
_______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

