<div dir="ltr"><div><br></div><span style="font-size:16px">Presumably you copied and pasted text from your style file. If that;s so, w</span>hat about this line:<div><br></div><div><span style="font-size:16px">amenity=fast_food & name ~ '.*KFC.*'               {set mkgmap_symbol=ye;} [0x6006 resolution 24 continue]</span><br></div><div><span style="font-size:16px"><br></span></div><div><span style="font-size:16px">Note the "=ye;"</span></div><div><span style="font-size:16px"><br></span></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 11, 2016 at 1:08 AM, Walter Schlögl <span dir="ltr"><<a href="mailto:Walter.Schloegl-Resch@aon.at" target="_blank">Walter.Schloegl-Resch@aon.at</a>></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:'Arial';COLOR:#000000">
<div>Greg,</div>
<div>I can still not find any error in your code, no idea, why it’s not 
working.</div>
<div>Walter</div>
<div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
<div style="FONT:10pt tahoma">
<div> </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> Wednesday, March 09, 2016 7:28 PM</div><div><div class="h5">
<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's andROAD SPEED's for one linetype.</div></div></div></div></div>
<div> </div></div><div><div class="h5">
<div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
<div dir="ltr">Walter I tried again, and STILL get my CUSTOM ICONS and GENERIC 
ICONS drawn on top of each other. 
<div>This time I am initializing the variable mkgmap_symbol=no 
<div> </div>
<div> </div>
<div>
<div>amenity=fast_food { set mkgmap_symbol=no }</div>
<div>amenity=fast_food & cuisine=grill [0x2a03 resolution 24]</div>
<div>amenity=fast_food & name ~ 
'.*[Aa]rby.*'           {set 
mkgmap_symbol=yes} [0x6017 resolution 24 continue]</div>
<div>amenity=fast_food & name ~ '.*[Bb]urger [Kk]ing.*' {set 
mkgmap_symbol=yes} [0x6016 resolution 24 continue]</div>
<div>amenity=fast_food & name ~ 
'.*[Dd]onald.*'         {set 
mkgmap_symbol=yes} [0x6007 resolution 24 continue]</div>
<div>amenity=fast_food & name ~ 
'.*[Dd]omino.*'         {set 
mkgmap_symbol=yes} [0x6011 resolution 24 continue]<br></div>
<div>amenity=fast_food & name ~ 
'.*KFC.*'               
{set mkgmap_symbol=ye;} [0x6006 resolution 24 continue]</div>
<div>amenity=fast_food & name ~ '.*[Pp]izza [Hh]ut.*'   {set 
mkgmap_symbol=yes} [0x6004 resolution 24 continue]</div>
<div>amenity=fast_food & name ~ 
'.*[Ss]ubway.*'         {set 
mkgmap_symbol=yes} [0x600F resolution 24 continue]</div>
<div>amenity=fast_food & name ~ '.*[Tt]aco [Bb]ell.*'   {set 
mkgmap_symbol=yes} [0x6008 resolution 24 continue]</div>
<div>amenity=fast_food & name ~ 
'.*[Ww]endy.*'          {set 
mkgmap_symbol=yes} [0x6005 resolution 24 continue]</div>
<div>amenity=fast_food & mkgmap_symbol!=yes { name '${name}'} [0x6012 
resolution 24 continue]</div>
<div>amenity=fast_food [0x2a07 resolution 24]</div></div></div>
<div> </div>
<div>Do I have a syntax error?</div>
<div> </div>
<div>Greg</div></div>
<div class="gmail_extra">
<div> </div>
<div class="gmail_quote">On Tue, Mar 8, 2016 at 11:07 PM, greg crago <span dir="ltr"><<a href="mailto:gregcrago@gmail.com" target="_blank">gregcrago@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
  <div dir="ltr">Walter, I am getting both my CUSTOM Fast Food Symbols and my 
  GENERIC fast Food symbols drawn on top of each other. 
  <div> </div>
  <div>Here is my fast food section in my POINT file:</div>
  <div> </div>
  <div>
  <div>amenity=fast_food & name ~ 
  '.*[Aa]rby.*'           {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6017 resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ '.*[Bb]urger [Kk]ing.*' {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6016 resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ 
  '.*[Dd]onald.*'         {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6007 resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ 
  '.*[Dd]omino.*'         {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6011 resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ 
  '.*KFC.*'               
  {set mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6006 resolution 
  24 continue]</div>
  <div>amenity=fast_food & name ~ '.*[Pp]izza [Hh]ut.*'   {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6004 resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ 
  '.*[Ss]ubway.*'         {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x600F resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ '.*[Tt]aco [Bb]ell.*'   {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6008 resolution 24 
  continue]</div>
  <div>amenity=fast_food & name ~ 
  '.*[Ww]endy.*'          {set 
  mkgmap:label:1=' '; set mkgmap_fast_food_symbol=yes} [0x6005 resolution 24 
  continue]</div>
  <div>amenity=fast_food & mkgmap_fast_food_symbol!=yes { name '${name}'} 
  [0x6012 resolution 24 continue]</div>
  <div>amenity=fast_food [0x2a07 resolution 24]</div></div>
  <div> </div>
  <div>0x6012 is my Generic Fast Food icon</div>
  <div>0x2a07 is my INVISIBLE fast food icon for POI searchability</div>
  <div> </div>
  <div>Can I add a variable "mkgmap_fast_food_symbol=yes" and test it 
  later?</div>
  <div> </div>
  <div>I am using similar variables for my other categories (fuel [set 
  mkgmap_fuel_symbol=yes] , restaurants 
  [mkgmap_restaurant_symbol=yes])</div><span><font color="#888888">
  <div> </div>
  <div>Greg</div></font></span></div>
  <div>
  <div>
  <div class="gmail_extra">
  <div> </div>
  <div class="gmail_quote">On Sun, Mar 6, 2016 at 4:29 PM, greg crago <span dir="ltr"><<a href="mailto:gregcrago@gmail.com" target="_blank">gregcrago@gmail.com</a>></span> wrote:<br>
  <blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
    <div dir="ltr">I have not tested POI search capability on my GPS and I suspect 
    "NO" I do not think it will work without CONTINUE. 
    <div> </div>
    <div>I added <span style="FONT-SIZE:medium;FONT-FAMILY:calibri;COLOR:rgb(0,0,0)"> </span><span style="FONT-SIZE:medium;FONT-FAMILY:calibri;COLOR:rgb(0,0,0)">mkgmap:label:1=' 
    ', because I did not want the NAME obscuring the ICON symbol so I blanked 
    out the name</span></div><span><font color="#888888">
    <div><span style="FONT-SIZE:medium;FONT-FAMILY:calibri;COLOR:rgb(0,0,0)"><br></span></div>
    <div><span style="FONT-SIZE:medium;FONT-FAMILY:calibri;COLOR:rgb(0,0,0)">Greg</span></div></font></span></div>
    <div>
    <div>
    <div class="gmail_extra">
    <div> </div>
    <div class="gmail_quote">On Sun, Mar 6, 2016 at 10:17 AM, Walter Schlögl <span dir="ltr"><<a href="mailto:Walter.Schloegl-Resch@aon.at" target="_blank">Walter.Schloegl-Resch@aon.at</a>></span> wrote:<br>
    <blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
      <div dir="ltr">
      <div dir="ltr">
      <div style="FONT-SIZE:10pt;FONT-FAMILY:'Arial';COLOR:#000000">
      <div>Hi Greg,</div>
      <div> </div>
      <div>in my code it is working with <font face="Calibri"><font style="FONT-SIZE:12pt">CONTINUE as well as with 
      CONTINUE_WITH_ACTIONS</font></font></div>
      <div><font size="3" face="Calibri">but it is not working without 
      CONTINUE.</font></div>
      <div><font size="3" face="Calibri"></font> </div>
      <div><font size="3" face="Calibri">I am using CONTINUE only if I need the 
      function CONTINUE without actions, which is very seldom.</font></div>
      <div><font size="3" face="Calibri"></font> </div>
      <div><font size="3" face="Calibri">Is this code working in your script without 
      any CONTINUE?</font></div>
      <div><font size="3" face="Calibri">If yes, then I do not understand 
      why.</font></div>
      <div><font size="3" face="Calibri">What is {set mkgmap:label:1=' '} 
      doing?</font></div>
      <div><font size="3" face="Calibri"></font> </div>
      <div><font size="3" face="Calibri">Walter</font></div>
      <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
      <div style="FONT:10pt tahoma">
      <div> </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> Sunday, March 06, 2016 4:12 PM</div>
      <div>
      <div>
      <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's andROAD SPEED's for one linetype.</div></div></div></div></div>
      <div> </div></div>
      <div>
      <div>
      <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
      <div dir="ltr">If I have a list of custom FUEL icons in my line file: 
      <div> </div>
      <div>
      <div>amenity=fuel & (name ~ '.*[Bb][Pp].*' | brand ~ 
      '.*[Bb][Pp].*')        {set 
      mkgmap:label:1=' '} [0x6018 resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Cc]itgo.*' | brand ~ 
      '.*[Cc]itgo.*')        {set 
      mkgmap:label:1=' '} [0x600b resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Ee]xxon.*' | brand ~ 
      '.*[Ee]xxon.*')        {set 
      mkgmap:label:1=' '} [0x600a resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Kk]roger.*' | brand ~ 
      '.*[Kk]roger.*')      {set mkgmap:label:1=' '} 
      [0x6003 resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Mm]arathon.*' | brand ~ 
      '.*[Mm]arathon.*')  {set mkgmap:label:1=' '} [0x6009 resolution 
      24]</div>
      <div>amenity=fuel & (name ~ '.*[Mm]obil.*' | brand ~ 
      '.*[Mm]obil.*')        {set 
      mkgmap:label:1=' '} [0x6001 resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Ss]hell.*' | brand ~ 
      '.*[Ss]hell.*')        {set 
      mkgmap:label:1=' '} [0x6000 resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Ss]peedway.*' | brand ~ 
      '.*[Ss]peedway.*')  {set mkgmap:label:1=' '} [0x6002 resolution 
      24]</div>
      <div>amenity=fuel & (name ~ '.*[Ss]unoco.*' | brand ~ 
      '.*[Ss]unoco.*')      {set mkgmap:label:1=' '} 
      [0x600d resolution 24]</div>
      <div>amenity=fuel & (name ~ '.*[Vv]alero.*' | brand ~ 
      '.*[Vv]alero.*')      {set mkgmap:label:1=' '} 
      [0x600c resolution 24]</div>
      <div>amenity=fuel {name '$(name)'} [0x2f01 resolution 24]</div></div>
      <div> </div>
      <div>You are telling me that these will NOT be found in a FUEL SEARCH 
      (0x2f01) on the GPS because I do not have 'continue_with_actions' at the 
      end of each action?</div>
      <div> </div>
      <div>Do I have to add CONTINUE_WITH_ACTIONS or could I just use 
      CONTINUE?</div>
      <div> </div>
      <div>If this is correct, this is why you define 0x2f01 as INVISIBLE, but 
      is necessary in order to preform a POI SEARCH?</div>
      <div> </div>
      <div>Greg</div>
      <div> </div>
      <div> </div></div>
      <div class="gmail_extra">
      <div> </div>
      <div class="gmail_quote">On Sun, Mar 6, 2016 at 5:03 AM, Walter Schlögl 
      <span dir="ltr"><<a href="mailto:Walter.Schloegl-Resch@aon.at" target="_blank">Walter.Schloegl-Resch@aon.at</a>></span> wrote:<br>
      <blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
        <div dir="ltr">
        <div dir="ltr">
        <div style="FONT-SIZE:10pt;FONT-FAMILY:'Arial';COLOR:#000000">
        <div>Hi Greg,</div>
        <div> </div>
        <div>all supermarkets are found in the POI list if you give supermarket 
        the POI Nr 2E02.</div>
        <div>shop=books is the POI Nr 2E03, shop=mall is POI Nr 2E04 and so 
        on.</div>
        <div> </div>
        <div>So usually all supermarkets would have the same Icon also, </div>
        <div>but with the solution shown below you can give different 
        supermarkets different icons.</div>
        <div> </div>
        <div>If you would just map all Aldi-supermarkets to 3501 without 
        continue </div>
        <div>it would get the correct icon, but not found any longer in the 
        search list.</div>
        <div> </div>
        <div>Do you use this feature on your Garmin device, to search for Point 
        of interests?</div>
        <div> </div>
        <div>Walter</div>
        <div> </div>
        <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
        <div style="FONT:10pt tahoma">
        <div> </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> Saturday, March 05, 2016 10:53 PM</div>
        <div>
        <div>
        <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's andROAD SPEED's for one 
        linetype.</div></div></div></div></div>
        <div> </div></div>
        <div>
        <div>
        <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
        <div dir="ltr">I have re-read your posts and I think I am still confused 
        about your statement 
        <div> </div>
        <div>"<span style="FONT-SIZE:13px;FONT-FAMILY:arial;COLOR:rgb(0,0,0)">you can 
        also club together POIs with different Icons to the same POI-List 
        entry"</span></div>
        <div><span style="FONT-SIZE:13px;FONT-FAMILY:arial;COLOR:rgb(0,0,0)"><br></span></div>
        <div><span style="FONT-SIZE:13px;FONT-FAMILY:arial;COLOR:rgb(0,0,0)">Again, 
        what is a 'POI-list entry' and how is this a benefit?</span></div>
        <div><span style="FONT-SIZE:13px;FONT-FAMILY:arial;COLOR:rgb(0,0,0)"><br></span></div>
        <div><font color="#000000" face="Arial"><span style="FONT-SIZE:13px">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:13px"><br></span></font></div>
        <div><font color="#000000" face="Arial"><span style="FONT-SIZE:13px">Greg</span></font></div></div>
        <div class="gmail_extra">
        <div> </div>
        <div class="gmail_quote">On Sat, Mar 5, 2016 at 4:49 AM, Walter Schlögl 
        <span dir="ltr"><<a href="mailto:Walter.Schloegl-Resch@aon.at" target="_blank">Walter.Schloegl-Resch@aon.at</a>></span> wrote:<br>
        <blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
          <div dir="ltr">
          <div dir="ltr">
          <div style="FONT-SIZE:10pt;FONT-FAMILY:'Arial';COLOR:#000000">
          <div>Hi Greg,</div>
          <div> </div>
          <div>here an example for supermarkets</div>
          <div> </div>
          <div>shop=supermarket & 
          (name~'Hofer.*'      | 
          name~'HOFER.*')    { set 
          mkgmap_symbol=yes}    [0x3501 resolution 23 continue 
          with_actions]</div>
          <div>shop=supermarket & 
          (name~'Aldi.*'       | 
          name~'ALDI.*')    { set 
          mkgmap_symbol=yes}    [0x3501 resolution 23 continue 
          with_actions]</div>
          <div>shop=supermarket & 
          (name~'Lidl.*'       | 
          name~'LIDL.*')    { set 
          mkgmap_symbol=yes}    [0x3502 resolution 23 continue 
          with_actions]</div>
          <div>...</div>
          <div>shop=supermarket & 
          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:"Calibri";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>
          <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's andROAD SPEED's for one 
linetype.</div></span></div></div>
          <div> </div></div>
          <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:"Calibri";FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
          <div>
          <div>
          <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"><<a href="mailto:weigelt.bernd@web.de" target="_blank">weigelt.bernd@web.de</a>></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>'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><font color="#888888"><br>Bernd<br></font></span><span><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>
            <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>
          <hr>
          <span>_______________________________________________<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> 
          </div></div></div></div><br>_______________________________________________<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></blockquote></div>
        <div> </div></div>
        <hr>
        _______________________________________________<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> 
        </div></div></div></div></div></div><br>_______________________________________________<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></blockquote></div>
      <div> </div></div>
      <hr>
      _______________________________________________<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> 
      </div></div></div></div></div></div><br>_______________________________________________<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></blockquote></div>
    <div> </div></div></div></div></blockquote></div>
  <div> </div></div></div></div></blockquote></div>
<div> </div></div>
<p>
</p><hr>
_______________________________________________<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><p></p></div></div></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><br clear="all"><div><br></div>-- <br><div 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>
</div>