From 252620c697d118413cd8d2967e4d0a40957d6ef2 Mon Sep 17 00:00:00 2001 From: Florian Jensen Date: Tue, 5 Sep 2023 12:40:48 +0200 Subject: [PATCH] Fixing waypoint routing ETA --- templates/map.html.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/map.html.j2 b/templates/map.html.j2 index 4b91974..1b739ed 100644 --- a/templates/map.html.j2 +++ b/templates/map.html.j2 @@ -167,11 +167,6 @@ // ROUTING LOGIC // - - // make an initial directions request that - // starts and ends at the same location - getRoute(start); - // Add destination to the map const marker = new mapboxgl.Marker({ draggable: false