Last change
on this file since 7848 was 7326, checked in by Don-vip, 10 years ago |
fix #10292 - allow to load a session with NMEA file + enhance reading/writing unit tests for sessions
|
File size:
650 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <gpx version="1.1" creator="JOSM GPX export" xmlns="http://www.topografix.com/GPX/1/1"
|
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
4 | xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
|
---|
5 | <trk>
|
---|
6 | <name><![CDATA[GPX test track]]></name>
|
---|
7 | <trkseg>
|
---|
8 | <trkpt lat="42.72665" lon="-0.00747">
|
---|
9 | <ele>1438.5</ele>
|
---|
10 | <time>2011-08-20T06:32:30Z</time>
|
---|
11 | </trkpt>
|
---|
12 | <trkpt lat="42.72659" lon="-0.00749">
|
---|
13 | <ele>1445.3</ele>
|
---|
14 | <time>2011-08-20T06:32:32Z</time>
|
---|
15 | </trkpt>
|
---|
16 | </trkseg>
|
---|
17 | </trk>
|
---|
18 | </gpx>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.