<div class="gmail_quote">2009/12/2 Richard Fairhurst <span dir="ltr"><<a href="mailto:richard@systemed.net">richard@systemed.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
</div>You shouldn't need to add :area for it to render. :area just means<br>
"only use this rule if the way is closed" (i.e. start and end points<br>
are the same).<br>
<br>
So you might do:<br>
<br>
    way [highway] [!junction] :area { fill-color: grey; }<br>
<br>
which would mean "fill it in grey if it's a highway area, unless the<br>
junction tag is set". (Because you don't want roundabouts to be filled!)<br>
</blockquote></div><br>AFAIK all highways require the area=yes-Tag to be set in order to be defined as an area, because there are other circular ways that are not roundabouts or junctions but still aren't areas. I wouldn't want those to be split just because otherwise they would be recognized as areas.<br>
<br>cheers,<br>Martin<br>