gpstrek - Redraw position over map at the end

master
Martin Boonk 2023-06-08 22:40:52 +02:00
parent b027e220bd
commit c497598dbd
1 changed files with 3 additions and 0 deletions

View File

@ -530,6 +530,9 @@ let getMapSlice = function(){
drawPath(false, currentRouteIndex);
addToTaskQueue(drawInterface);
addToTaskQueue(drawCurrentPos);
addToTaskQueue(()=>{
lastCourse = course;
lastStart = startingPoint;