]> git.openstreetmap.org Git - rails.git/blob - test/traces/1.gpx
Fix style issues found by new rubocop version
[rails.git] / test / traces / 1.gpx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <gpx
3   version="1.0"
4   creator="GPSBabel - http://www.gpsbabel.org"
5   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6   xmlns="http://www.topografix.com/GPX/1/0"
7   xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
8 <time>2008-10-01T10:10:10.000Z</time>
9 <bounds minlat="1.0" minlon="1.0" maxlat="1.0" maxlon="1.0"/>
10 <trk>
11 <trkseg>
12 <trkpt lat="1.0" lon="1.0">
13   <ele>134.0</ele>
14   <time>2008-10-01T10:10:10.000Z</time>
15   <course>112.430000</course>
16   <speed>0.072022</speed>
17   <fix>3d</fix>
18   <sat>4</sat>
19   <hdop>2.400000</hdop>
20   <vdop>2.600000</vdop>
21   <pdop>3.600000</pdop>
22 </trkpt>
23 </trkseg>
24 </trk>
25 </gpx>