From c497598dbdb6fe215566e2eb1e0b8a696328dc7a Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Thu, 8 Jun 2023 22:40:52 +0200 Subject: [PATCH] gpstrek - Redraw position over map at the end --- apps/gpstrek/app.js | 3 +++ 1 file changed, 3 insertions(+) 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;