diff options
Diffstat (limited to 'vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx')
| -rw-r--r-- | vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx b/vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx new file mode 100644 index 0000000..b213523 --- /dev/null +++ b/vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gpx> +<time>2010-12-14T06:17:04Z</time> +<bounds minlat="46.430350000" minlon="13.738842000" maxlat="46.435641000" maxlon="13.748333000"/> +<trk> +<trkseg> +<trkpt lat="46.434981000" lon="13.748273000"> + <ele>1614.678000</ele> + <time>1901-12-13T20:45:52.2073437Z</time> +</trkpt> +</trkseg> +</trk> +</gpx> |
