georust / gpx

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

`gpx.route` should be a `Vec` #34

Closed robinmoussu closed 4 years ago

robinmoussu commented 4 years ago

According to the specification, you have 0 or more route in a gpx, so gpx.route should be a Vec<Route> and not a Route.

oherrala commented 4 years ago

There's open PR about this: #33

Would be great if you could take a look and maybe test it?