
Generate travel plan from your GPS route in MRA
MyRoute-App (MRA) is my prefered tool to create routes for my trips. It can generate GPS files for any device and if you use the Gold version you can also use the maps from all big GPS manufacures to check your route against (driving times can differ between the maps you are using). The only thing I was missing is a 1 or 2 pager with all important information to read at the start of the day (POI's, gasstations etc). The tool on this page solved this problem by transforming your route to a nice travelplan and also generates a file with POI's you can import on your navigation device.
Read my blog on creating Multi-day routes if you want learn more about my way of working.
By copying the MRA route ID, the content of an .itn file or the the source code of a route in MyRouteApp to the form below, you can generate a nice travelplan, including a POI file (.ov2) for your route.
By adding some 'codes' to your routepoints in MRA, the tool can even extract more infomation for your travel plan.
Prefixes (start a routeppoint with this coding)Note: It's not possible to give a routpoint two main tags (like GAS and PTS). Simply solve this by adding two routepoints to the map.
Skip one or more routepoints
It's always good to have some 'escapes' in your route, in case of bad weather for example. This is the only thing that cannot be calculated automatically in MRA, but, once the information is saved in the a routepoint,
the routepoints that have to be skipped can be calculated.
To determine the time that can be saved, write down the total trip time, delete the 1 (or more) routepoints and calculate the time saved based in the new total trip time (don't forget to fix te route again with those just deleted routpoints).
Now add this time betweem brackets at the end of the first routepoint that can be skipped: [1:00] or if 3 routepoints need to be skipped: [3p 1:25]
Any ideas? feedback is always welcome!
Name of routepoint | Explanation |
---|---|
POI Castle Lunenburg | Tags the routepoint as a Point of Interest |
POI Castle Lunenburg (1:30h) | Tags the routepoint as a Point of Interest and shows a activity time of 1:30 hours |
PTS Arnhem | Tags the routepoint as a place to stay overnight. It calculates automatically the travel times and milage between the place to stay. |
GAS Gasstation | Tags the routepoint as a gas station. It calculates automatically the travel times and milage between Gas stations. |
POI De Hoge Veluwe National Park (1:30h) [0:30] | Tags the routepoint as a Point of Interest (National Park) with an activity of 0:30 hours. If this routpoint is skipped, 30 minutes of travel time will be saved. |
POI De Hoge Veluwe National Park (1:30h) [3p 0:30] | Same as above, with the difference that 3 routpoints need to be skipped to save the 30 minutes of travel time. |
ALT Castlepoint loop (2:45h) | Starting point of an alternative route (different route/track file), with a duration of 2:45 hours extra. |
Cafe the Dikeview (Lunch) | Cafe marked as POI to have lunch. |
Kalverstraat 28, Amsterdam (Supermarket) | Address of a supermarket marked as POI. |
MRA sourcecode copy | |
---|---|
Time/distance calculation | Map selected for the route in MRA (times can differ quite a lot between maps) |
Generate POI files (.ov2) | No |
Including a map | No |
Instructions |
|
Example input | <div id="waypointscontainer"> <div id="error-progress"> ... </div> </div> |
.itn based | .gpx based | |
---|---|---|
Device | TomTom Rider | TomTom Rider 40 (and up), Garmin |
Preparation |
|
|
During navigating | The route points on screen of your navigation device correspond with the numbers on your travel plan. Especially skipping points to cut off was never as easy with your travel plan ;-) | The disadvantage of .gpx is that you lose track on where you are. By using the POI's however you have best of both worlds! The POI's on screen are now the trigger for a pause, a cut-off or something else you defined. |
Any ideas? feedback is always welcome!