<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello everybody!<br/>
&nbsp;<br/>
I&#39;ve attached a patch that supports processing of place polygons in precompiled bounds and using of this information in the style file. See my earlier message: <a href="http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2015q1/022619.html" target="_blank">http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2015q1/022619.html</a>.<br/>
You can use it like following (as example):<br/>
&nbsp;<br/>
# Russia<br/>
mkgmap:country=RUS &amp; mkgmap:city!=* &amp; mkgmap:admin_level8=* { set mkgmap:city=&#39;&#36;{mkgmap:admin_level8}&#39; }<br/>
mkgmap:country=RUS &amp; mkgmap:city!=* &amp; (mkgmap:place=city &#124; mkgmap:place=town) { set mkgmap:city=&#39;&#36;{mkgmap:place_name}&#39; }<br/>
mkgmap:country=RUS &amp; mkgmap:city!=* &amp; mkgmap:admin_level6=* { set mkgmap:city=&#39;&#36;{mkgmap:admin_level6}&#39; }<br/>
&nbsp;<br/>
To get this working, you have to create your own set of precompiled bounds with additional rule &quot;type=multipolygon and place= and name=&quot; for osmfilter and a run of BoundaryPreprocessor to set the variables mkgmap:place (attribute &#39;place&#39; from the multipolygon) and mkgmap:place_name (attribute &#39;name&#39; from the multipolygon).</div>

<div>&nbsp;</div>

<div>Cheers!</div>

<div>Max</div></div></body></html>