ticofab / android-gpx-parser

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

Fix and extend metadata parsing #22

Closed tkorri closed 5 years ago

tkorri commented 5 years ago

Metadata parsing introduced in version 1.3.0 didn't follow the Topografix GPX 1.1 specification exactly. This PR updates the following metadata related issues:

  1. Parse year and license subtags for metadata copyright tag
  2. Parse name, email and link subtags for metadata author tag
  3. Add test cases for metadata parsing