]> git.street.me.uk Git - andy/gpx.git/blame - docs/samples/full-1.1.gpx
Bugfix: Timestamps not converted to UTC when writing GPX
[andy/gpx.git] / docs / samples / full-1.1.gpx
CommitLineData
8fadecc6 1<?xml version="1.0" encoding="UTF-8"?>
7c465a82 2<gpx version="1.1" creator="libgpx" 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:custom="https://www.example.com/schema/custom">
8fadecc6
AS
3 <metadata>
4 <name>full-1.1</name>
5 <desc>This is a sample file containing all parts of the GPX 1.1 specification supported by libgpx.</desc>
6 <author>
7 <name>John Doe</name>
8 <email id="john.doe" domain="example.com"/>
9 <link href="https://www.example.com/~john.doe/">
10 <text>John Doe's Homepage</text>
11 <type>text/html</type>
12 </link>
13 </author>
14 <copyright author="John Doe">
15 <year>2018</year>
16 <license>https://creativecommons.org/publicdomain/zero/1.0/</license>
17 </copyright>
18 <link href="https://www.example.com/">
19 <text>Example Inc.</text>
20 <type>text/html</type>
21 </link>
22 <time>2018-11-25T10:07:47Z</time>
23 <keywords>Example, GPX</keywords>
24 <bounds minlat="-1.234" minlon="-1.234" maxlat="1.234" maxlon="1.234"/>
25 <extensions>
26 <custom:checkedBy>Jane Doe</custom:checkedBy>
27 </extensions>
28 </metadata>
29 <wpt lat="50.750130" lon="-1.072391">
30 <ele>10.3</ele>
31 <time>2018-11-25T10:07:47Z</time>
32 <magvar>12.3</magvar>
33 <geoidheight>10</geoidheight>
34 <name>Horse Sands Fort</name>
35 <cmt>Fort</cmt>
36 <desc>A fort in the Solent</desc>
37 <src>Guess</src>
38 <link href="https://www.example.com/fort">
39 <text>More Information</text>
40 <type>text/html</type>
41 </link>
42 <sym>Flag, Blue</sym>
43 <type>Nautical</type>
44 <fix>3d</fix>
45 <sat>6</sat>
46 <hdop>1</hdop>
47 <vdop>2</vdop>
48 <pdop>3</pdop>
49 <ageofdgpsdata>86400</ageofdgpsdata>
50 <dgpsid>13</dgpsid>
51 <extensions>
52 <custom:checkedBy>Jane Doe</custom:checkedBy>
53 </extensions>
54 </wpt>
55 <rte>
56 <name>Sample Route</name>
57 <cmt>Sample</cmt>
58 <desc>A Sample route</desc>
59 <src>Imagination</src>
60 <link href="https://www.example.com/route">
61 <text>Sample Route</text>
62 <type>text/html</type>
63 </link>
64 <number>1</number>
65 <type>A type</type>
66 <extensions>
67 <custom:checkedBy>Jane Doe</custom:checkedBy>
68 </extensions>
69 <rtept lat="0.0" lon="0.0"/>
70 <rtept lat="1.0" lon="1.0"/>
71 </rte>
72 <trk>
73 <name>Sample Track</name>
74 <cmt>track</cmt>
75 <desc>A sample track</desc>
76 <src>Imagination</src>
77 <link href="https://www.example.com/track">
78 <text>Sample Route</text>
79 <type>text/html</type>
80 </link>
81 <number>1</number>
82 <type>A type</type>
83 <extensions>
84 <custom:checkedBy>Jane Doe</custom:checkedBy>
85 </extensions>
86 <trkseg>
87 <trkpt lat="0.0" lon="0.0"/>
88 <trkpt lat="1.0" lon="1.0"/>
89 <extensions>
90 <custom:checkedBy>Jane Doe</custom:checkedBy>
91 </extensions>
92 </trkseg>
93 <trkseg>
94 <trkpt lat="2.0" lon="2.0"/>
95 <trkpt lat="3.0" lon="3.0"/>
96 </trkseg>
97 </trk>
98 <extensions>
99 <custom:checkedBy>Jane Doe</custom:checkedBy>
100 </extensions>
101</gpx>