<font size=2 face="Arial">Hi,</font>
<br>
<br><font size=2 face="Arial">with a old mkgmap version (mkgmap-r4286)
i use a rule like that (i use my own classification for polygons):</font>
<br>
<br><font size=2 face="Arial">area_building=""    
           { name '${addr:housenumber}' }
                  [0x01 level
1]</font>
<br><font size=2 face="Arial">area_building=*        
        { name '${area_building}' }      
               [0x01 level 2]</font>
<br>
<br><font size=2 face="Arial">If in the OSM-file a line like that</font>
<br>
<br><font size=2 face="Arial">    <tag k='area_building' v='my
home' /></font>
<br>
<br><font size=2 face="Arial">it matches and in the map i have a polygon
with type 0x01 and the name 'my home'.</font>
<br><font size=2 face="Arial">The line</font>
<br>
<br><font size=2 face="Arial">    <tag k='area_building' v=''
/></font>
<br>
<br><font size=2 face="Arial">it matches and in the map i have a polygon
with type 0x01 and the housenumber or nothing as name.</font>
<br>
<br><font size=2 face="Arial">With the actual mkgmap version (mkgmap-r4562)
this not work. With v='' i have no match. Is this a error or a feature
;) . How can i match this?</font>
<br>
<br>
<br><font size=2 face="Arial">With best regards</font>
<br><font size=2 face="Arial">Frank Stinner</font>