remove specific location overrides

This commit is contained in:
Ben Goldsworthy 2024-03-14 22:23:17 +01:00
parent 9d66c4b21d
commit 5a1c2cbf35
Signed by: Rumperuu
SSH Key Fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
1 changed files with 1 additions and 5 deletions

View File

@ -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
], {