<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" 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'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 id="ms-rterangepaste-start"></span>(highway=motorway_link | highway=trunk_link | highway=primary_link) &amp; mkgmap:exit_hint=true &amp; mkgmap:dest_hint=true<br>
&nbsp; { name '${destination:ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '${ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '${destination|subst:;=&gt; |subst:/=&gt; }' |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_name}' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_exit_to}' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_exit_to}' |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_name}' |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_ref}'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
<br>
(highway=motorway_link | highway=trunk_link | highway=primary_link) &amp; mkgmap:exit_hint!=* &amp; mkgmap:dest_hint=true<br>
&nbsp; { name '${destination:ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }' |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '${ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '${destination|subst:;=&gt; |subst:/=&gt; }'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
<br>
(highway=motorway_link | highway=trunk_link | highway=primary_link) &amp; mkgmap:exit_hint=true &amp; mkgmap:dest_hint!=*<br>
&nbsp; { name 'Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_name}' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_exit_to}' | <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_exit_to}' |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_name}' |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Exit ${mkgmap:exit_hint_ref}'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<span id="ms-rterangepaste-end"></span><br>
</p>
<p><br>
</p>
<p>Gerd<br>
</p>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>Von:</b> mkgmap-dev-bounces@lists.mkgmap.org.uk &lt;mkgmap-dev-bounces@lists.mkgmap.org.uk&gt; im Auftrag von greg crago &lt;gregcrago@gmail.com&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>&nbsp;</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 'next turn'?</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&#43;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&nbsp;did not yet try your example, but I am sure that neither</p>
<p>the java code nor the default style handles the tag&nbsp;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>&nbsp;</div>
</div>
<div>
<div dir="ltr"><span class="">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" target="_blank" style="display:table-cell; text-align:center"><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; -moz-user-select: none;" 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,'Segoe UI Light','Segoe WP Light','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif; line-height:21px">
<a href="https://www.openstreetmap.org/node/62928686" target="_blank" style="text-decoration:none">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,'Segoe UI','Segoe WP',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,'Segoe UI','Segoe WP',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 class="">
<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">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>
</body>
</html>