<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Thanks Gerd, works as expected now!</p>
<p><br>
</p>
<p>I have adapted the rule in my polygon style:<br>
</p>
<p><span>highway=* & (area=yes | mkgmap:mp_created=true) [0x0e resolution 23]</span></p>
<p><br>
</p>
<p>Something like this could also be done for the default style (polygon):</p>
<p><br>
</p>
<p></p>
<div># squares and plazas<br>
highway=pedestrian & (area=yes | mkgmap:mp_created=true) [0x17 resolution 22]<br>
# other highways that have area=yes set must be parking lots<br>
highway=* & (area=yes | mkgmap:mp_created=true) [0x05 resolution 22]<br>
</div>
<br>
<p></p>
<p><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Van:</b> mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> namens Gerd Petermann <GPetermann_muenchen@hotmail.com><br>
<b>Verzonden:</b> zaterdag 7 januari 2017 04:32:52<br>
<b>Aan:</b> Development list for mkgmap<br>
<b>Onderwerp:</b> Re: [mkgmap-dev] multipolygon highway areas (like pedestrian)</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">See also this older thread:<br>
<a href="http://gis.19327.n8.nabble.com/problem-with-highways-as-multipolygons-td5843801.html#a5843867">http://gis.19327.n8.nabble.com/problem-with-highways-as-multipolygons-td5843801.html#a5843867</a><br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von Gerd Petermann <GPetermann_muenchen@hotmail.com><br>
Gesendet: Samstag, 7. Januar 2017 13:18:10<br>
An: Development list for mkgmap<br>
Betreff: Re: [mkgmap-dev] multipolygon highway areas (like pedestrian)<br>
<br>
I think you can check mkgmap:mp_created in the lines file.<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von lig fietser <ligfietser@hotmail.com><br>
Gesendet: Samstag, 7. Januar 2017 12:07:56<br>
An: mkgmap-dev<br>
Betreff: [mkgmap-dev] multipolygon highway areas (like pedestrian)<br>
<br>
Hi,<br>
<br>
I have noticed mkgmap does not recognize multipolygon pedestrian areas that are tagged without area=yes as polygons.<br>
<br>
Example: <a href="http://overpass-turbo.eu/s/l6k">http://overpass-turbo.eu/s/l6k</a><br>
<br>
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.<br>
<br>
<br>
I have tried to add this rule in the relation style file:<br>
<br>
type=multipolygon & highway=*<br>
{ apply<br>
  {<br>
    set area=yes<br>
  }<br>
}<br>
<br>
<br>
But this does not work, pedestrian highways are still rendered as line and not as area. Also a rule like highway=* & (type=multipolygon|area=yes) in my polygon style does not work. Any ideas?<br>
<br>
<br>
<br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
mkgmap-dev@lists.mkgmap.org.uk<br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
mkgmap-dev@lists.mkgmap.org.uk<br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</div>
</span></font>
</body>
</html>