<div dir="ltr">so far it is being compiled on my custom map with this string , am now trying process destination in the same string <div><br></div><div><br></div><div><div><br></div><div>start /low /b /wait java -enableassertions -Xmx2100m -jar ..\bin\mkgmap.jar      --link-pois-to-ways  --polygon-size-limits=&quot;23:15, 22:14, 21:13,20:12,19:11 18:10, 17:9, 16:8, 15:7, 14:6, 13:5, 12:4 ,11:3  10:2, 9:1, 8:0 &quot;   --process-exits  --process-destination --merge-lines  --style=default --pois-to-areas-placement=tagelist  --tdbfile --transparent --make-poi-index --reduce-point-density=2.6 --reduce-point-density-polygon=4   --index --levels=0:24,1:23,2:22,3:21,4:20,5:19,6:18,7:16  --verbose --route --country-name=&quot;%country%&quot; --family-id=%FID% --mapname=66%FID%001 --overview-mapname=66%FID%000 --series-name=&quot;OSM-%country%&quot; --family-name=&quot;OpenStreetMap: %country%&quot; --style-file=..\bin\styles\ --style=%style% --description=&quot;%country%&quot; -c ..\bin\template_basic.args -c template.args %TypFileToAdd%</div></div><div><br></div><div><br></div><div>Stephen</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 21, 2016 at 7:42 AM, greg crago <span dir="ltr">&lt;<a href="mailto:gregcrago@gmail.com" target="_blank">gregcrago@gmail.com</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">Yes Gerd, <div>I have the code in my lines file that you mentioned.</div><div><br></div><div>When you test this. Did you download an .img file to a GPS, or is there an &#39;on-line GPS simulator?&#39;</div><div><br></div><div>Greg</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 20, 2016 at 3:09 AM, Steve Sgalowski <span dir="ltr">&lt;<a href="mailto:steve.sgalowski@gmail.com" target="_blank">steve.sgalowski@gmail.com</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">I will try this with the latest mkgmap file with my montana 600 series garmin hand held unit <div><br></div><div>Stephen </div><div><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 20, 2016 at 5:42 PM, Gerd Petermann <span dir="ltr">&lt;<a href="mailto:GPetermann_muenchen@hotmail.com" target="_blank">GPetermann_muenchen@hotmail.com</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 style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi Greg,</p>
<p><br>
</p>
<p>I just tried your example with the default style.</p>
<p>I see a hint containing the exit number (28) when I only use --process-exits (without --process-destination)</p>
<p>With --process-destination I see the hint &quot;Exit right onto ramp onto Plymouth Livonia&quot;
<br>
</p>
<p>I am not sure if it is intended that the --process-destination &quot;removes&quot; the exit hint,</p>
<p>this looks like an error to me. I&#39;ll have to dig into the code and the archives to understand what it should do.</p>
<p>In the meantime you may check your style: Does your lines file contain rules like these?</p>
<p><span></span>(highway=motorway_link | highway=trunk_link | highway=primary_link) &amp; mkgmap:exit_hint=true &amp; mkgmap:dest_hint=true<br>
  { name &#39;${destination:ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }&#39; | <br>
         &#39;${ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }&#39; | <br>
         &#39;${destination|subst:;=&gt; |subst:/=&gt; }&#39; |<br>
         &#39;Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_name}&#39; | <br>
         &#39;Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_exit_to}&#39; | <br>
         &#39;Exit ${mkgmap:exit_hint_exit_to}&#39; |<br>
         &#39;Exit ${mkgmap:exit_hint_name}&#39; |<br>
         &#39;Exit ${mkgmap:exit_hint_ref}&#39;<br>
       }<br>
<br>
(highway=motorway_link | highway=trunk_link | highway=primary_link) &amp; mkgmap:exit_hint!=* &amp; mkgmap:dest_hint=true<br>
  { name &#39;${destination:ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }&#39; |<br>
         &#39;${ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }&#39; | <br>
         &#39;${destination|subst:;=&gt; |subst:/=&gt; }&#39;<br>
       }<br>
<br>
(highway=motorway_link | highway=trunk_link | highway=primary_link) &amp; mkgmap:exit_hint=true &amp; mkgmap:dest_hint!=*<br>
  { name &#39;Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_name}&#39; | <br>
         &#39;Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_exit_to}&#39; | <br>
         &#39;Exit ${mkgmap:exit_hint_exit_to}&#39; |<br>
         &#39;Exit ${mkgmap:exit_hint_name}&#39; |<br>
         &#39;Exit ${mkgmap:exit_hint_ref}&#39;<br>
       }<br>
               <span></span><br>
