rust-transit / gtfs-structure

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

BREAKING: add default value for route_color and route_text_color #119

Closed meszarosdezso closed 2 years ago

meszarosdezso commented 2 years ago

This implements the default values for route_color (white) and route_text_color (black) per spec.

As indicated in the issue too, this is a breaking change.

closes #93