]> git.openstreetmap.org Git - rails.git/blob - test/gpx/fixtures/b.gpx
Link GPX fixture files instead of stubbing
[rails.git] / test / gpx / fixtures / b.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>2009-05-06T13:34:34.000Z</time>
9 <bounds minlat="51.3" minlon="-0.56" maxlat="51.3" maxlon="-0.56"/>
10 <trk>
11 <trkseg>
12 <trkpt lat="51.3" lon="-0.56">
13   <time>2009-05-06T13:34:34.000Z</time>
14   <course>112.430000</course>
15   <speed>0.072022</speed>
16   <fix>3d</fix>
17   <sat>4</sat>
18   <hdop>2.400000</hdop>
19   <vdop>2.600000</vdop>
20   <pdop>3.600000</pdop>
21 </trkpt>
22 </trkseg>
23 </trk>
24 </gpx>