Fix bug with saving intermediate points of the route into GPX file
This commit is contained in:
parent
a8b029e91e
commit
21ee3508d3
1 changed files with 1 additions and 1 deletions
|
@ -748,8 +748,8 @@ public class RouteProvider {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pt.desc = pt.name;
|
pt.desc = pt.name;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
gpx.points.add(pt);
|
||||||
}
|
}
|
||||||
return gpx;
|
return gpx;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue