diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index 4477020..16bce10 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -65,11 +65,7 @@ L.polyline([ @foreach(array_slice($trip->locations, $idx, 100) as $location) @if(!in_array($location->id, config('app.current_trip_ignore'))) - @if(in_array($location->id, [19014, 19015, 19016, 19017, 19018, 19019])) - [9.071389, -79.383611], - @else - [{{ $location->latitude }}, {{ $location->longitude }}], - @endif + [{{ $location->latitude }}, {{ $location->longitude }}], @endif @endforeach ], {