georust / gpx

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

Add support for having multiple routes in GPX #33

Closed oherrala closed 4 years ago

oherrala commented 4 years ago

According to both GPX specifications 1.0 and 1.1, GPX file can have zero or more routes defined. This makes routes Vec like waypoints and tracks.

Fixes #34