roundgpx: Behave just like gpst, truncate decimals instead of rounding
[gpstools.git] / tests / roundgpx / files / rounding.gpx
blobea7fc8619f2e8aae2dc0006a0cfb36cf290de587
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <gpx
3 version="1.1"
4 creator="gpst - http://sunny256.github.com/gpstools/"
5 xmlns="http://www.topografix.com/GPX/1/1"
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"
9 <trk>
10 <trkseg>
11 <trkpt lat="51.4838161" lon="0.0000533">
12 <time>2003-02-11T12:17:05Z</time>
13 </trkpt>
14 <trkpt lat="51.4837770" lon="-0.0000211">
15 <ele>3.00000009</ele>
16 <time>2003-02-11T12:17:15Z</time>
17 </trkpt>
18 <trkpt lat="51.4837545" lon="-0.0000894">
19 <ele>0.00150002</ele>
20 <time>2003-02-11T12:17:21Z</time>
21 </trkpt>
22 <trkpt lat="51.4836229" lon="0.0000279">
23 <time>2003-02-11T12:27:41Z</time>
24 </trkpt>
25 </trkseg>
26 </trk>
27 </gpx>