gpstrek - Redraw position over map at the end
parent
b027e220bd
commit
c497598dbd
|
|
@ -530,6 +530,9 @@ let getMapSlice = function(){
|
|||
drawPath(false, currentRouteIndex);
|
||||
|
||||
addToTaskQueue(drawInterface);
|
||||
|
||||
addToTaskQueue(drawCurrentPos);
|
||||
|
||||
addToTaskQueue(()=>{
|
||||
lastCourse = course;
|
||||
lastStart = startingPoint;
|
||||
|
|
|
|||
Loading…
Reference in New Issue