Add validation of GPX output to run-tests.pl
[gpstools.git] / doc / mayko.txt
blob1da5653801d5452ead01865817c59993bb71c763
1 doc/mayko.txt
2 File ID: 01befb00-fafb-11dd-bbff-000475e441b9
4 Description of the “Mayko Xmap” format written by gpstrans(1). From the 
5 C source.
7 ======== CUT ========
8 xmaplog 1.0 Fri Nov  1 17:49:13 2002
9 1 60.3907135 5.3303821 8.4 0 10/30/2002 15:13:21
10 1 60.3906397 5.3304033 8.1 0 10/30/2002 15:13:23
11 1 60.3902955 5.3304494 8.3 0 10/30/2002 15:13:32
12 ======== CUT ========
14 <file>
15   <fileheader>
16     <header>xmaplog 1.0</header>
17     <spc> </spc>
18     <filetime>Fri Nov  1 17:49:13 2002</filetime>
19   </fileheader>
20   <nl/>
21   <body>
22     <line>
23       <header>1 </header>
24       <lat>60.3907135</lat> <spc> </spc> <lon>5.3303821</lon>
25       <spc> </spc>
26       <speed>8.4</speed>
27       <spc> </spc>
28       <ele>0</ele>
29       <spc> </spc>
30       <time>
31         <month>10</month> <slash>/</slash> <day>30</day> <slash>/</slash> <year>2002</year>
32         <spc> </spc>
33         <hour>15</hour> <colon>:</colon> <min>13</min> <colon>:</colon> <sec>21</sec>
34       </time>
35       <nl/>
36     </line>
37   </body>
38 </file>