Skip to content

Google Flights airline logo assets are missing #22

Description

@hqhq1025

Problem

Google Flights flights/search pages reference airline logos via Flight.airline_logo, but the Google Flights asset bundle does not include the referenced airline logo files. The templates therefore hide the broken image on error, leaving blank airline logo slots.

seed_data.py currently writes paths like:

/static/images/airlines/<airline>.svg

but the asset bundle has no airline logo files.

Expected

All seeded airline logos should exist in the HF-managed Google Flights asset tarball and render on flights/search/detail pages.

Proposed Fix

  • Add Google Flights airline logo assets for all 23 seeded airlines.
  • Use Google Flights gstatic airline logos (/flights/airline_logos/70px/{code}.png) as the source.
  • Update seed data to point at .png assets.
  • Upload updated google_flights.tar.gz to the HF dataset.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions