- What is the problem?
John @jfheath had already found a way to prevent this renaming. Refer to this page for more info: app.php/ZXT-P09
I had also found a way to prevent this renaming, but that involved executing a separate external program.
Both ways worked well, but required some extra steps.
By sheer luck I discovered yet an alternate method that requires little extra work, and seems to be just as effective. John did some more testing and his results confirmed my findings.
I hope he will post his results to this thread.
- What do you need to do?
- Create your route and assign names to your route point as you like. Using your current version of the map
- Switch to the other map product.
- Recalculate the route.
- Switch back to the current map version of the map.
- Recalculate the route.
Thats it!
This method should work with your preferred transfer method to the XT. For example:
- Export to GPX, Copy to internal storage, or SD Card
- Export to GPX, Send to your mobile phone and use the Garmin Drive App
- Using the Basecamp function 'Send to'.
- ????
It may even work on other models like the 595 or the XT2. Testing needed.
- What is the difference in the GPX?
Before:
Code: Select all
<rtept lat="54.072501752525568" lon="-2.280646534636617">
<time>2024-02-16T11:10:19Z</time>
<name>10 Settle Exit</name>
<sym>City (Small)</sym>
<extensions>
<trp:ViaPoint>
<trp:CalculationMode>FasterTime</trp:CalculationMode>
<trp:ElevationMode>Standard</trp:ElevationMode>
</trp:ViaPoint>
<gpxx:RoutePointExtension>
<gpxx:Subclass>1461A7E9D8011480FF000500000000000000</gpxx:Subclass> <<====
<gpxx:rpt lat="54.072503009811044" lon="-2.280648965388537">
Code: Select all
<rtept lat="54.072501752525568" lon="-2.280646534636617">
<time>2024-02-16T11:10:19Z</time>
<name>10 Settle Exit</name>
<sym>City (Small)</sym>
<extensions>
<trp:ViaPoint>
<trp:CalculationMode>FasterTime</trp:CalculationMode>
<trp:ElevationMode>Standard</trp:ElevationMode>
</trp:ViaPoint>
<gpxx:RoutePointExtension>
<gpxx:Subclass>000000000000FFFFFFFFFFFFFFFFFFFFFFFF</gpxx:Subclass> <<====
<gpxx:rpt lat="54.072503009811044" lon="-2.280648965388537">