<div dir="ltr"><div>Yes, that's confusing to me. I included those snippets to illustrate what I am currently using — maybe you can explain to me stepwise how those boundaries get rendered?<br></div><div><br></div><div>Is there code inside mkgmap that interprets such directives and applies tags to the outer ways of relations? If there is then I assume the same can be done for those inners. And you would be the one who can best answer that question. <br></div><div><br></div><div>Thanks for taking the time to explain.</div><div><br></div><div>Dave<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 8, 2018 at 5:03 PM Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Dave,<br>
<br>
in the relations rule you set mkgmap:boundary_name but in the lines rule you don't use that.<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>> im Auftrag von Dave Swarthout <<a href="mailto:daveswarthout@gmail.com" target="_blank">daveswarthout@gmail.com</a>><br>
Gesendet: Samstag, 8. Dezember 2018 03:18<br>
An: Development list for mkgmap<br>
Betreff: [mkgmap-dev] How can I force the inners of a boundary relation to      display?<br>
<br>
Hi,<br>
<br>
I've been adding large Alaskan National Wildlife Refuges to OSM. The boundaries weren't displaying so I added a directive in my relations file modeled after the administrative boundary code in the default style that adds a name to protected areas like so:<br>
<br>
(type=boundary | type=multipolygon) & boundary=protected_area & name=*<br>
{ apply<br>
  {<br>
    set mkgmap:boundary_name='$(mkgmap:boundary_name)/${name}' | '${name}';<br>
  }<br>
}<br>
<br>
Then in my lines file I included a line style defined as: boundary=nature_reserve | boundary=protected_area [0x10e12 resolution 19].<br>
<br>
This works well but the lines bounding the inner areas of these relations do not render. How can I make them display?<br>
<br>
Many thanks<br>
<br>
Dave<br>
<br>
--<br>
Dave Swarthout<br>
Homer, Alaska<br>
Chiang Mai, Thailand<br>
Travel Blog at <a href="http://dswarthout.blogspot.com" rel="noreferrer" target="_blank">http://dswarthout.blogspot.com</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Dave Swarthout<br>Homer, Alaska<br>Chiang Mai, Thailand<br>Travel Blog at <a href="http://dswarthout.blogspot.com" target="_blank">http://dswarthout.blogspot.com</a></div></div>