Closed robinmoussu closed 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.
gpx.route
Vec<Route>
Route
There's open PR about this: #33
Would be great if you could take a look and maybe test it?
According to the specification, you have 0 or more route in a gpx, so
gpx.route
should be aVec<Route>
and not aRoute
.