</p>
<p><br>
</p>
<p>Gerd<br>
</p>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>Von:</b> <a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a> &lt;<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>&gt; im Auftrag von greg crago &lt;<a href="mailto:gregcrago@gmail.com" target="_blank">gregcrago@gmail.com</a>&gt;<br>
<b>Gesendet:</b> Mittwoch, 20. Januar 2016 00:28<br>
<b>An:</b> Development list for mkgmap<br>
<b>Betreff:</b> Re: [mkgmap-dev] Trying to get EXIT info on my MONTANA 600 using mkgmap -3657 and motorway_junction, ref=(exit#)</font>
<div> </div>
</div>
<div>
<div dir="ltr">Yes Gerd,
<div><br>
</div>
<div>I use both of those options in my mkgmap command. Is there any other way to get the EXIT number displayed on my GPS during active routing for the &#39;next turn&#39;?</div>
<div><br>
</div>
<div>Greg</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Jan 19, 2016 at 1:52 PM, Gerd Petermann <span dir="ltr">
&lt;<a title="Ctrl+Klicken oder tippen Sie, um dem Link zu folgen." href="mailto:GPetermann_muenchen@hotmail.com" target="_blank">GPetermann_muenchen@hotmail.com</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 style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi Greg,</p>
<p><br>
</p>
<p>I did not yet try your example, but I am sure that neither</p>
<p>the java code nor the default style handles the tag destination:street.</p>
<p>I think this can be changed, not sure whether in the style or in the java code.</p>
<p>Besides that: do you use the option --process-destinations and --process-exits ?</p>
<p><br>
</p>
<p>Gerd</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>Von:</b>
<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a> &lt;<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>&gt; im Auftrag von greg crago
 &lt;<a href="mailto:gregcrago@gmail.com" target="_blank">gregcrago@gmail.com</a>&gt;<br>
<b>Gesendet:</b> Dienstag, 19. Januar 2016 19:34<br>
<b>An:</b> <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<b>Betreff:</b> [mkgmap-dev] Trying to get EXIT info on my MONTANA 600 using mkgmap -3657 and motorway_junction, ref=(exit#)</font>
<div> </div>
</div>
<div>
<div dir="ltr"><span>I have entered exit info to this NODE:
<div><br>
</div>
</span>
<div>
<div>highway=motorway_junction</div>
<div>ref=28</div>
<div><br>
</div>
<div><a href="https://www.openstreetmap.org/node/62928686" target="_blank">https://www.openstreetmap.org/node/62928686</a>
<div style="margin-bottom:20px;overflow:auto;width:100%">
<table style="width:90%;overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top-width:1px;border-top-style:dotted;border-top-color:rgb(200,200,200);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgb(200,200,200);background-color:rgb(255,255,255)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td colspan="1" style="width:250px;display:table-cell;padding-right:20px">
<div style="min-height:250px;margin:auto;display:table;width:250px;background-color:rgb(255,255,255)">
<a href="https://www.openstreetmap.org/node/62928686" style="display:table-cell;text-align:center" target="_blank"><img style="display:inline-block;margin-left:auto;margin-right:auto;max-width:250px;max-height:250px;min-height:250px;width:250px;border-width:0px;vertical-align:bottom" height="250" width="250" src="http://www.openstreetmap.org/assets/osm_logo_256-835a859acf0d378e1d14e88b15e7b4b95211ccd41a2c061b1629cfbbb8deb697.png"></a></div>
</td>
<td colspan="2" style="vertical-align:top;padding:0px;display:table-cell">
<div></div>
<div style="color:rgb(0,120,215);font-weight:normal;font-size:21px;font-family:wf_segoe-ui_light,&#39;Segoe UI Light&#39;,&#39;Segoe WP Light&#39;,&#39;Segoe UI&#39;,&#39;Segoe WP&#39;,Tahoma,Arial,sans-serif;line-height:21px">
<a href="https://www.openstreetmap.org/node/62928686" style="text-decoration:none" target="_blank">OpenStreetMap | Node: 62928686</a></div>
<div style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:normal;font-family:wf_segoe-ui_normal,&#39;Segoe UI&#39;,&#39;Segoe WP&#39;,Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://www.openstreetmap.org" target="_blank">www.openstreetmap.org</a></div>
<div style="display:block;color:rgb(102,102,102);font-weight:normal;font-family:wf_segoe-ui_normal,&#39;Segoe UI&#39;,&#39;Segoe WP&#39;,Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
</div>
<span>
<div><br>
</div>
<div><br>
</div>
<div>I have entered this information on the following WAY:</div>
<div><br>
</div>
<div>destination=Plymouth;Livonia</div>
<div>destination:street=Ann Arbor Road</div>
<div><br>
</div>
<div><a href="https://www.openstreetmap.org/way/25926768" target="_blank">https://www.openstreetmap.org/way/25926768</a><br>
</div>
<div><br>
</div>
<div>When I activate a ROUTE on my GARMIN MONTANA 600, It show &quot;in 6mi, PLYMOUTH ANN ARBOR (using the Nuvi type layout)</div>
<div><br>
</div>
<div>I do not get any EXIT or STREET information (in 6mi, exit 28, Ann Arbor road PLYMOUTH LIVONIA)&quot;,</div>
<div><br>
</div>
<div>Am I doing something wrong?</div>
</span></div>
<div>Greg</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>
<br>
</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><br></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><br></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>