Re: Loading BC GPX files into XT3
Posted: Fri Apr 24, 2026 8:04 pm
Is the route in Basecamp recalculated using the same map that's loaded on the XT? on mine it's 2027.1, for instance.
Dedicated forums for Garmin Zumo motorcycle satellite navigation. All questions answered from problems, route planning, touring to tips and tricks
https://www.zumouserforums.co.uk/
Is the route in Basecamp recalculated using the same map that's loaded on the XT? on mine it's 2027.1, for instance.
Agreed, but haven't we confirmed different behavior when a point is created as a Via compared to one created with one of the shaping methods that is not a via? The New Waypoint tool insures it is first created as a Via whereas the shaping methods can produce a route point that is not a Via.smfollen wrote: Sat Apr 25, 2026 3:28 pm non-alerting via point is just Basecamp's name for a shaping point. They are the same thing.
Just one example of confusing terminology by Garmin.
Code: Select all
<rtept lat="42.179555632174015" lon="-71.29621272906661">
<name>131 South St</name>
<extensions>
<trp:ViaPoint>
</trp:ViaPoint>
...
<rtept lat="42.142107719555497" lon="-71.311622355133295">
<name>Seekonk St</name>
<extensions>
<trp:ShapingPoint />
I think there is a mis-understanding here - which I will explain. But I will also go on to describe what happens when you use a Waypoint as part of a route and set it as either a Via or Shaping point in a route.Peobody wrote: Sat Apr 25, 2026 2:40 pm I am curious whether replacing that shaping point with a non-alerting via point would make any difference. To test this I would delete that shaping point, add a route point in that same spot using the 'New Waypoint' tool, add that point to the route, change it to non-alerting, recalculate, then export and transfer to the XT3.
Yes, Garmin has defined several extensions to the gpx file standard. Via and shaping points are defined here: https://www8.garmin.com/xmlschemas/TripExtensionsv1.xsdVia points and shaping points are terms that (I believe) have been defined by Garmin.
Just to be clear, at least as far as Basecamp and gpx files go, when you use a waypoint to create a point in a route (whether via or shaping), information is copied from the waypoint to create a route point. The waypoint itself does not become part of the route. In a gpx file, routes are always made up of route points, never waypoints. The gpx file exported from Basecamp will contain both the waypoint(s), which stand alone, and the route point(s) which make up the route.... when you use a Waypoint as part of a route ...
...
Waypoints may be used within a route. If you place a waypoint in a route, ...
It has always been my assumption that when the 'Waypoint gets copied in the route by BaseCamp' the <Subclass> in the created route point is set to 'Direct Routing'.jfheath wrote: Sat Apr 25, 2026 11:44 pm I cannot understand why route points made from waypoints are not affected by this import step - unless it is to do with the fact that waypoints are imported and stored first. So when the gpx file is imported and the lat, long coordinates are used to look up known locations, it treats its stored waypoints as known locations. That seems feasible. Whether or not it is right, I do not know.
Code: Select all
<gpxx:Subclass>000000000000FFFFFFFFFFFFFFFFFFFFFFFF</gpxx:Subclass>