Fix bug with saving intermediate points of the route into GPX file

This commit is contained in:
vshcherb 2013-10-20 01:09:19 +02:00
parent a8b029e91e
commit 21ee3508d3

View file

@ -748,8 +748,8 @@ public class RouteProvider {
} }
} }
pt.desc = pt.name; pt.desc = pt.name;
} }
gpx.points.add(pt);
} }
return gpx; return gpx;
} }