ticofab / android-gpx-parser

A library to parse XML Gpx files, built for Android.
Apache License 2.0
123 stars 44 forks source link

Schema Update (topografix v1.1) #15

Closed StuStirling closed 7 years ago

StuStirling commented 7 years ago

I had a requirement where I needed more of the trk attributes than was currently being parsed.

I also noticed issue #14 required more attributes on the rte type so I added those at the same time.

The link to the schema I followed is here

I couldn't find a GPX file that contained all of these new attributes so I was unable to test it. If someone could provide one to me or create me one that I can test against that would be great.

Existing tests still run successfully. Be great if we could get this released asap as I need it for a project. I would normally include it as a project reference but the plugins this library uses stops me from doing so.

ticofab commented 7 years ago

Thanks Stu! Just released 1.1.0 with your changes!