diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index c7435a9..08267a5 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -59,7 +59,7 @@ attribution: 'OpenStreetMap' }).addTo(map); - @for($idx = 0; $idx <= count($trip->locations); $idx += 100) + @for($idx = 0; $idx <= count($trip->locations); $idx += 99) /* * Populate the route line. */