<div dir="ltr">I am still confused.<div>Can you explain it one more time and use an example.</div><div><br></div><div>Greg</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 4, 2016 at 11:13 AM, Bernd Weigelt <span dir="ltr">&lt;<a href="mailto:weigelt.bernd@web.de" target="_blank">weigelt.bernd@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Greg<br>
<br>
No, this line catches only cuisine=french *or* cuisine=sea food, not<br>
&#39;cuisine=french;sea food;...&#39; This key/value pair will be ignored<br>
<br>
---<br>
cuisine~&#39;.*;.*&#39;<br>
                {<br>
                set cuisine=&#39;${cuisine|part:}&#39;;<br>
                }<br>
<br>
This rule helps, to use the first part in the POIs, but all other will be<br>
ignored, too. Have it in my filter file.<br>
<br>
My example in my first answer is not really good, because the rule has to be<br>
executed in a loop until the last value, but i think MKGMAP didn&#39;t do this<br>
<span class="HOEnZb"><font color="#888888"><br>
Bernd<br>
</font></span><span class="im HOEnZb"><br>
Am Freitag, 4. März 2016, 10:01:52 CET schrieb greg crago:<br>
&gt; Bernd, Is this the same as (in the line file)<br>
&gt;<br>
&gt; amenity=restaurant &amp; (cuisine=french | cuisine=sea food | cuisine=german |<br>
&gt; cuisine=..... ) [0x01150 resolution 24]<br>
&gt;<br>
&gt; Greg<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</div></div></blockquote></div><br></div>