<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p>I have noticed mkgmap does not recognize multipolygon pedestrian areas that are tagged without area=yes as polygons.
<br>
</p>
<p>Example: <a href="http://overpass-turbo.eu/s/l6k" class="OWAAutoLink" id="LPlnk350774">
http://overpass-turbo.eu/s/l6k</a><br>
</p>
<p>Area=yes is I think not needed if it is a mulitpoygon, so I want to add this in my style (or maybe mkgmap should automatically recognize this) but how? I cant figure this out.</p>
<p><br>
</p>
<p>I have tried to add this rule in the relation style file:</p>
<p></p>
<div>type=multipolygon & highway=*<br>
{ apply<br>
  {<br>
    set area=yes<br>
  }<br>
}</div>
<p></p>
<p><br>
</p>
<p>But this does not work, pedestrian highways are still rendered as line and not as area.
<span>Also a rule like highway=*</span> & <span>(type=multipolygon</span>|area=yes) in my polygon style does not work. Any ideas?<br>
</p>
<p><br>
</p>
<p><br>
</p>
</div>
</body>
</html>