Anything that isn't Driving or Motorcyle, the Zumo uses its setting in its own motorcycle profile.
As far as I know, (And I did a lot of testing) none of the other avoidances from Basecamp are sent to the Zumo - of any variety.Peobody wrote: ↑Wed Dec 20, 2023 6:33 pm Do you know whether the unpaved roads option is honored by the XT upon import of an ADV Riding route? If not, I think a test is in order. Create two duplicate test routes that contain an unpaved road. Use the ADV Riding profile on one and a None profile on the other (create it using the Motorcycle profile and then enable unpaved roads in the route options tab). Transfer them to the XT and see what the resulting routes look like once imported.
The only way that this 'might' be possible is if route preferences were sent via the subclass fields.
What Basecamp does do is send the exact route that it plotted. The Zumo (of any variety) will receive this route and will not recalculate it - assuming that the edit options device transfer settings are cleared, and that maps are the same. You would also have to stop the route from recalculating by turning off that option.
I'll check that subclass theory now.
Oh references - XT and profiles / custom route settings app.php/ZXT-P38 and subsequent pages.
BC and Zumo 590 / 595 and profiles / custom routes. viewtopic.php?t=521 Download the pdf. Section 4. But it is heavy going.
nb 'A Custom route doesn't pass anything in the GPX file about the vehicle so the Zumo has nothing to recognise. It resorts to using its own motorcyle settings.
--------------------------------------------------------------------------------------------------------------------------------------------
Edit
OK - I prepared a very short route along an A Road. Motorcycle profile - No Avoidances set. Faster Time selected.
I exported the route to a GPX called Custom-All.gpx
Then I changed the route to use no profile setting, and set the individually for as a route with Custom settings. In there, I changed all avoidances to be ticked and all road types to be avoided. The route didn't change. So I exported that as a GPX file called Motorcycle-None.gpx
I then ran a DOS FC (File Compare) to compare the two files. This goes through the two files, compares them side by side and displays the lines that are different, with the line immediately above and below that are the same in both files - so that there is a point of reference.
E:\temp>fc Custom-All.gpx Motorcycle-None.gpx
It reported the difference in two sections. and came up with two differences.
The first difference between the two is the time . The bounds lat/long are identical.
The second difference (after the gap, that I have enlarged) is the section which defines the section where I the motorcycle profile was used - and passes the Motorcycling profile name to the XT. The Custom route (which had all avoidances ticked) didn't use a saved profile - the settings were customised just for this route. So it doesn't know what the transport method is. The XT will therefore default to using its motorcycle settings.
There were 77 lines in the Custom route including lat/long ghost points, start and finish via points, Settings for Faster Time and 5 subclass fields. All were identical.
If there is nothing in the file that recognises any road type preference, then the Zumo cannot possibly act on it.
I can conclude that none of the routing preferences set in Basecamp are passed to the Zumo - apart from Faster Time.
Comparing files Custom-All.gpx and MOTORCYCLE-NONE.GPX
I have highlighted in red the lines that are different between the two files
***** Custom-All.gpx
</link>
<time>2023-12-20T20:59:22Z</time>
<bounds maxlat="54.302630424499512" maxlon="-2.160165561363101" minlat="54.302072525024414" minlon="-2.173352474346757" />
***** MOTORCYCLE-NONE.GPX
</link>
<time>2023-12-20T20:58:06Z</time>
<bounds maxlat="54.302630424499512" maxlon="-2.160165561363101" minlat="54.302072525024414" minlon="-2.173352474346757" />
*****
***** Custom-All.gpx
</gpxx:RouteExtension>
</extensions>
***** MOTORCYCLE-NONE.GPX
</gpxx:RouteExtension>
<trp:Trip>
<trp:TransportationMode>Motorcycling</trp:TransportationMode>
</trp:Trip>
</extensions>
*****