How do you make a style that depends on two attributes? Eg, highway=residential *and* cycleway=lane? <br><br>I know that this works:<br><br>way[highway=residentia] { ... }<br>way[cycleway=lane] { ... }<br><br>And the two will be combined, if that makes sense. But how do you make the style depend on that specific combination?<br>
<br>Steve<br>