<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"><<a href="mailto:weigelt.bernd@web.de" target="_blank">weigelt.bernd@web.de</a>></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>
'cuisine=french;sea food;...' This key/value pair will be ignored<br>
<br>
---<br>
cuisine~'.*;.*'<br>
{<br>
set cuisine='${cuisine|part:}';<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'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>
> Bernd, Is this the same as (in the line file)<br>
><br>
> amenity=restaurant & (cuisine=french | cuisine=sea food | cuisine=german |<br>
> cuisine=..... ) [0x01150 resolution 24]<br>
><br>
> 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>