<div dir="ltr">I have re-read your posts and I think I am still confused about your statement<div><br></div><div>&quot;<span style="color:rgb(0,0,0);font-family:Arial;font-size:13.3333px">you can also club together POIs with different Icons to the same POI-List entry&quot;</span></div><div><span style="color:rgb(0,0,0);font-family:Arial;font-size:13.3333px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Arial;font-size:13.3333px">Again, what is a &#39;POI-list entry&#39; and how is this a benefit?</span></div><div><span style="color:rgb(0,0,0);font-family:Arial;font-size:13.3333px"><br></span></div><div><font color="#000000" face="Arial"><span style="font-size:13.3333px">I understand about specific store BRANDS and using unique POINTS and then use a GENERIC icon for the rest of the category.</span></font></div><div><font color="#000000" face="Arial"><span style="font-size:13.3333px"><br></span></font></div><div><font color="#000000" face="Arial"><span style="font-size:13.3333px">Greg</span></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 5, 2016 at 4:49 AM, Walter Schlögl <span dir="ltr">&lt;<a href="mailto:Walter.Schloegl-Resch@aon.at" target="_blank">Walter.Schloegl-Resch@aon.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div style="FONT-SIZE:10pt;FONT-FAMILY:&#39;Arial&#39;;COLOR:#000000">
<div>Hi Greg,</div>
<div> </div>
<div>here an example for supermarkets</div>
<div> </div>
<div>shop=supermarket &amp; (name~&#39;Hofer.*&#39;      | 
name~&#39;HOFER.*&#39;)    { set mkgmap_symbol=yes}    
[0x3501 resolution 23 continue with_actions]</div>
<div>shop=supermarket &amp; (name~&#39;Aldi.*&#39;       | 
name~&#39;ALDI.*&#39;)    { set mkgmap_symbol=yes}    
[0x3501 resolution 23 continue with_actions]</div>
<div>shop=supermarket &amp; (name~&#39;Lidl.*&#39;       | 
name~&#39;LIDL.*&#39;)    { set mkgmap_symbol=yes}    
[0x3502 resolution 23 continue with_actions]</div>
<div>...</div>
<div>shop=supermarket &amp; 
mkgmap_symbol!=yes                                
[0x3500 resolution 23 continue with_actions]</div>
<div>shop=supermarket                                        
[0x2E02 resolution 21] # POI</div>
<div> </div>
<div>There is one common symbol on 3500 and dedicated symbols on 3501 and 
above.</div>
<div>(Hofer and Aldi is the same supermarket with the same Logo but with 
different names in Austria and Germany)</div>
<div>If I find a dedicated name of the supermarket, I will show the 
corresponding symbol. (at the moment about 30 in my list)</div>
<div>All other supermarkets will get the common symbol.</div>
<div>And all of them will get additionally an unvisible POI (well, not totally 
unvisible but just 1 dot) for the POI-List</div>
<div>Since this 1 dot POI is placed at resolution 21, I can click on it also in 
lower zoom levels.</div>
<div> </div>
<div>I’m doing the same with amenity=fuel (more than 20), shop=car and many 
others.</div>
<div>My map has many dedicated symbols which makes it easier to find a POI at 
one short look even without using the search function.</div>
<div> </div>
<div>Walter</div>
<div> </div>
<div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:&quot;Calibri&quot;;FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
<div style="FONT:10pt tahoma">
<div><font face="Arial"></font> </div>
<div style="BACKGROUND:#f5f5f5">
<div><b>From:</b> <a title="gregcrago@gmail.com" href="mailto:gregcrago@gmail.com" target="_blank">greg crago</a> </div>
<div><b>Sent:</b> Friday, March 04, 2016 11:37 PM</div><span class="">
<div><b>To:</b> <a title="mkgmap-dev@lists.mkgmap.org.uk" href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">Development list for mkgmap</a> 
</div>
<div><b>Subject:</b> Re: [mkgmap-dev] Question about using different ROAD 
CLASS&#39;s andROAD SPEED&#39;s for one linetype.</div></span></div></div>
<div> </div></div>
<div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:&quot;Calibri&quot;;FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline"><div><div class="h5">
<div dir="ltr">I am still confused. 
<div>Can you explain it one more time and use an example.</div>
<div> </div>
<div>Greg</div></div>
<div class="gmail_extra">
<div> </div>
<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="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">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><font color="#888888"><br>Bernd<br></font></span><span><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>
  <div>_______________________________________________<br>mkgmap-dev 
  mailing list<br><a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">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>
<div> </div></div>
</div></div><p>
</p><hr><span class="">
_______________________________________________<br>mkgmap-dev mailing 
list<br><a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br><a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></span><p></p></div></div></div></div>
<br>_______________________________________________<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></blockquote></div><br></div>