georust / gpx

Rust read/write support for GPS Exchange Format (GPX)
https://crates.io/crates/gpx
MIT License
102 stars 46 forks source link

Rename "ageofgpsdata" field to "ageofdgpsdata" #35

Closed oherrala closed 4 years ago

oherrala commented 4 years ago

While there, change the Waypoint's age member to dgps_age to be more descriptive what it does.

I took the liberty to fix the tests/fixtures/with_accuracy.gpx file to conform to specification and to fix the tests.

Fixes #21