Add colors to the maps options
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
actual_route_line: {!! json_encode($map_features['actual_route_line']) !!},
|
||||
actual_route_points: {!! json_encode($map_features['actual_route_points']) !!},
|
||||
aircraft_icon: '{!! public_asset('/assets/img/acars/aircraft.png') !!}',
|
||||
flown_route_color: '#067ec1',
|
||||
circle_color: '#056093',
|
||||
flightplan_route_color: '#8B008B',
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
|
||||
@@ -115,6 +115,7 @@ and being mindful of the rivets bindings
|
||||
zoom: '{{ $zoom }}',
|
||||
aircraft_icon: '{!! public_asset('/assets/img/acars/aircraft.png') !!}',
|
||||
units: '{{ setting('units.distance') }}',
|
||||
flown_route_color: '#067ec1',
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user