]> git.street.me.uk Git - andy/gpx.git/blame - docs/samples/full-1.0.gpx
Add support for GPX wpt type
[andy/gpx.git] / docs / samples / full-1.0.gpx
CommitLineData
88564339 1<?xml version="1.0" encoding="UTF-8"?>
f528d248 2<gpx version="1.0" creator="libgpx" xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd" xmlns="http://www.topografix.com/GPX/1/0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:custom="https://www.example.com/schema/custom">
88564339
AS
3 <name>full-1.0</name>
4 <desc>This is a sample file containing all parts of the GPX 1.0 specification supported by libgpx.</desc>
5 <author>John Doe</author>
6 <email>john.doe@example.com</email>
7 <url>https://www.example.com/</url>
8 <urlname>Example Inc.</urlname>
9 <time>2018-11-25T10:07:47Z</time>
10 <keywords>Example, GPX</keywords>
11 <bounds minlat="-1.234" minlon="-1.234" maxlat="1.234" maxlon="1.234"/>
f528d248
AS
12 <wpt lat="50.750130" lon="-1.072391">
13 <ele>10.3</ele>
14 <time>2018-11-25T10:07:47Z</time>
15 <magvar>12.3</magvar>
16 <geoidheight>10</geoidheight>
17 <name>Horse Sands Fort</name>
18 <cmt>Fort</cmt>
19 <desc>A fort in the Solent</desc>
20 <src>Guess</src>
21 <url>https://www.example.com/fort</url>
22 <urlname>More Information</urlname>
23 <sym>Flag, Blue</sym>
24 <type>Nautical</type>
25 <fix>3d</fix>
26 <sat>6</sat>
27 <hdop>1</hdop>
28 <vdop>2</vdop>
29 <pdop>3</pdop>
30 <ageofdgpsdata>86400</ageofdgpsdata>
31 <dgpsid>13</dgpsid>
32 <custom:checkedBy>Jane Doe</custom:checkedBy>
33 </wpt>
88564339 34</gpx>