You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the reason the Metra routes don't appear on the map is that there is, once again, unwanted whitespace in a Metra GTFS file column, so the colors aren't valid 6-character hex strings:
Re-ingest Metra routes so colors are correct. For good software design moving forward, add some checks to ensure that color column is valid and strip() whitespace as needed as part of ingest code.