Add tests for trace#data
This commit is contained in:
parent
39a54f8c14
commit
d85fac567b
4 changed files with 135 additions and 0 deletions
25
test/traces/1.gpx
Normal file
25
test/traces/1.gpx
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gpx
|
||||
version="1.0"
|
||||
creator="GPSBabel - http://www.gpsbabel.org"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="http://www.topografix.com/GPX/1/0"
|
||||
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
|
||||
<time>2008-10-01T10:10:10.000Z</time>
|
||||
<bounds minlat="1.0" minlon="1.0" maxlat="1.0" maxlon="1.0"/>
|
||||
<trk>
|
||||
<trkseg>
|
||||
<trkpt lat="1.0" lon="1.0">
|
||||
<ele>134.0</ele>
|
||||
<time>2008-10-01T10:10:10.000Z</time>
|
||||
<course>112.430000</course>
|
||||
<speed>0.072022</speed>
|
||||
<fix>3d</fix>
|
||||
<sat>4</sat>
|
||||
<hdop>2.400000</hdop>
|
||||
<vdop>2.600000</vdop>
|
||||
<pdop>3.600000</pdop>
|
||||
</trkpt>
|
||||
</trkseg>
|
||||
</trk>
|
||||
</gpx>
|
Loading…
Add table
Add a link
Reference in a new issue