<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Multiple tags seem to occur more frequently in OSM , particularly
      in polygons and to a lesser extent in lines. Luxembourg is a good
      example.<br>
    </p>
    <p>I've had to adapt my style to ensure woods were plotted when
      combined with another tag.<br>
    </p>
    <p>ie</p>
    <p><b>Polygons</b><br>
    </p>
    <p>combining natural , landuse , leisure etc<br>
    </p>
    <p>natural=wood & landuse=grass</p>
    <p>leisure & natural / landuse</p>
    <p>leisure=nature_reserve and landuse=forest</p>
    <p><b>Lines</b></p>
    <p>waterway=stream & boundary=administrative</p>
    <p>I'm not sure how the default style deals with thisĀ  and perhaps
      it doesn't matter.</p>
    <p>regards</p>
    <p>Nick<br>
    </p>
    <div class="moz-cite-prefix">On 03/03/2020 08:12, Ticker Berkin
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1583223166.5823.8.camel@jagit.co.uk">
      <pre class="moz-quote-pre" wrap="">Hi all

It relatively easy for a style to generate multiple POI for the same
point, in this case one "Fast Food" and one "Bagel/Donut".

The default style doesn't do this, but it makes a choice about which is
shown in this and similar cases, carefully commented to show how to get
the other:

# Have the following 2 lines here rather than after cuisine=... so
that, for amenity=fast_food, cuisine is ignored
amenity=fast_food & cuisine=* {add name='${cuisine|subst:"_=> "}'}
    [0x2a07 resolution 24]
amenity=fast_food [0x2a07 resolution 24]

...

cuisine=bagel | cuisine=donut
    [0x2a0d resolution 24]

...

Have the following 2 lines here rather than before cuisine=... so that,
for amenity=fast_food, cuisine is respected
#amenity=fast_food & cuisine=* {add name='${cuisine|subst:"_=> "}'}
    [0x2a07 resolution 24]
#amenity=fast_food [0x2a07 resolution 24]

Ticker


_______________________________________________
mkgmap-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a>
<a class="moz-txt-link-freetext" href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a>
</pre>
    </blockquote>
  </body>
</html>