rust-transit / gtfs-structure

Read a GTFS file
MIT License
56 stars 32 forks source link

Fix empty route colors #125

Closed antoine-de closed 2 years ago

antoine-de commented 2 years ago

The GTFS spec is a bit lenient toward default values. The route_color/route_text_color spec says "Defaults to when omitted or left empty".

We handled the omitted case, but not the empty one that we need to specifically handle