summaryrefslogtreecommitdiff
path: root/vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2017-03-19 15:19:42 +0000
committerFelix Hanley <felix@userspace.com.au>2017-03-19 15:19:42 +0000
commit8a541d499b6f117cd3a81e475ee779ba60fc0637 (patch)
tree7b3b5326235725ab93056b5ff4637d987fb0a7b6 /vendor/github.com/tkrajina/gpxgo/test_files/gpx-without-root-attributes.gpx
parentfe847b2d01060044274d20d2c35ae01a684d4ee3 (diff)
downloadcrjw-maps-master.tar.gz
crjw-maps-master.tar.bz2
use golang dep tool for depsHEADmaster
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.gpx13
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>