GPX Explained
What is GPX>
In short a GPX is a text file written in “GPS Exchange Format” that tells the device reading it where to draw lines from and to. These lines are then shown on the device for us fleshies to blindly follow on our adventures.
And example is shown here.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="Wikipedia"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<!-- Comments look like this -->
<metadata>
<name>Data name</name>
<desc>Valid GPX example without special characters</desc>
<author>
<name>Author name</name>
</author>
</metadata>
<wpt lat="52.518611" lon="13.376111">
<ele>35.0</ele>
<time>2011-12-31T23:59:59Z</time>
<name>Reichstag (Berlin)</name>
<sym>City</sym>
</wpt>
<wpt lat="48.208031" lon="16.358128">
<ele>179</ele>
<time>2011-12-31T23:59:59Z</time>
<name>Parlament (Wien)</name>
<sym>City</sym>
</wpt>
<wpt lat="46.9466" lon="7.44412">
<time>2011-12-31T23:59:59Z</time>
<name>Bundeshaus (Bern)</name>
<sym>City</sym>
</wpt>
</gpx>
A quick breakdow of this file follows.
Line 1: this tells the reading device what coding language the file is in. It is only of importance to the device and normally generated by the creating app.
Line2-12: This is information relating to the creator of the file. Copyright and author information is contained or linked here.
Line 13: This is where the actual information relating to the route begins. As can be read, the starting point is written in plain language in terms of latitude and longitude. further information follows in this case relating to the actual place as it relates to us humans. the statement ends with </wpt> to indicate that instrucxtion is complete.
Lines 18 and 23 are the beginings of further “waypoints” in the route. It is easy to start to decipher the structure of these instrutions with opening and closing matching short code, (WPT NAME TIME etc.)
The final line closes the the information with </gpx>
As can be seen this file contains just three single points on the globe. It is left to the device to join these points up in a way that becomes navigable using the mode of transport select on the final device.
The above file is very short compared with most. The file from the Locus map route created below at the bottom of the page if you wish to see.
How do I create one?
There are many Apps available which make the creation of these files very simple, some of these are listed below;
- OS Maps
- Memory Maps
- Locus Maps
- View Ranger
- Osmand
- And as many more as people you ask.
OS maps will let you plot your routes on an OS map which is very helpful, but is not good for use as a navigation app.
OS maps will let you plot your routes on an OS map. Care must be taken while plotting your route to ensure the route “snaps” to the correct byway. OS maps has a small selection in the top left corner to choose your mode of transport. It is clearly designed for non motorised transport so is biased to OFF ROAD selection.
After creation you can export the GPX to be used on your device of choice or sychronise to the app on your portable device.
NOTE: Live navigation on the app is its main failure.
Locus Maps has some good open source maps but you will have to be careful to avoid footpaths etc. OS map overlays are expensive in this app.
Locus Maps has some good open source maps as can be seen, they are very clean so easy to follow. Extra attention is needed to ensure the route you are plotting is an appropriate byway. I find this is one of the best apps for snapping to route but another map or app is needed to check what youre snapping to.
Again you can export to use on another device or sychronise to the app on your portable device.
This app works well for navigation on condition you have downloaded the map to your device first.
Memory maps is handy to create your GPXs on open purchased maps and navigate on cost effective OS Maps.
Memory maps is handy to create your GPXs on open purchased maps. As can be seen, it is a little more primative but with that simplicity comes fewer glitches. Memory maps is great for navigation using full OS maps due to the reasonable price of said maps.
Exporting is supported and sychronisation is simplicity itself.
Excellent for live navigation if off line maps are downloaded.
As with all things in the world no one app seems to tick all the boxes.
All three of the above have a desktop based plotting solution as shown, which makes the creation significantly easier.
Locus Maps GPX file from above.
<?xml version=’1.0′ encoding=’UTF-8′ standalone=’yes’ ?>
<gpx version=”1.1″ creator=”Locus Map web planner” xsi:schemaLocation=”http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd” xmlns=”http://www.topografix.com/GPX/1/1″ xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:locus=”http://www.locusmap.eu” xmlns:gpxx=”http://www.garmin.com/xmlschemas/GpxExtensions/v3″ xmlns:gpxtrkx=”http://www.garmin.com/xmlschemas/TrackStatsExtension/v1″ xmlns:gpxtpx=”http://www.garmin.com/xmlschemas/TrackPointExtension/v2″>
<metadata>
<desc>File with points/tracks from LocusWorld/</desc>
<time>2024-11-09T16:00:40.116Z</time>
</metadata>
<wpt lat=”54.2643640″ lon=”-3.0504300″>
<ele>81.75</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>left_sharp</sym>
<extensions>
<locus:rtePointAction>left_sharp</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2656960″ lon=”-3.0482890″>
<ele>94.75</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>right_slight</sym>
<extensions>
<locus:rtePointAction>right_slight</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2663810″ lon=”-3.0457190″>
<ele>113.50</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>left_slight</sym>
<extensions>
<locus:rtePointAction>left_slight</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2677050″ lon=”-3.0357180″>
<ele>54.75</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>right_slight</sym>
<extensions>
<locus:rtePointAction>right_slight</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2658730″ lon=”-3.0321060″>
<ele>35.25</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>right</sym>
<extensions>
<locus:rtePointAction>right</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2616300″ lon=”-3.0321680″>
<ele>28.50</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>right</sym>
<extensions>
<locus:rtePointAction>right</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2610330″ lon=”-3.0358100″>
<ele>30.50</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>right_slight</sym>
<extensions>
<locus:rtePointAction>right_slight</locus:rtePointAction>
</extensions>
</wpt>
<wpt lat=”54.2610930″ lon=”-3.0360390″>
<ele>31.50</ele>
<time>2024-11-09T16:00:29.613Z</time>
<name></name>
<sym>right_slight</sym>
<extensions>
<locus:rtePointAction>right_slight</locus:rtePointAction>
</extensions>
</wpt>
<trk>
<name>test</name>
<extensions>
<locus:activity>cycling</locus:activity>
</extensions>
<trkseg>
<trkpt lat=”54.2660800″ lon=”-3.0517170″>
<ele>60.50</ele>
</trkpt>
<trkpt lat=”54.2660370″ lon=”-3.0512610″>
<ele>62.50</ele>
</trkpt>
<trkpt lat=”54.2659120″ lon=”-3.0506890″>
<ele>66.25</ele>
</trkpt>
<trkpt lat=”54.2658000″ lon=”-3.0503940″>
<ele>69.50</ele>
</trkpt>
<trkpt lat=”54.2657270″ lon=”-3.0503030″>
<ele>71.50</ele>
</trkpt>
<trkpt lat=”54.2656790″ lon=”-3.0502980″>
<ele>72.50</ele>
</trkpt>
<trkpt lat=”54.2653180″ lon=”-3.0504270″>
<ele>76.50</ele>
</trkpt>
<trkpt lat=”54.2650680″ lon=”-3.0504340″>
<ele>79.25</ele>
</trkpt>
<trkpt lat=”54.2643640″ lon=”-3.0504300″>
<ele>81.75</ele>
</trkpt>
<trkpt lat=”54.2645390″ lon=”-3.0503010″>
<ele>84.50</ele>
</trkpt>
<trkpt lat=”54.2647830″ lon=”-3.0501970″>
<ele>86.50</ele>
</trkpt>
<trkpt lat=”54.2650670″ lon=”-3.0500170″>
<ele>88.75</ele>
</trkpt>
<trkpt lat=”54.2653150″ lon=”-3.0497120″>
<ele>91.25</ele>
</trkpt>
<trkpt lat=”54.2654580″ lon=”-3.0495040″>
<ele>91.25</ele>
</trkpt>
<trkpt lat=”54.2655360″ lon=”-3.0492830″>
<ele>91.50</ele>
</trkpt>
<trkpt lat=”54.2656100″ lon=”-3.0488480″>
<ele>93.25</ele>
</trkpt>
<trkpt lat=”54.2656230″ lon=”-3.0487740″>
<ele>93.25</ele>
</trkpt>
<trkpt lat=”54.2656960″ lon=”-3.0482890″>
<ele>94.75</ele>
</trkpt>
<trkpt lat=”54.2657080″ lon=”-3.0480120″>
<ele>96.75</ele>
</trkpt>
<trkpt lat=”54.2656980″ lon=”-3.0478130″>
<ele>99.00</ele>
</trkpt>
<trkpt lat=”54.2657130″ lon=”-3.0477150″>
<ele>100.25</ele>
</trkpt>
<trkpt lat=”54.2657340″ lon=”-3.0476710″>
<ele>100.75</ele>
</trkpt>
<trkpt lat=”54.2657470″ lon=”-3.0476260″>
<ele>101.25</ele>
</trkpt>
<trkpt lat=”54.2657610″ lon=”-3.0476020″>
<ele>101.75</ele>
</trkpt>
<trkpt lat=”54.2657830″ lon=”-3.0475620″>
<ele>102.25</ele>
</trkpt>
<trkpt lat=”54.2659950″ lon=”-3.0473840″>
<ele>106.00</ele>
</trkpt>
<trkpt lat=”54.2660940″ lon=”-3.0472720″>
<ele>107.50</ele>
</trkpt>
<trkpt lat=”54.2661440″ lon=”-3.0471420″>
<ele>109.25</ele>
</trkpt>
<trkpt lat=”54.2662020″ lon=”-3.0468690″>
<ele>112.25</ele>
</trkpt>
<trkpt lat=”54.2662570″ lon=”-3.0466650″>
<ele>114.00</ele>
</trkpt>
<trkpt lat=”54.2663240″ lon=”-3.0464130″>
<ele>114.75</ele>
</trkpt>
<trkpt lat=”54.2663840″ lon=”-3.0461110″>
<ele>114.00</ele>
</trkpt>
<trkpt lat=”54.2663810″ lon=”-3.0457190″>
<ele>113.50</ele>
</trkpt>
<trkpt lat=”54.2664380″ lon=”-3.0454080″>
<ele>112.75</ele>
</trkpt>
<trkpt lat=”54.2664490″ lon=”-3.0449990″>
<ele>111.75</ele>
</trkpt>
<trkpt lat=”54.2664300″ lon=”-3.0445670″>
<ele>108.00</ele>
</trkpt>
<trkpt lat=”54.2664230″ lon=”-3.0443850″>
<ele>108.00</ele>
</trkpt>
<trkpt lat=”54.2664360″ lon=”-3.0442360″>
<ele>106.50</ele>
</trkpt>
<trkpt lat=”54.2665010″ lon=”-3.0441150″>
<ele>105.00</ele>
</trkpt>
<trkpt lat=”54.2665350″ lon=”-3.0440250″>
<ele>104.00</ele>
</trkpt>
<trkpt lat=”54.2665660″ lon=”-3.0438350″>
<ele>102.25</ele>
</trkpt>
<trkpt lat=”54.2665730″ lon=”-3.0437090″>
<ele>101.00</ele>
</trkpt>
<trkpt lat=”54.2665570″ lon=”-3.0435930″>
<ele>100.00</ele>
</trkpt>
<trkpt lat=”54.2663910″ lon=”-3.0432390″>
<ele>96.75</ele>
</trkpt>
<trkpt lat=”54.2663720″ lon=”-3.0431210″>
<ele>95.75</ele>
</trkpt>
<trkpt lat=”54.2664080″ lon=”-3.0430180″>
<ele>94.50</ele>
</trkpt>
<trkpt lat=”54.2664810″ lon=”-3.0429790″>
<ele>93.50</ele>
</trkpt>
<trkpt lat=”54.2666830″ lon=”-3.0429620″>
<ele>91.50</ele>
</trkpt>
<trkpt lat=”54.2667530″ lon=”-3.0429110″>
<ele>90.50</ele>
</trkpt>
<trkpt lat=”54.2668020″ lon=”-3.0428350″>
<ele>89.25</ele>
</trkpt>
<trkpt lat=”54.2668840″ lon=”-3.0425710″>
<ele>87.50</ele>
</trkpt>
<trkpt lat=”54.2669110″ lon=”-3.0424110″>
<ele>87.00</ele>
</trkpt>
<trkpt lat=”54.2669480″ lon=”-3.0423000″>
<ele>86.75</ele>
</trkpt>
<trkpt lat=”54.2670570″ lon=”-3.0421020″>
<ele>85.75</ele>
</trkpt>
<trkpt lat=”54.2673020″ lon=”-3.0418600″>
<ele>84.25</ele>
</trkpt>
<trkpt lat=”54.2673990″ lon=”-3.0417850″>
<ele>83.25</ele>
</trkpt>
<trkpt lat=”54.2674270″ lon=”-3.0416840″>
<ele>82.75</ele>
</trkpt>
<trkpt lat=”54.2674800″ lon=”-3.0411950″>
<ele>77.75</ele>
</trkpt>
<trkpt lat=”54.2674770″ lon=”-3.0408320″>
<ele>75.25</ele>
</trkpt>
<trkpt lat=”54.2674420″ lon=”-3.0405300″>
<ele>73.75</ele>
</trkpt>
<trkpt lat=”54.2674010″ lon=”-3.0402610″>
<ele>70.50</ele>
</trkpt>
<trkpt lat=”54.2673040″ lon=”-3.0396080″>
<ele>70.50</ele>
</trkpt>
<trkpt lat=”54.2672410″ lon=”-3.0393510″>
<ele>68.00</ele>
</trkpt>
<trkpt lat=”54.2671540″ lon=”-3.0391140″>
<ele>67.00</ele>
</trkpt>
<trkpt lat=”54.2670900″ lon=”-3.0390050″>
<ele>66.75</ele>
</trkpt>
<trkpt lat=”54.2668780″ lon=”-3.0386420″>
<ele>65.75</ele>
</trkpt>
<trkpt lat=”54.2666350″ lon=”-3.0381450″>
<ele>63.50</ele>
</trkpt>
<trkpt lat=”54.2665210″ lon=”-3.0378810″>
<ele>59.00</ele>
</trkpt>
<trkpt lat=”54.2665150″ lon=”-3.0378270″>
<ele>58.00</ele>
</trkpt>
<trkpt lat=”54.2666150″ lon=”-3.0374620″>
<ele>58.75</ele>
</trkpt>
<trkpt lat=”54.2667460″ lon=”-3.0371400″>
<ele>60.25</ele>
</trkpt>
<trkpt lat=”54.2668780″ lon=”-3.0369470″>
<ele>60.50</ele>
</trkpt>
<trkpt lat=”54.2670600″ lon=”-3.0367320″>
<ele>59.50</ele>
</trkpt>
<trkpt lat=”54.2672350″ lon=”-3.0365930″>
<ele>57.75</ele>
</trkpt>
<trkpt lat=”54.2674420″ lon=”-3.0365390″>
<ele>55.75</ele>
</trkpt>
<trkpt lat=”54.2676610″ lon=”-3.0364100″>
<ele>56.25</ele>
</trkpt>
<trkpt lat=”54.2677360″ lon=”-3.0362390″>
<ele>56.75</ele>
</trkpt>
<trkpt lat=”54.2677250″ lon=”-3.0358280″>
<ele>55.00</ele>
</trkpt>
<trkpt lat=”54.2677050″ lon=”-3.0357180″>
<ele>54.75</ele>
</trkpt>
<trkpt lat=”54.2675650″ lon=”-3.0355220″>
<ele>53.75</ele>
</trkpt>
<trkpt lat=”54.2674710″ lon=”-3.0353880″>
<ele>53.75</ele>
</trkpt>
<trkpt lat=”54.2673290″ lon=”-3.0350860″>
<ele>54.00</ele>
</trkpt>
<trkpt lat=”54.2672660″ lon=”-3.0350370″>
<ele>53.25</ele>
</trkpt>
<trkpt lat=”54.2668290″ lon=”-3.0348960″>
<ele>48.25</ele>
</trkpt>
<trkpt lat=”54.2668020″ lon=”-3.0348650″>
<ele>48.00</ele>
</trkpt>
<trkpt lat=”54.2667870″ lon=”-3.0348110″>
<ele>48.50</ele>
</trkpt>
<trkpt lat=”54.2667310″ lon=”-3.0344000″>
<ele>45.75</ele>
</trkpt>
<trkpt lat=”54.2666940″ lon=”-3.0339710″>
<ele>43.00</ele>
</trkpt>
<trkpt lat=”54.2666750″ lon=”-3.0339160″>
<ele>42.25</ele>
</trkpt>
<trkpt lat=”54.2666200″ lon=”-3.0338650″>
<ele>41.50</ele>
</trkpt>
<trkpt lat=”54.2662750″ lon=”-3.0337880″>
<ele>37.75</ele>
</trkpt>
<trkpt lat=”54.2660720″ lon=”-3.0336820″>
<ele>35.75</ele>
</trkpt>
<trkpt lat=”54.2659590″ lon=”-3.0335550″>
<ele>34.75</ele>
</trkpt>
<trkpt lat=”54.2659100″ lon=”-3.0334620″>
<ele>34.00</ele>
</trkpt>
<trkpt lat=”54.2659050″ lon=”-3.0333470″>
<ele>34.00</ele>
</trkpt>
<trkpt lat=”54.2659370″ lon=”-3.0331020″>
<ele>33.00</ele>
</trkpt>
<trkpt lat=”54.2659350″ lon=”-3.0329310″>
<ele>32.75</ele>
</trkpt>
<trkpt lat=”54.2658730″ lon=”-3.0321060″>
<ele>35.25</ele>
</trkpt>
<trkpt lat=”54.2652750″ lon=”-3.0322100″>
<ele>30.25</ele>
</trkpt>
<trkpt lat=”54.2649760″ lon=”-3.0322610″>
<ele>30.25</ele>
</trkpt>
<trkpt lat=”54.2646520″ lon=”-3.0321910″>
<ele>30.00</ele>
</trkpt>
<trkpt lat=”54.2642760″ lon=”-3.0322550″>
<ele>31.75</ele>
</trkpt>
<trkpt lat=”54.2639110″ lon=”-3.0324680″>
<ele>31.25</ele>
</trkpt>
<trkpt lat=”54.2637790″ lon=”-3.0324510″>
<ele>31.00</ele>
</trkpt>
<trkpt lat=”54.2632710″ lon=”-3.0322200″>
<ele>29.75</ele>
</trkpt>
<trkpt lat=”54.2629690″ lon=”-3.0321420″>
<ele>29.50</ele>
</trkpt>
<trkpt lat=”54.2624640″ lon=”-3.0319090″>
<ele>28.25</ele>
</trkpt>
<trkpt lat=”54.2623210″ lon=”-3.0318680″>
<ele>29.00</ele>
</trkpt>
<trkpt lat=”54.2618800″ lon=”-3.0321380″>
<ele>28.50</ele>
</trkpt>
<trkpt lat=”54.2617260″ lon=”-3.0321830″>
<ele>28.25</ele>
</trkpt>
<trkpt lat=”54.2616300″ lon=”-3.0321680″>
<ele>28.50</ele>
</trkpt>
<trkpt lat=”54.2616020″ lon=”-3.0323330″>
<ele>27.50</ele>
</trkpt>
<trkpt lat=”54.2615890″ lon=”-3.0324110″>
<ele>27.50</ele>
</trkpt>
<trkpt lat=”54.2614080″ lon=”-3.0330560″>
<ele>26.75</ele>
</trkpt>
<trkpt lat=”54.2614080″ lon=”-3.0330930″>
<ele>26.75</ele>
</trkpt>
<trkpt lat=”54.2614110″ lon=”-3.0332050″>
<ele>26.75</ele>
</trkpt>
<trkpt lat=”54.2614550″ lon=”-3.0341660″>
<ele>27.75</ele>
</trkpt>
<trkpt lat=”54.2614460″ lon=”-3.0345890″>
<ele>28.50</ele>
</trkpt>
<trkpt lat=”54.2613210″ lon=”-3.0350560″>
<ele>29.00</ele>
</trkpt>
<trkpt lat=”54.2610330″ lon=”-3.0358100″>
<ele>30.50</ele>
</trkpt>
<trkpt lat=”54.2610930″ lon=”-3.0360390″>
<ele>31.50</ele>
</trkpt>
<trkpt lat=”54.2613290″ lon=”-3.0363320″>
<ele>32.75</ele>
</trkpt>
<trkpt lat=”54.2614870″ lon=”-3.0366610″>
<ele>33.50</ele>
</trkpt>
<trkpt lat=”54.2615970″ lon=”-3.0368210″>
<ele>33.75</ele>
</trkpt>
<trkpt lat=”54.2616360″ lon=”-3.0368850″>
<ele>33.75</ele>
</trkpt>
<trkpt lat=”54.2618260″ lon=”-3.0371020″>
<ele>34.50</ele>
</trkpt>
<trkpt lat=”54.2620940″ lon=”-3.0373230″>
<ele>36.25</ele>
</trkpt>
<trkpt lat=”54.2621820″ lon=”-3.0373950″>
<ele>36.25</ele>
</trkpt>
<trkpt lat=”54.2624720″ lon=”-3.0377280″>
<ele>38.50</ele>
</trkpt>
<trkpt lat=”54.2629040″ lon=”-3.0381710″>
<ele>49.50</ele>
</trkpt>
<trkpt lat=”54.2631510″ lon=”-3.0383910″>
<ele>55.75</ele>
</trkpt>
<trkpt lat=”54.2634210″ lon=”-3.0389240″>
<ele>62.75</ele>
</trkpt>
<trkpt lat=”54.2636020″ lon=”-3.0395710″>
<ele>62.25</ele>
</trkpt>
<trkpt lat=”54.2634970″ lon=”-3.0406430″>
<ele>66.25</ele>
</trkpt>
<trkpt lat=”54.2635160″ lon=”-3.0406870″>
<ele>69.50</ele>
</trkpt>
<trkpt lat=”54.2636700″ lon=”-3.0410240″>
<ele>69.50</ele>
</trkpt>
<trkpt lat=”54.2637190″ lon=”-3.0415080″>
<ele>71.50</ele>
</trkpt>
<trkpt lat=”54.2636990″ lon=”-3.0420280″>
<ele>77.00</ele>
</trkpt>
<trkpt lat=”54.2637980″ lon=”-3.0421520″>
<ele>80.00</ele>
</trkpt>
<trkpt lat=”54.2640190″ lon=”-3.0424300″>
<ele>84.75</ele>
</trkpt>
<trkpt lat=”54.2645120″ lon=”-3.0427070″>
<ele>93.25</ele>
</trkpt>
<trkpt lat=”54.2646330″ lon=”-3.0427740″>
<ele>93.25</ele>
</trkpt>
<trkpt lat=”54.2647780″ lon=”-3.0429210″>
<ele>94.50</ele>
</trkpt>
<trkpt lat=”54.2649090″ lon=”-3.0431160″>
<ele>96.25</ele>
</trkpt>
<trkpt lat=”54.2649820″ lon=”-3.0433630″>
<ele>98.50</ele>
</trkpt>
<trkpt lat=”54.2650040″ lon=”-3.0436760″>
<ele>102.25</ele>
</trkpt>
<trkpt lat=”54.2650730″ lon=”-3.0438530″>
<ele>103.75</ele>
</trkpt>
<trkpt lat=”54.2651640″ lon=”-3.0439310″>
<ele>104.50</ele>
</trkpt>
<trkpt lat=”54.2653160″ lon=”-3.0439550″>
<ele>105.00</ele>
</trkpt>
<trkpt lat=”54.2654950″ lon=”-3.0439230″>
<ele>106.00</ele>
</trkpt>
<trkpt lat=”54.2656060″ lon=”-3.0439300″>
<ele>106.25</ele>
</trkpt>
<trkpt lat=”54.2656870″ lon=”-3.0439610″>
<ele>106.25</ele>
</trkpt>
<trkpt lat=”54.2657580″ lon=”-3.0440150″>
<ele>106.75</ele>
</trkpt>
<trkpt lat=”54.2658270″ lon=”-3.0441640″>
<ele>108.00</ele>
</trkpt>
<trkpt lat=”54.2659620″ lon=”-3.0445330″>
<ele>111.25</ele>
</trkpt>
<trkpt lat=”54.2660560″ lon=”-3.0446990″>
<ele>112.75</ele>
</trkpt>
<trkpt lat=”54.2661700″ lon=”-3.0448220″>
<ele>113.00</ele>
</trkpt>
</trkseg>
</trk>
</gpx>