<div dir="ltr"><div><div><div><div>I seem to have lost the &#39;Nuvi&#39; looking Exit and Destination strings I use to get on mkgmap with --process-exits &amp; --process-destination options.<br><br></div>Here is my compile command:<br><br>java -ea -Xmx1024M -jar \MKGMAP\mkgmap-r3669\mkgmap-r3669\mkgmap.jar --gmapsupp --description=&quot;Metro Area 2016.3.1&quot; --latin1 --index --x-split-name-index --bounds=\MKGMAP\bounds.zip --location-autofill=is_in,nearest --housenumbers --overview-mapname=Plymouth-ov --overview-mapnumber=12390000 --remove-ovm-work-files --style-file=\MKGMAP\openmapchest-style\openmapchest --check-styles --family-id=555 --family-name=&quot;Plymouth&quot; --product-id=1 --series-name=&quot;Metro Area 2016.3.1&quot; --area-name=&quot;My maps&quot; --min-size-polygon --route --drive-on=detect,right --check-roundabouts --check-roundabout-flares --remove-short-arcs --add-pois-to-areas --pois-to-areas-placement=&quot;entrance=main;entrance=yes;building=entrance&quot; --generate-sea=extend-sea-sectors,multipolygon,floodblocker,close-gaps=6000 --make-poi-index --make-opposite-cycleways --process-destination --process-exits --tdbfile --poi-address --verbose --input-file=12390005.osm.pbf --input-file=12390006.osm.pbf --input-file=12390007.osm.pbf master_thin.txt<br><br><br></div>And here is the section in the &#39;lines&#39; file:<br><br># start of rules for process-exits and process-destination options<br># which may add info to a part of these highway=*_link roads:<br># motorway_link, trunk_link, primary_link, secondary_link, tertiary_link<br># build destination hint <br>dest_hint=* { delete dest_hint }<br>(highway=motorway_link | highway=trunk_link | highway=primary_link | highway=secondary_link | highway=tertiary_link) &amp; mkgmap:dest_hint=true<br>#  { set dest_hint = &#39;${destination:ref|subst: =&gt;} ${destination|subst:;=&gt; |subst:/=&gt; }&#39; |<br>  { set dest_hint = &#39;${destination:ref|subst: =&gt;|subst: South=&gt; S|subst: North=&gt; N|subst: East=&gt; E|subst: West=&gt; W} ${destination:street|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy} - ${destination|subst:;=&gt;,|subst:/=&gt;,}&#39; |<br><br><br>         &#39;${destination:street|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy} - ${destination|subst:;=&gt;,|subst:/=&gt;,}&#39;<br>         &#39;${ref|subst: =&gt;|subst: South=&gt; S|subst: North=&gt; N|subst: East=&gt; E|subst: West=&gt; W} - ${destination|subst:;=&gt;,|subst:/=&gt;,}&#39; | <br>         &#39;${exit_hint_ref|subst: South=&gt; S|subst: North=&gt; N|subst: East=&gt; E|subst: West=&gt; W} ${exit_hint_name|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy}&#39; |<br>         &#39;${exit_to|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy}&#39; |<br>         &#39;${destination|subst:;=&gt;,|subst:/=&gt;,}&#39;;<br>       }<br># build exit hint <br>exit_hint=* { delete exit_hint }<br>(highway=motorway_link | highway=trunk_link | highway=primary_link | highway=secondary_link | highway=tertiary_link) &amp; mkgmap:exit_hint=true <br>  { set exit_hint = &#39;Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_name|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy}&#39; | <br>         &#39;Exit ${ref|subst: South=&gt; S|subst: North=&gt; N|subst: East=&gt; E|subst: West=&gt; W}&#39; |<br>         &#39;Exit ${mkgmap:exit_hint_ref|subst: South=&gt; S|subst: North=&gt; N|subst: East=&gt; E|subst: West=&gt; W} ${mkgmap:exit_hint_exit_to|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy}&#39; | <br>         &#39;Exit ${mkgmap:exit_hint_exit_to|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy}&#39; |<br>         &#39;Exit ${mkgmap:exit_hint_name|subst: Road=&gt; Rd|subst: Street=&gt; St|subst: Avenue=&gt; Ave|subst: Mile=&gt; Mi|subst: Boulevard=&gt; Blvd|subst: Parkway=&gt; Pkwy|subst: Highway=&gt; Hwy}&#39; |<br>         &#39;Exit ${mkgmap:exit_hint_ref|subst: South=&gt; S|subst: North=&gt; N|subst: East=&gt; E|subst: West=&gt; W}&#39;;<br>       }<br><br># use destination hint and/or exit hint to build name              <br>(highway=motorway_link | highway=trunk_link | highway=primary_link | highway=secondary_link | highway=tertiary_link) &amp; (mkgmap:exit_hint=true | mkgmap:dest_hint=true)<br>  {    name &#39;${exit_hint} ${dest_hint}&#39; | &#39;${dest_hint}&#39; | &#39;${exit_hint}&#39;}<br>  <br># end of rules for process-exits and process-destination options    <br><br><br></div>Am I missing something, or did the EXIT and DESTINATION feature stop working?<br><br></div>Greg<br></div>