diff --git a/apps/gpstrek/app.js b/apps/gpstrek/app.js index f0fa3196f..1861eaf8b 100644 --- a/apps/gpstrek/app.js +++ b/apps/gpstrek/app.js @@ -530,6 +530,9 @@ let getMapSlice = function(){ drawPath(false, currentRouteIndex); addToTaskQueue(drawInterface); + + addToTaskQueue(drawCurrentPos); + addToTaskQueue(()=>{ lastCourse = course; lastStart = startingPoint;