diff options
| author | Felix Hanley <felix@userspace.com.au> | 2017-03-19 15:19:42 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2017-03-19 15:19:42 +0000 |
| commit | 8a541d499b6f117cd3a81e475ee779ba60fc0637 (patch) | |
| tree | 7b3b5326235725ab93056b5ff4637d987fb0a7b6 /vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx | |
| parent | fe847b2d01060044274d20d2c35ae01a684d4ee3 (diff) | |
| download | crjw-maps-master.tar.gz crjw-maps-master.tar.bz2 | |
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> |
